summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2024-04-03drm/imx/ipuv3: do not return negative values from .get_modes()Jani Nikula1-2/+2
2024-04-03drm/exynos: do not return negative values from .get_modes()Jani Nikula2-4/+4
2024-04-03drm/panel: do not return negative error codes from drm_panel_get_modes()Jani Nikula1-6/+11
2024-04-03drm/probe-helper: warn about negative .get_modes()Jani Nikula1-0/+7
2024-04-03drm/etnaviv: Restore some id valuesChristian Gmeiner2-1/+10
2024-04-03drm/amdgpu/display: Address kdoc for 'is_psr_su' in 'fill_dc_dirty_rects'Srinivasan Shanmugam1-0/+4
2024-04-03drm/vmwgfx: Fix the lifetime of the bo cursor memoryZack Rusin1-12/+1
2024-04-03drm/vmwgfx: Fix possible null pointer derefence with invalid contextsZack Rusin1-3/+11
2024-04-03drm/vmwgfx: Unmap the surface before resetting it on a plane stateZack Rusin1-0/+4
2024-03-27drm/amdgpu: drop setting buffer funcs in sdma442Le Ma1-22/+1
2024-03-27drm/amdgpu: fix mmhub client id out-of-bounds accessLang Yu1-4/+3
2024-03-27drm/amdgpu: add MMHUB 3.3.1 supportYifan Zhang2-0/+2
2024-03-27nouveau/gsp: don't check devinit disable on GSP.Dave Airlie1-1/+0
2024-03-27drm/xe: Skip VMAs pin when requesting signal to the last XE_EXECJosé Roberto de Souza1-18/+23
2024-03-27drm/xe: Invalidate userptr VMA on page pin faultMatthew Brost4-16/+29
2024-03-27nouveau: reset the bo resource bus info after an evictionDave Airlie1-0/+2
2024-03-27drm/xe: Replace 'grouped target' in Makefile with pattern ruleDafna Hirschfeld1-1/+2
2024-03-27drm/xe: Fix ref counting leak on page faultMatthew Brost1-2/+4
2024-03-27drm/msm/dpu: add division of drm_display_mode's hskew parameterPaloma Arellano1-2/+4
2024-03-27drm/msm/dpu: allow certain formats for CDM for DPPaloma Arellano1-1/+1
2024-03-27drm/mediatek: Fix a null pointer crash in mtk_drm_crtc_finish_page_flipHsin-Yi Wang1-5/+7
2024-03-27drm/amd/pm: Fix esm reg mask use to get pcie speedAsad Kamal3-6/+6
2024-03-27drm/amdgpu: Fix missing break in ATOM_ARG_IMM Case of atom_get_src_int()Srinivasan Shanmugam1-1/+1
2024-03-27drm/msm/a7xx: Fix LLC typoRob Clark1-1/+1
2024-03-27drm/msm/a6xx: specify UBWC config for sc7180Dmitry Baryshkov1-2/+1
2024-03-27drm/tidss: Fix sync-lost issue with two displaysTomi Valkeinen1-0/+10
2024-03-27drm/tidss: Fix initial plane zpos valuesTomi Valkeinen1-1/+1
2024-03-27drm/tegra: put drm_gem_object ref on error in tegra_fb_createFedor Pchelkin1-0/+1
2024-03-27drm/bridge: adv7511: fix crash on irq during probeMads Bligaard Nielsen1-11/+11
2024-03-27drm/mediatek: dsi: Fix DSI RGB666 formats and definitionsAngeloGioacchino Del Regno1-5/+5
2024-03-27drm/msm/dpu: finalise global state objectDmitry Baryshkov1-0/+8
2024-03-27drm/panel: boe-tv101wum-nl6: make use of prepare_prev_firstDouglas Anderson1-0/+2
2024-03-27drm/amd/display: Add 'replay' NULL check in 'edp_set_replay_allow_active()'Srinivasan Shanmugam1-1/+2
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