Age | Commit message (Expand) | Author |
2021-08-20 | drm/connector: Add drm_connector_find_by_fwnode() function (v3) | Hans de Goede |
2021-08-20 | drm/connector: Add a fwnode pointer to drm_connector and register with ACPI (v2) | Hans de Goede |
2021-08-20 | drm/connector: Give connector sysfs devices there own device_type | Hans de Goede |
2021-08-12 | drm/bridge: ti-sn65dsi86: Avoid creating multiple connectors | Rob Clark |
2021-08-12 | drm/virtio: set non-cross device blob uuid_state | David Stevens |
2021-08-12 | udmabuf: fix general protection fault in udmabuf_create | Pavel Skripkin |
2021-08-11 | drm/ingenic: Use standard drm_atomic_helper_commit_tail | Paul Cercueil |
2021-08-11 | drm/ingenic: Remove dead code | Paul Cercueil |
2021-08-10 | drm: IRQ midlayer is now legacy | Thomas Zimmermann |
2021-08-10 | drm: Remove unused devm_drm_irq_install() | Thomas Zimmermann |
2021-08-10 | drm/vc4: Convert to Linux IRQ interfaces | Thomas Zimmermann |
2021-08-10 | drm/tilcdc: Convert to Linux IRQ interfaces | Thomas Zimmermann |
2021-08-10 | drm/tidss: Convert to Linux IRQ interfaces | Thomas Zimmermann |
2021-08-10 | drm/radeon: Convert to Linux IRQ interfaces | Thomas Zimmermann |
2021-08-10 | drm/mxsfb: Convert to Linux IRQ interfaces | Thomas Zimmermann |
2021-08-10 | drm/msm: Convert to Linux IRQ interfaces | Thomas Zimmermann |
2021-08-10 | drm/kmb: Convert to Linux IRQ interfaces | Thomas Zimmermann |
2021-08-10 | drm/gma500: Convert to Linux IRQ interfaces | Thomas Zimmermann |
2021-08-10 | drm/fsl-dcu: Convert to Linux IRQ interfaces | Thomas Zimmermann |
2021-08-10 | drm/atmel-hlcdc: Convert to Linux IRQ interfaces | Thomas Zimmermann |
2021-08-10 | drm/arm/hdlcd: Convert to Linux IRQ interfaces | Thomas Zimmermann |
2021-08-10 | drm/amdgpu: Convert to Linux IRQ interfaces | Thomas Zimmermann |
2021-08-09 | drm/vmwgfx: Replace "vmw_num_pages" with "PFN_UP" | Cai Huoqing |
2021-08-09 | drm/vmwgfx: Make use of PFN_ALIGN/PFN_UP helper macro | Cai Huoqing |
2021-08-09 | drm/vmwgfx: fix potential UAF in vmwgfx_surface.c | Desmond Cheong Zhi Xi |
2021-08-09 | drm/vmwgfx: Use list_move_tail instead of list_del/list_add_tail in vmwgfx_cm... | Baokun Li |
2021-08-09 | drm/vmwgfx: Use list_move_tail instead of list_del/list_add_tail in vmwgfx_cm... | Baokun Li |
2021-08-09 | drm/vmwgfx: Remove the repeated declaration | Shaokun Zhang |
2021-08-08 | drm/vkms: Use offset-adjusted shadow-plane mappings and output | Thomas Zimmermann |
2021-08-08 | drm/vbox: Use offset-adjusted shadow-plane mappings | Thomas Zimmermann |
2021-08-08 | drm/udl: Use offset-adjusted shadow-plane mapping | Thomas Zimmermann |
2021-08-08 | drm/simpledrm: Use offset-adjusted shadow-plane mapping | Thomas Zimmermann |
2021-08-08 | drm/gm12u320: Use offset-adjusted shadow-plane mappings | Thomas Zimmermann |
2021-08-08 | drm/cirrus: Use offset-adjusted shadow-plane mappings | Thomas Zimmermann |
2021-08-08 | drm/mgag200: Use offset-adjusted shadow-plane mappings | Thomas Zimmermann |
2021-08-08 | drm/hyperv: Use offset-adjusted shadow-plane mappings | Thomas Zimmermann |
2021-08-08 | drm/gud: Get offset-adjusted mapping from drm_gem_fb_vmap() | Thomas Zimmermann |
2021-08-08 | drm/ast: Use offset-adjusted shadow-plane mappings | Thomas Zimmermann |
2021-08-08 | drm/gem: Provide offset-adjusted framebuffer BO mappings | Thomas Zimmermann |
2021-08-08 | drm/mgag200: Compute PLL values during atomic check | Thomas Zimmermann |
2021-08-08 | drm/mgag200: Introduce custom CRTC state | Thomas Zimmermann |
2021-08-08 | drm/simple-kms: Support custom CRTC state | Thomas Zimmermann |
2021-08-08 | drm/mgag200: Abstract pixel PLL via struct mgag200_pll | Thomas Zimmermann |
2021-08-08 | drm/mgag200: Declare PLL clock constants static const | Thomas Zimmermann |
2021-08-08 | drm/mgag200: Split PLL compute function for G200SE by rev | Thomas Zimmermann |
2021-08-08 | drm/mgag200: Split PLL compute functions by device type | Thomas Zimmermann |
2021-08-08 | drm/mgag200: Store values (not bits) in struct mgag200_pll_values | Thomas Zimmermann |
2021-08-08 | drm/mgag200: Introduce separate variable for PLL S parameter | Thomas Zimmermann |
2021-08-08 | drm/mgag200: Split PLL setup into compute and update functions | Thomas Zimmermann |
2021-08-08 | drm/mgag200: Remove P_ARRAY_SIZE | Thomas Zimmermann |