summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2024-03-27drm: ci: use clk_ignore_unused for apq8016Dmitry Baryshkov1-1/+4
2024-03-27drm/amd/display: fix NULL checks for adev->dm.dc in amdgpu_dm_fini()Nikita Zhandarovich1-9/+7
2024-03-27drm/radeon/ni: Fix wrong firmware size logging in ni_init_microcode()Nikita Zhandarovich1-1/+1
2024-03-27drm/msm/dpu: Only enable DSC_MODE_MULTIPLEX if dsc_merge is enabledMarijn Suijten1-1/+3
2024-03-27drm/msm/dpu: fix the programming of INTF_CFG2_DATA_HCTL_ENAbhinav Kumar5-6/+25
2024-03-27drm/amdgpu: Fix potential out-of-bounds access in 'amdgpu_discovery_reg_base_...Srinivasan Shanmugam1-3/+3
2024-03-27drm/vmwgfx: Fix vmw_du_get_cursor_mob fencing of newly-created MOBsMartin Krastev1-1/+10
2024-03-27drm/amd/display: Fix potential NULL pointer dereferences in 'dcn10_set_output...Srinivasan Shanmugam1-2/+5
2024-03-27drm/amd/display: Fix a potential buffer overflow in 'dp_dsc_clock_en_read()'Srinivasan Shanmugam1-1/+1
2024-03-27drm/lima: fix a memleak in lima_heap_allocZhipeng Lu1-9/+14
2024-03-27drm/panel-edp: use put_sync in unprepareHsin-Yi Wang1-2/+1
2024-03-27drm/rockchip: lvds: do not print scary message when probing deferQuentin Schulz1-1/+1
2024-03-27drm/rockchip: lvds: do not overwrite error codeQuentin Schulz1-1/+0
2024-03-27drm/vmwgfx: fix a memleak in vmw_gmrid_man_get_nodeZhipeng Lu1-1/+4
2024-03-27drm/vkms: Avoid reading beyond LUT arrayHarry Wentland1-4/+10
2024-03-27drm/rockchip: inno_hdmi: Fix video timingAlex Bee1-2/+2
2024-03-27drm/tegra: output: Fix missing i2c_put_adapter() in the error handling paths ...Christophe JAILLET1-4/+12
2024-03-27drm/tegra: rgb: Fix missing clk_put() in the error handling paths of tegra_dc...Christophe JAILLET1-1/+3
2024-03-27drm/tegra: rgb: Fix some error handling paths in tegra_dc_rgb_probe()Christophe JAILLET1-5/+11
2024-03-27drm/tegra: hdmi: Fix some error handling paths in tegra_hdmi_probe()Christophe JAILLET1-7/+13
2024-03-27drm/tegra: dsi: Fix missing pm_runtime_disable() in the error handling path o...Christophe JAILLET1-0/+1
2024-03-27drm/tegra: dsi: Fix some error handling paths in tegra_dsi_probe()Christophe JAILLET1-19/+35
2024-03-27drm/tegra: dpaux: Fix PM disable depth imbalance in tegra_dpaux_probeZhang Shurong1-4/+10
2024-03-27drm/tegra: dsi: Add missing check for of_find_device_by_nodeChen Ni1-1/+3
2024-03-27drm/amdgpu: Enable gpu reset for S3 abort cases on Raven seriesPrike Liang1-20/+25
2024-03-27drm/ttm/tests: depend on UML || COMPILE_TESTChristian König1-2/+3
2024-03-06drm/nouveau: don't fini scheduler before entity flushDanilo Krummrich1-2/+3
2024-03-06drm/amd/display: Add monitor patch for specific eDPRyan Lin1-2/+4
2024-03-06drm/buddy: fix range biasMatthew Auld1-0/+10
2024-03-06Revert "drm/amd/pm: resolve reboot exception for si oland"Alex Deucher1-0/+29
2024-03-06drm/tegra: Remove existing framebuffer only if we support displayThierry Reding1-3/+20
2024-03-01drm/amd/display: Fix memory leak in dm_sw_fini()Armin Wolf1-0/+1
2024-03-01drm/syncobj: handle NULL fence in syncobj_eventfd_entry_funcErik Kurzinger1-1/+12
2024-03-01drm/syncobj: call drm_syncobj_fence_add_wait when WAIT_AVAILABLE flag is setErik Kurzinger1-2/+4
2024-03-01drm/i915/tv: Fix TV modeMaxime Ripard2-10/+10
2024-03-01nouveau: fix function cast warningsArnd Bergmann1-1/+7
2024-03-01Revert "drm/amd/display: increased min_dcfclk_mhz and min_fclk_mhz"Sohaib Nadeem1-1/+1
2024-03-01drm/amd/display: Fix buffer overflow in 'get_host_router_total_dp_tunnel_bw()'Srinivasan Shanmugam1-1/+1
2024-03-01drm/amd/display: Avoid enum conversion warningNathan Chancellor1-2/+3
2024-03-01drm/amd/display: adjust few initialization order in dmWayne Lin1-19/+18
2024-03-01drm/meson: Don't remove bridges which are created by other driversMartin Blumenstingl3-3/+0
2024-03-01drm/ttm: Fix an invalid freeing on already freed page in error pathThomas Hellström1-1/+1
2024-03-01drm/amd/display: fixed integer types and null check locationsSohaib Nadeem2-7/+11
2024-03-01drm/amd/display: Request usb4 bw for mst streamsPeichen Huang5-38/+144
2024-03-01drm/amd/display: Add dpia display mode validation logicMeenakshikumar Somasundaram5-40/+104
2024-03-01drm/amdgpu: Fix HDP flush for VFs on nbio v7.9Lijo Lazar1-0/+6
2024-03-01drm/amdgpu: Fix shared buff copy to userStanley.Yang1-1/+1
2024-03-01drm/amdgpu: reset gpu for s3 suspend abort casePrike Liang1-0/+22
2024-03-01drm/amdgpu: skip to program GFXDEC registers for suspend abortPrike Liang3-0/+12
2024-03-01drm/amd/display: increased min_dcfclk_mhz and min_fclk_mhzSohaib Nadeem1-1/+1