summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2021-07-28drm/vmwgfx: Switch to using DRM_IOCTL_DEF_DRVZack Rusin1-92/+84
2021-07-28drm/dp_mst: Fix return code on sideband message failureRajkumar Subbiah1-4/+6
2021-07-27drm: mxsfb: Clear FIFO_CLEAR bitMarek Vasut1-0/+3
2021-07-27drm: mxsfb: Use bus_format from the nearest bridge if presentMarek Vasut1-8/+24
2021-07-27drm: mxsfb: Increase number of outstanding requests on V4 and newer HWMarek Vasut4-0/+20
2021-07-27drm: mxsfb: Enable recovery on underflowMarek Vasut2-0/+30
2021-07-27drm: add logging for RMFB ioctlSimon Ser1-1/+21
2021-07-27Backmerge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst447-11865/+13765
2021-07-27drm/plane: Move drm_plane_enable_fb_damage_clips into coreDaniel Vetter2-54/+54
2021-07-27drm/plane: check that fb_damage is set up when usedDaniel Vetter3-1/+53
2021-07-27drm/plane: remove drm_helper_get_plane_damage_clipsDaniel Vetter1-1/+1
2021-07-27drm/prime: fix comment on PRIME HelpersJose Maria Casanova Crespo1-1/+1
2021-07-27drm/bridge: dw-mipi-dsi: Find the possible DSI devicesJagan Teki1-15/+43
2021-07-27drm/dsi: Add _NO_ to MIPI_DSI_* flags disabling featuresNicolas Boichat21-30/+30
2021-07-26drm/panel: simple: Add support for two more AUO panelsBjorn Andersson1-0/+66
2021-07-26Backmerge tag 'v5.14-rc3' into drm-nextDave Airlie42-788/+450
2021-07-25drm/rockchip: dsi: add ability to work as a phy instead of full dsiHeiko Stuebner2-0/+343
2021-07-25drm/rockchip: dsi: add own additional pclk handlingHeiko Stuebner1-0/+8
2021-07-25drm/bridge: nwl-dsi: Avoid potential multiplication overflow on 32-bitGeert Uytterhoeven1-1/+1
2021-07-25drm/shmobile: Convert to Linux IRQ interfacesThomas Zimmermann2-5/+10
2021-07-23drm/st7586: Use framebuffer dma-buf helpersThomas Zimmermann1-12/+6
2021-07-23drm/repaper: Use framebuffer dma-buf helpersThomas Zimmermann1-14/+4
2021-07-23drm/gm12u320: Use framebuffer dma-buf helpersThomas Zimmermann1-14/+5
2021-07-23drm/gud: Use framebuffer dma-buf helpersThomas Zimmermann1-8/+5
2021-07-23drm/mipi-dbi: Use framebuffer dma-buf helpersThomas Zimmermann1-13/+7
2021-07-23drm/udl: Use framebuffer dma-buf helpersThomas Zimmermann1-21/+8
2021-07-23drm/gem: Provide drm_gem_fb_{begin,end}_cpu_access() helpersThomas Zimmermann1-0/+89
2021-07-23drm/hisilicon/hibmc: Remove variable 'priv' from hibmc_unload()Thomas Zimmermann1-1/+0
2021-07-23drm/panfrost: devfreq: Don't display error for EPROBE_DEFERChris Morgan1-1/+2
2021-07-23Merge tag 'drm-misc-next-2021-07-22' of git://anongit.freedesktop.org/drm/drm...Dave Airlie29-108/+1044
2021-07-23Merge tag 'drm-misc-fixes-2021-07-22' of git://anongit.freedesktop.org/drm/dr...Dave Airlie8-17/+59
2021-07-23Merge tag 'drm-intel-fixes-2021-07-22' of git://anongit.freedesktop.org/drm/d...Dave Airlie6-288/+109
2021-07-22drm/panel: raspberrypi-touchscreen: Prevent double-freeMaxime Ripard1-1/+0
2021-07-22Merge tag 'amd-drm-fixes-5.14-2021-07-21' of https://gitlab.freedesktop.org/a...Dave Airlie29-483/+288
2021-07-22drm/amdgpu - Corrected the video codecs array name for yellow carpVeerabadhran Gopalakrishnan1-2/+2
2021-07-21drm/amd/display: Fix ASSR regression on embedded panelsStylon Wang1-3/+5
2021-07-21drm/amdgpu: add yellow carp pci id (v2)Aaron Liu1-0/+4
2021-07-21drm/amdgpu: update yellow carp external rev_id handlingAaron Liu1-1/+4
2021-07-21drm/amd/pm: Support board calibration on aldebaranLijo Lazar3-12/+40
2021-07-21drm/amd/display: change zstate allow msg conditionEric Yang3-25/+45
2021-07-21drm/amd/display: Populate dtbclk entries for dcn3.02/3.03Bindu Ramamurthy2-2/+10
2021-07-21drm/amd/display: Line Buffer changesNevenko Stupar4-19/+10
2021-07-21drm/amd/display: Remove MALL function from DCN3.1Mikita Lipski1-1/+0
2021-07-21drm/amd/display: Only set default brightness for OLEDCamille Cho1-3/+1
2021-07-21drm/amd/display: Update bounding box for DCN3.1Nicholas Kazlauskas1-0/+1
2021-07-21drm/amd/display: Query VCO frequency from register for DCN3.1Nicholas Kazlauskas2-55/+42
2021-07-21drm/amd/display: Populate socclk entries for dcn3.02/3.03Bindu Ramamurthy3-4/+14
2021-07-21drm/amd/display: Fix max vstartup calculation for modes with bordersNicholas Kazlauskas1-2/+4
2021-07-21drm/amd/display: implement workaround for riommu related hangEric Yang6-2/+27
2021-07-21drm/amd/display: Fix comparison error in dcn21 DMLVictor Lu1-1/+1