summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm: unexport drm_ioctl_permitDesmond Cheong Zhi Xi2021-08-131-14/+1
* drm/panel: s6d27a1: Add driver for Samsung S6D27A1 display panelMarkuss Broks2021-08-133-0/+332
* drm/vgem: use shmem helpersDaniel Vetter2021-08-122-331/+16
* drm/shmem-helpers: Allocate wc pages on x86Daniel Vetter2021-08-121-0/+19
* drm/shmem-helper: Switch to vmf_insert_pfnDaniel Vetter2021-08-125-6/+7
* drm/bridge: ti-sn65dsi86: Avoid creating multiple connectorsRob Clark2021-08-121-0/+3
* drm/virtio: set non-cross device blob uuid_stateDavid Stevens2021-08-121-0/+2
* udmabuf: fix general protection fault in udmabuf_createPavel Skripkin2021-08-121-2/+2
* drm/ingenic: Use standard drm_atomic_helper_commit_tailPaul Cercueil2021-08-111-24/+4
* drm/ingenic: Remove dead codePaul Cercueil2021-08-111-3/+0
* drm: IRQ midlayer is now legacyThomas Zimmermann2021-08-108-70/+16
* drm: Remove unused devm_drm_irq_install()Thomas Zimmermann2021-08-101-32/+0
* drm/vc4: Convert to Linux IRQ interfacesThomas Zimmermann2021-08-104-24/+53
* drm/tilcdc: Convert to Linux IRQ interfacesThomas Zimmermann2021-08-102-11/+43
* drm/tidss: Convert to Linux IRQ interfacesThomas Zimmermann2021-08-104-16/+32
* drm/radeon: Convert to Linux IRQ interfacesThomas Zimmermann2021-08-103-15/+37
* drm/mxsfb: Convert to Linux IRQ interfacesThomas Zimmermann2021-08-102-31/+52
* drm/msm: Convert to Linux IRQ interfacesThomas Zimmermann2021-08-102-46/+69
* drm/kmb: Convert to Linux IRQ interfacesThomas Zimmermann2021-08-101-6/+20
* drm/gma500: Convert to Linux IRQ interfacesThomas Zimmermann2021-08-105-15/+29
* drm/fsl-dcu: Convert to Linux IRQ interfacesThomas Zimmermann2021-08-101-32/+46
* drm/atmel-hlcdc: Convert to Linux IRQ interfacesThomas Zimmermann2021-08-101-33/+47
* drm/arm/hdlcd: Convert to Linux IRQ interfacesThomas Zimmermann2021-08-102-78/+97
* drm/amdgpu: Convert to Linux IRQ interfacesThomas Zimmermann2021-08-103-9/+15
* drm/vmwgfx: Replace "vmw_num_pages" with "PFN_UP"Cai Huoqing2021-08-092-10/+9
* drm/vmwgfx: Make use of PFN_ALIGN/PFN_UP helper macroCai Huoqing2021-08-097-14/+9
* drm/vmwgfx: fix potential UAF in vmwgfx_surface.cDesmond Cheong Zhi Xi2021-08-091-2/+2
* drm/vmwgfx: Use list_move_tail instead of list_del/list_add_tail in vmwgfx_cm...Baokun Li2021-08-091-2/+1
* drm/vmwgfx: Use list_move_tail instead of list_del/list_add_tail in vmwgfx_cm...Baokun Li2021-08-091-2/+1
* drm/vmwgfx: Remove the repeated declarationShaokun Zhang2021-08-091-1/+0
* drm/vkms: Use offset-adjusted shadow-plane mappings and outputThomas Zimmermann2021-08-084-3/+4
* drm/vbox: Use offset-adjusted shadow-plane mappingsThomas Zimmermann2021-08-081-1/+1
* drm/udl: Use offset-adjusted shadow-plane mappingThomas Zimmermann2021-08-081-2/+2
* drm/simpledrm: Use offset-adjusted shadow-plane mappingThomas Zimmermann2021-08-081-2/+2
* drm/gm12u320: Use offset-adjusted shadow-plane mappingsThomas Zimmermann2021-08-081-2/+2
* drm/cirrus: Use offset-adjusted shadow-plane mappingsThomas Zimmermann2021-08-081-2/+2
* drm/mgag200: Use offset-adjusted shadow-plane mappingsThomas Zimmermann2021-08-081-2/+2
* drm/hyperv: Use offset-adjusted shadow-plane mappingsThomas Zimmermann2021-08-081-2/+2
* drm/gud: Get offset-adjusted mapping from drm_gem_fb_vmap()Thomas Zimmermann2021-08-081-2/+3
* drm/ast: Use offset-adjusted shadow-plane mappingsThomas Zimmermann2021-08-081-1/+1
* drm/gem: Provide offset-adjusted framebuffer BO mappingsThomas Zimmermann2021-08-084-4/+19
* drm/mgag200: Compute PLL values during atomic checkThomas Zimmermann2021-08-082-18/+22
* drm/mgag200: Introduce custom CRTC stateThomas Zimmermann2021-08-082-0/+55
* drm/simple-kms: Support custom CRTC stateThomas Zimmermann2021-08-081-3/+36
* drm/mgag200: Abstract pixel PLL via struct mgag200_pllThomas Zimmermann2021-08-084-903/+1019
* drm/mgag200: Declare PLL clock constants static constThomas Zimmermann2021-08-081-44/+31
* drm/mgag200: Split PLL compute function for G200SE by revThomas Zimmermann2021-08-081-70/+96
* drm/mgag200: Split PLL compute functions by device typeThomas Zimmermann2021-08-081-110/+146
* drm/mgag200: Store values (not bits) in struct mgag200_pll_valuesThomas Zimmermann2021-08-081-62/+91
* drm/mgag200: Introduce separate variable for PLL S parameterThomas Zimmermann2021-08-081-20/+16