mirror of https://github.com/torvalds/linux.git
UAPI Changes: - Not necessarily one, but we document that userspace needs to force probe connectors. Cross-subsystem Changes: - Require FB_ATY_CT for aty on sparc64. - video: Fix documentation, and a few compiler warnings. - Add devicetree bindings for DP connectors. - dma-buf: Update kernel-doc, and add might_lock for resv objects in begin/end_cpu_access. Core Changes: - ttm: Warn when releasing a pinned bo. - ttm: Cleanup bo size handling. - cma-helper: Remove prime infix, and implement mmap as GEM CMA functions. - Split drm_prime_sg_to_page_addr_arrays into 2 functions. - Add a new api to install irq using devm. - Update panel kerneldoc to inline style. - Add DP support to drm/bridge. - Assorted small fixes to ttm, fb-helper, scheduler. - Add atomic_commit_setup function callback. - Automatically use the atomic gamma_set, instead of forcing drivers to declare the default atomic version. - Allow using degamma for legacy gamma if gamma is not available. - Clarify that primary/cursor planes are not tied to 1 crtc (depending on possible_crtcs). - ttm: Cleanup the lru handler. Driver Changes: - Add pm support to ingenic. - Assorted small fixes in radeon, via, rockchip, omap2fb, kmb, gma500, nouveau, virtio, hisilicon, ingenic, s6e63m0 panel, ast, udlfb. - Add BOE NV110WTM-N61, ys57pss36bh5gq, Khadas TS050 panels. - Stop using pages with drm_prime_sg_to_page_addr_arrays, and switch all callers to use ttm_sg_tt_init. - Cleanup compiler and docbook warnings in a lot of fbdev devices. - Use the drmm_vram_helper in hisilicon. - Add support for BCM2711 DSI1 in vc4. - Add support for 8-bit delta RGB panels to ingenic. - Add documentation on how to test vkms. - Convert vc4 to atomic helpers. - Use degamma instead of gamma table in omap, to add support for CTM and color encoding/range properties. - Rework omap DSI code, and merge all omapdrm modules now that the last omap panel is now a drm panel. - More refactoring of omap dsi code. - Enable 10/12 bpc outputs in vc4. -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEuXvWqAysSYEJGuVH/lWMcqZwE8MFAl/bLtAACgkQ/lWMcqZw E8M5mBAAs6iA3giF+LrzQzszZqOFmtExwjHsvJXDtiINrVubdRov2XbbaOZ+8Eax Cnnc5QzokJV8v1IReImz+cP7i4uXyWmwQsthY2WvHYLXZmZfZUV+rK4cCtJIKXlR 9EvkEFtdPZ6OpyJ8p1G0r/UNqXxqOl4pEhp6NZdSj1mscz2yux/BuqX+1tX1j5+G SIfwcKIY+nIwnVpKwhJplJNfFwthRzENxq2KMt+PGLcpOWLHEgwqzKoR+ddTcKf2 Nk1w2OERbnBVRt8NzCIeyczlSp4QuB+NpE5mFEBedmLatGYqwAIwPMt22AVRP9rc SdXqjVxg3UJ5UNMYXQwjrnJq1nIm1ViYt7za/e2aMC8g9oI7tNQ5uI7XViO6+tk5 3vQV40pHVfMLGzkzqGhv9qHYAkkc+gPMAXwObuzmYppVVZn8dnrkAco7Ib8WPrRc g8JD0bpIsOrgqCTj2W54fC/ZP7hQZpffOrxWY7alhlriEl4E7To6OvTwEavIzxCm ajkO129oItOcATDTGiUV3JRWCTdCj4cNz7cQi4pC2QgaUIy8twjm57V8nnFDUCNg ifi1dIY24DOrHxdmZ8sAWZRoPzcl5a84c8EqEkGZieEsdr3Za4XMZD8tqI2uSJrU x+OfqgfvqNZenkuc+SUDZJQ855iqdkzJcqZnkAn61VpPh7XCtxk= =orEC -----END PGP SIGNATURE----- Merge tag 'drm-misc-next-2020-12-17' of git://anongit.freedesktop.org/drm/drm-misc into drm-next drm-misc-next for v5.12: UAPI Changes: - Not necessarily one, but we document that userspace needs to force probe connectors. Cross-subsystem Changes: - Require FB_ATY_CT for aty on sparc64. - video: Fix documentation, and a few compiler warnings. - Add devicetree bindings for DP connectors. - dma-buf: Update kernel-doc, and add might_lock for resv objects in begin/end_cpu_access. Core Changes: - ttm: Warn when releasing a pinned bo. - ttm: Cleanup bo size handling. - cma-helper: Remove prime infix, and implement mmap as GEM CMA functions. - Split drm_prime_sg_to_page_addr_arrays into 2 functions. - Add a new api to install irq using devm. - Update panel kerneldoc to inline style. - Add DP support to drm/bridge. - Assorted small fixes to ttm, fb-helper, scheduler. - Add atomic_commit_setup function callback. - Automatically use the atomic gamma_set, instead of forcing drivers to declare the default atomic version. - Allow using degamma for legacy gamma if gamma is not available. - Clarify that primary/cursor planes are not tied to 1 crtc (depending on possible_crtcs). - ttm: Cleanup the lru handler. Driver Changes: - Add pm support to ingenic. - Assorted small fixes in radeon, via, rockchip, omap2fb, kmb, gma500, nouveau, virtio, hisilicon, ingenic, s6e63m0 panel, ast, udlfb. - Add BOE NV110WTM-N61, ys57pss36bh5gq, Khadas TS050 panels. - Stop using pages with drm_prime_sg_to_page_addr_arrays, and switch all callers to use ttm_sg_tt_init. - Cleanup compiler and docbook warnings in a lot of fbdev devices. - Use the drmm_vram_helper in hisilicon. - Add support for BCM2711 DSI1 in vc4. - Add support for 8-bit delta RGB panels to ingenic. - Add documentation on how to test vkms. - Convert vc4 to atomic helpers. - Use degamma instead of gamma table in omap, to add support for CTM and color encoding/range properties. - Rework omap DSI code, and merge all omapdrm modules now that the last omap panel is now a drm panel. - More refactoring of omap dsi code. - Enable 10/12 bpc outputs in vc4. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> From: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/78381a4f-45fd-aed4-174a-94ba051edd37@linux.intel.com |
||
|---|---|---|
| .. | ||
| am200epdkit_defconfig | ||
| aspeed_g4_defconfig | ||
| aspeed_g5_defconfig | ||
| assabet_defconfig | ||
| at91_dt_defconfig | ||
| axm55xx_defconfig | ||
| badge4_defconfig | ||
| bcm2835_defconfig | ||
| cerfcube_defconfig | ||
| clps711x_defconfig | ||
| cm_x300_defconfig | ||
| cns3420vb_defconfig | ||
| colibri_pxa270_defconfig | ||
| colibri_pxa300_defconfig | ||
| collie_defconfig | ||
| corgi_defconfig | ||
| davinci_all_defconfig | ||
| dove_defconfig | ||
| dram_0x00000000.config | ||
| dram_0xc0000000.config | ||
| dram_0xd0000000.config | ||
| efm32_defconfig | ||
| ep93xx_defconfig | ||
| eseries_pxa_defconfig | ||
| exynos_defconfig | ||
| ezx_defconfig | ||
| footbridge_defconfig | ||
| gemini_defconfig | ||
| h3600_defconfig | ||
| h5000_defconfig | ||
| hackkit_defconfig | ||
| hisi_defconfig | ||
| imote2_defconfig | ||
| imx_v4_v5_defconfig | ||
| imx_v6_v7_defconfig | ||
| integrator_defconfig | ||
| iop32x_defconfig | ||
| ixp4xx_defconfig | ||
| jornada720_defconfig | ||
| keystone_defconfig | ||
| lart_defconfig | ||
| lpc18xx_defconfig | ||
| lpc32xx_defconfig | ||
| lpd270_defconfig | ||
| lubbock_defconfig | ||
| magician_defconfig | ||
| mainstone_defconfig | ||
| milbeaut_m10v_defconfig | ||
| mini2440_defconfig | ||
| mmp2_defconfig | ||
| moxart_defconfig | ||
| mps2_defconfig | ||
| multi_v4t_defconfig | ||
| multi_v5_defconfig | ||
| multi_v7_defconfig | ||
| mv78xx0_defconfig | ||
| mvebu_v5_defconfig | ||
| mvebu_v7_defconfig | ||
| mxs_defconfig | ||
| neponset_defconfig | ||
| netwinder_defconfig | ||
| nhk8815_defconfig | ||
| omap1_defconfig | ||
| omap2plus_defconfig | ||
| orion5x_defconfig | ||
| oxnas_v6_defconfig | ||
| palmz72_defconfig | ||
| pcm027_defconfig | ||
| pleb_defconfig | ||
| prima2_defconfig | ||
| pxa3xx_defconfig | ||
| pxa168_defconfig | ||
| pxa255-idp_defconfig | ||
| pxa910_defconfig | ||
| pxa_defconfig | ||
| qcom_defconfig | ||
| realview_defconfig | ||
| rpc_defconfig | ||
| s3c2410_defconfig | ||
| s3c6400_defconfig | ||
| s5pv210_defconfig | ||
| sama5_defconfig | ||
| shannon_defconfig | ||
| shmobile_defconfig | ||
| simpad_defconfig | ||
| socfpga_defconfig | ||
| spear3xx_defconfig | ||
| spear6xx_defconfig | ||
| spear13xx_defconfig | ||
| spitz_defconfig | ||
| stm32_defconfig | ||
| sunxi_defconfig | ||
| tango4_defconfig | ||
| tct_hammer_defconfig | ||
| tegra_defconfig | ||
| trizeps4_defconfig | ||
| u300_defconfig | ||
| u8500_defconfig | ||
| versatile_defconfig | ||
| vexpress_defconfig | ||
| vf610m4_defconfig | ||
| viper_defconfig | ||
| vt8500_v6_v7_defconfig | ||
| xcep_defconfig | ||
| zeus_defconfig | ||
| zx_defconfig | ||