summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2021-08-20drm/connector: Add drm_connector_find_by_fwnode() function (v3)Hans de Goede
2021-08-20drm/connector: Add a fwnode pointer to drm_connector and register with ACPI (v2)Hans de Goede
2021-08-20drm/connector: Give connector sysfs devices there own device_typeHans de Goede
2021-08-12drm/bridge: ti-sn65dsi86: Avoid creating multiple connectorsRob Clark
2021-08-12drm/virtio: set non-cross device blob uuid_stateDavid Stevens
2021-08-12udmabuf: fix general protection fault in udmabuf_createPavel Skripkin
2021-08-11drm/ingenic: Use standard drm_atomic_helper_commit_tailPaul Cercueil
2021-08-11drm/ingenic: Remove dead codePaul Cercueil
2021-08-10drm: IRQ midlayer is now legacyThomas Zimmermann
2021-08-10drm: Remove unused devm_drm_irq_install()Thomas Zimmermann
2021-08-10drm/vc4: Convert to Linux IRQ interfacesThomas Zimmermann
2021-08-10drm/tilcdc: Convert to Linux IRQ interfacesThomas Zimmermann
2021-08-10drm/tidss: Convert to Linux IRQ interfacesThomas Zimmermann
2021-08-10drm/radeon: Convert to Linux IRQ interfacesThomas Zimmermann
2021-08-10drm/mxsfb: Convert to Linux IRQ interfacesThomas Zimmermann
2021-08-10drm/msm: Convert to Linux IRQ interfacesThomas Zimmermann
2021-08-10drm/kmb: Convert to Linux IRQ interfacesThomas Zimmermann
2021-08-10drm/gma500: Convert to Linux IRQ interfacesThomas Zimmermann
2021-08-10drm/fsl-dcu: Convert to Linux IRQ interfacesThomas Zimmermann
2021-08-10drm/atmel-hlcdc: Convert to Linux IRQ interfacesThomas Zimmermann
2021-08-10drm/arm/hdlcd: Convert to Linux IRQ interfacesThomas Zimmermann
2021-08-10drm/amdgpu: Convert to Linux IRQ interfacesThomas Zimmermann
2021-08-09drm/vmwgfx: Replace "vmw_num_pages" with "PFN_UP"Cai Huoqing
2021-08-09drm/vmwgfx: Make use of PFN_ALIGN/PFN_UP helper macroCai Huoqing
2021-08-09drm/vmwgfx: fix potential UAF in vmwgfx_surface.cDesmond Cheong Zhi Xi
2021-08-09drm/vmwgfx: Use list_move_tail instead of list_del/list_add_tail in vmwgfx_cm...Baokun Li
2021-08-09drm/vmwgfx: Use list_move_tail instead of list_del/list_add_tail in vmwgfx_cm...Baokun Li
2021-08-09drm/vmwgfx: Remove the repeated declarationShaokun Zhang
2021-08-08drm/vkms: Use offset-adjusted shadow-plane mappings and outputThomas Zimmermann
2021-08-08drm/vbox: Use offset-adjusted shadow-plane mappingsThomas Zimmermann
2021-08-08drm/udl: Use offset-adjusted shadow-plane mappingThomas Zimmermann
2021-08-08drm/simpledrm: Use offset-adjusted shadow-plane mappingThomas Zimmermann
2021-08-08drm/gm12u320: Use offset-adjusted shadow-plane mappingsThomas Zimmermann
2021-08-08drm/cirrus: Use offset-adjusted shadow-plane mappingsThomas Zimmermann
2021-08-08drm/mgag200: Use offset-adjusted shadow-plane mappingsThomas Zimmermann
2021-08-08drm/hyperv: Use offset-adjusted shadow-plane mappingsThomas Zimmermann
2021-08-08drm/gud: Get offset-adjusted mapping from drm_gem_fb_vmap()Thomas Zimmermann
2021-08-08drm/ast: Use offset-adjusted shadow-plane mappingsThomas Zimmermann
2021-08-08drm/gem: Provide offset-adjusted framebuffer BO mappingsThomas Zimmermann
2021-08-08drm/mgag200: Compute PLL values during atomic checkThomas Zimmermann
2021-08-08drm/mgag200: Introduce custom CRTC stateThomas Zimmermann
2021-08-08drm/simple-kms: Support custom CRTC stateThomas Zimmermann
2021-08-08drm/mgag200: Abstract pixel PLL via struct mgag200_pllThomas Zimmermann
2021-08-08drm/mgag200: Declare PLL clock constants static constThomas Zimmermann
2021-08-08drm/mgag200: Split PLL compute function for G200SE by revThomas Zimmermann
2021-08-08drm/mgag200: Split PLL compute functions by device typeThomas Zimmermann
2021-08-08drm/mgag200: Store values (not bits) in struct mgag200_pll_valuesThomas Zimmermann
2021-08-08drm/mgag200: Introduce separate variable for PLL S parameterThomas Zimmermann
2021-08-08drm/mgag200: Split PLL setup into compute and update functionsThomas Zimmermann
2021-08-08drm/mgag200: Remove P_ARRAY_SIZEThomas Zimmermann