mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-07-12 00:43:36 -04:00
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 |
||
---|---|---|
.. | ||
abt,y030xx067a.yaml | ||
advantech,idk-1110wr.yaml | ||
advantech,idk-2121wr.yaml | ||
arm,versatile-tft-panel.yaml | ||
armadeus,st0700-adapt.yaml | ||
asus,z00t-tm5p5-nt35596.yaml | ||
bananapi,s070wv20-ct16.yaml | ||
boe,himax8279d.yaml | ||
boe,tv101wum-nl6.yaml | ||
display-timing.txt | ||
display-timings.yaml | ||
dlc,dlc0700yzg-1.yaml | ||
elida,kd35t133.yaml | ||
feixin,k101-im2ba02.yaml | ||
feiyang,fy07024di26a30d.yaml | ||
ilitek,ili9322.yaml | ||
ilitek,ili9881c.yaml | ||
innolux,ee101ia-01d.yaml | ||
innolux,p097pfg.yaml | ||
innolux,p120zdg-bf1.yaml | ||
jdi,lt070me05000.yaml | ||
kingdisplay,kd035g6-54nt.yaml | ||
leadtek,ltk050h3146w.yaml | ||
leadtek,ltk500hd1829.yaml | ||
lg,lg4573.yaml | ||
lgphilips,lb035q02.yaml | ||
logicpd,type28.yaml | ||
lvds.yaml | ||
mantix,mlaf057we51-x.yaml | ||
mitsubishi,aa104xd12.yaml | ||
mitsubishi,aa121td01.yaml | ||
nec,nl8048hl11.yaml | ||
novatek,nt35510.yaml | ||
novatek,nt36672a.yaml | ||
olimex,lcd-olinuxino.yaml | ||
orisetech,otm8009a.yaml | ||
panel-common.yaml | ||
panel-dpi.yaml | ||
panel-dsi-cm.yaml | ||
panel-simple-dsi.yaml | ||
panel-simple.yaml | ||
panel-timing.yaml | ||
pda,91-00156-a0.yaml | ||
raspberrypi,7inch-touchscreen.yaml | ||
raydium,rm67191.yaml | ||
raydium,rm68200.yaml | ||
rocktech,jh057n00900.yaml | ||
ronbo,rb070d30.yaml | ||
samsung,amoled-mipi-dsi.yaml | ||
samsung,ld9040.yaml | ||
samsung,s6d16d0.yaml | ||
samsung,s6e8aa0.yaml | ||
samsung,s6e63m0.yaml | ||
samsung,s6e88a0-ams452ef01.yaml | ||
seiko,43wvf1g.yaml | ||
sgd,gktw70sdae4se.yaml | ||
sharp,ld-d5116z01b.yaml | ||
sharp,lq101r1sx01.yaml | ||
sharp,lq150x1lg11.yaml | ||
sharp,ls037v7dw01.yaml | ||
sharp,ls043t1le01.yaml | ||
sitronix,st7701.yaml | ||
sitronix,st7789v.yaml | ||
sony,acx424akp.yaml | ||
sony,acx565akm.yaml | ||
startek,startek-kd050c.yaml | ||
tfc,s9700rtwv43tr-01b.yaml | ||
ti,nspire.yaml | ||
tpo,td.yaml | ||
tpo,tpg110.yaml | ||
visionox,rm69299.yaml | ||
xinpeng,xpp055c272.yaml |