summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2020-07-17drm/ingenic: Add support for the IPUPaul Cercueil6-16/+1143
2020-07-17drm/ingenic: Add support for OSD modePaul Cercueil2-50/+288
2020-07-17drm/ingenic: Use dmam_alloc_coherent()Paul Cercueil1-15/+3
2020-07-17drm/ingenic: Move register definitions to ingenic-drm.hPaul Cercueil2-114/+128
2020-07-17drm/ingenic: Set DMA descriptor chain address in probePaul Cercueil1-2/+3
2020-07-17drm/ingenic: Add missing CR in debug stringsPaul Cercueil1-15/+15
2020-07-17drm/ingenic: Rename ingenic-drm.c to ingenic-drm-drv.cPaul Cercueil2-0/+1
2020-07-17drm/ingenic: Fix incorrect assumption about plane->indexPaul Cercueil1-1/+1
2020-07-17drm/nouveau/kms/nvd9-: Fix disabling CRCs alongside OR reprogrammingLyude Paul4-43/+97
2020-07-17drm/nouveau/kms/nvd9-: Add CRC supportLyude Paul21-70/+1325
2020-07-17drm/nouveau/kms/nv50-: Move hard-coded object handles into headerLyude Paul3-3/+22
2020-07-17drm/nouveau/kms/nv50-: Expose nv50_outp_atom in disp.hLyude Paul2-18/+14
2020-07-17drm/nouveau/kms/nv140-: Track wndw mappings in nv50_head_atomLyude Paul5-0/+31
2020-07-17drm/nouveau/kms/nv50-: Fix disabling ditheringLyude Paul1-11/+13
2020-07-17drm/nouveau/kms/nv140-: Don't modify depth in state during atomic commitLyude Paul2-8/+14
2020-07-17drm/vblank: Add vblank worksLyude Paul4-16/+324
2020-07-17drm/vblank: Use spin_(un)lock_irq() in drm_crtc_vblank_off()Lyude Paul1-3/+2
2020-07-17drm/vblank: Register drmm cleanup action once per drm_vblank_crtcLyude Paul1-13/+10
2020-07-16drm/tidss: Replace HTTP links with HTTPS onesAlexander A. Klimov17-17/+17
2020-07-16drm/vboxvideo: Replace HTTP links with HTTPS onesAlexander A. Klimov2-2/+2
2020-07-16drm/panel-simple: Add 50 Hz mode to the Frida FRD350H54004 panelPaul Cercueil1-13/+27
2020-07-16drm/panel-simple: Fix inverted V/H SYNC for Frida FRD350H54004 panelPaul Cercueil1-1/+1
2020-07-14drm/virtio: Remove open-coded commit-tail functionDaniel Vetter1-20/+0
2020-07-14drm/tilcdc: Use standard drm_atomic_helper_commitDaniel Vetter3-49/+19
2020-07-14drm/mgag200: Inline mga_crtc_{prepare, commit}() into enable functionThomas Zimmermann1-32/+7
2020-07-14drm/mgag200: Rename G200WB prepare/commit functionThomas Zimmermann1-6/+4
2020-07-14drm/mgag200: Set/clear <syncrst> field in display enable/disable helpersThomas Zimmermann2-6/+14
2020-07-14drm/mgag200: Split DPMS function into helpersThomas Zimmermann2-31/+45
2020-07-14drm/mgag200: Don't set or clear <scroff> field during modesetThomas Zimmermann1-39/+3
2020-07-14drm/mgag200: Move PLL setup out of mode-setting functionThomas Zimmermann1-3/+2
2020-07-14drm/mgag200: Don't write-protect CRTC 0-7 while in mga_crtc_prepare()Thomas Zimmermann3-9/+18
2020-07-13drm/bridge: sil_sii8620: initialize return of sii8620_readbTom Rix1-1/+1
2020-07-13drm/amdgpu: stop allocating dummy GTT nodesChristian König2-80/+42
2020-07-13drm/ttm: further cleanup ttm_mem_reg handlingChristian König1-20/+26
2020-07-13drm: radeon: fix common struct sg_table related issuesMarek Szyprowski1-6/+5
2020-07-13drm: amdgpu: fix common struct sg_table related issuesMarek Szyprowski3-13/+10
2020-07-13drm/lima: Expose job_hang_limit module parameterAndrey Lebedev3-2/+8
2020-07-13drm/vkms: change the max cursor width/heightMelissa Wen1-0/+2
2020-07-12drm: panel: simple: Fix bpc for LG LB070WV8 panelLaurent Pinchart1-1/+1
2020-07-11drm/panel: auo,b116xw03: fix flash backlight when power onJitao Shi1-0/+7
2020-07-10drm: fb-helper: Convert logging to drm_* functions.Suraj Upadhyay1-1/+1
2020-07-10drm: mipi-dsi: Convert logging to drm_* functions.Suraj Upadhyay1-8/+7
2020-07-10drm/bridge: Replace HTTP links with HTTPS onesAlexander A. Klimov2-2/+2
2020-07-10drm/bridge: dw-hdmi: Always add the bridge in the global bridge listLiu Ying1-31/+13
2020-07-10drm/bridge: dw-hdmi: Don't cleanup i2c adapter and ddc ptr in __dw_hdmi_probe...Liu Ying1-5/+0
2020-07-10drm/panel: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-07-09drm/edid: Clean up some curly bracesVille Syrjälä1-5/+4
2020-07-09drm/edid: Iterate through all DispID ext blocksVille Syrjälä1-46/+38
2020-07-09drm/edid: Allow looking for ext blocks starting from a specified indexVille Syrjälä1-9/+21
2020-07-09drm/dp: Include the AUX CH name in the debug messagesVille Syrjälä1-30/+37