summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2024-10-10drm/amd/display: enable_hpo_dp_link_output: Check link_res->hpo_dp_link_enc b...Alex Hung1-0/+5
2024-10-10drm/amd/display: Revert Avoid overflow assignmentGabe Teeger3-4/+2
2024-10-10drm/bridge: adv7511: fix crash on irq during probeMads Bligaard Nielsen1-11/+11
2024-10-10Revert "drm/amd/display: Skip Recompute DSC Params if no Stream on Link"Jonathan Gray1-3/+0
2024-10-10drm/rockchip: vop: enable VOP_FEATURE_INTERNAL_RGB on RK3066Val Packett1-0/+1
2024-10-10drm/amd/display: Allow backlight to go below `AMDGPU_DM_DEFAULT_MIN_BACKLIGHT`Mario Limonciello1-1/+1
2024-10-10drm/amd/display: Fix system hang while resume with TBT monitorTom Chung1-0/+6
2024-10-10drm/amd/display: Add HDR workaround for specific eDPAlex Hung3-1/+15
2024-10-10drm/sched: Add locking to drm_sched_entity_modify_schedTvrtko Ursulin1-0/+2
2024-10-10drm/i915/gem: fix bitwise and logical AND mixupJani Nikula1-1/+1
2024-10-10drm: omapdrm: Add missing check for alloc_ordered_workqueueMa Ke1-0/+5
2024-10-10drm/rockchip: vop: clear DMA stop bit on RK3066Val Packett3-0/+6
2024-10-10drm: Consistently use struct drm_mode_rect for FB_DAMAGE_CLIPSThomas Zimmermann1-1/+1
2024-10-10drm/mediatek: ovl_adaptor: Add missing of_node_put()Javier Carrasco1-1/+3
2024-10-10drm/amdgpu/gfx10: use rlc safe mode for soft recoveryAlex Deucher1-0/+2
2024-10-10drm/amdgpu/gfx11: use rlc safe mode for soft recoveryAlex Deucher1-0/+2
2024-10-10drm/amd/pm: ensure the fw_info is not null before using itTim Huang1-0/+2
2024-10-10drm/amdgpu/gfx9: use rlc safe mode for soft recoveryAlex Deucher1-0/+2
2024-10-10drm/amdgpu: Block MMR_READ IOCTL in resetVictor Skvortsov1-12/+31
2024-10-10drm/radeon/r100: Handle unknown family in r100_cp_init_microcode()Geert Uytterhoeven1-25/+45
2024-10-10drm/amdgpu: fix unchecked return value warning for amdgpu_gfxTim Huang1-4/+14
2024-10-10drm/printer: Allow NULL data in devcoredump printerMatthew Brost1-5/+8
2024-10-10drm/amd/display: Initialize get_bytes_per_element's default to 1Alex Hung2-2/+2
2024-10-10drm/amd/display: Avoid overflow assignment in link_dp_ctsAlex Hung3-2/+4
2024-10-10drm/amd/display: Fix index out of bounds in DCN30 color transformationSrinivasan Shanmugam1-0/+2
2024-10-10drm/amd/display: Fix index out of bounds in degamma hardware format translationSrinivasan Shanmugam1-0/+2
2024-10-10drm/amd/display: Fix index out of bounds in DCN30 degamma hardware format tra...Srinivasan Shanmugam1-0/+2
2024-10-10drm/amd/display: Check link_res->hpo_dp_link_enc before using itAlex Hung1-0/+7
2024-10-10drm/amd/display: Check stream before comparing themAlex Hung1-0/+2
2024-10-10drm/stm: ltdc: reset plane transparency after plane disableYannick Fertre1-0/+3
2024-10-10drm/amdkfd: Fix resource leak in criu restore queueJesse Zhang1-0/+1
2024-10-10drm/amdgpu: enable gfxoff quirk on HP 705G4Peng Liu1-0/+2
2024-10-10drm/amdgpu: add raven1 gfxoff quirkPeng Liu1-0/+2
2024-10-10drm/msm/adreno: Assign msm_gpu->pdev earlier to avoid nullptrsKonrad Dybcio2-1/+1
2024-10-10drm/amd/display: fix double free issue during amdgpu module unloadTim Huang1-1/+1
2024-10-10drm/amd/display: Add null check for 'afb' in amdgpu_dm_plane_handle_cursor_up...Srinivasan Shanmugam1-1/+2
2024-10-10drm/amd/display: Check null pointers before using dc->clk_mgrAlex Hung1-1/+2
2024-10-10drm/amd/display: Handle null 'stream_status' in 'planes_changed_for_existing_...Srinivasan Shanmugam1-1/+3
2024-10-10drm/amd/display: Add null check for top_pipe_to_program in commit_planes_for_...Srinivasan Shanmugam1-1/+2
2024-10-10drm/amdkfd: amdkfd_free_gtt_mem clear the correct pointerPhilip Yang8-16/+16
2024-10-10drm/amdgpu: disallow multiple BO_HANDLES chunks in one submitPierre-Eric Pelloux-Prayer1-0/+4
2024-10-10drm/stm: Avoid use-after-free issues with crtc and planeKatya Orlova2-56/+20
2024-10-10drm/amdgpu: Fix get each xcp macroAsad Kamal1-1/+1
2024-10-04drm/amd/display: Validate backlight caps are saneMario Limonciello1-0/+16
2024-10-04drm/amd/display: Round calculated vtotalRobin Chen1-1/+1
2024-10-04drm/amd/display: Add HDMI DSC native YCbCr422 supportLeo Ma3-5/+7
2024-10-04drm/amd/display: Skip Recompute DSC Params if no Stream on LinkFangzhi Zuo1-0/+3
2024-10-04drm/vmwgfx: Prevent unmapping active read buffersZack Rusin2-2/+14
2024-10-04drm/amd/display: Fix Synaptics Cascaded Panamera DSC DeterminationFangzhi Zuo1-1/+1
2024-10-04drivers:drm:exynos_drm_gsc:Fix wrong assignment in gsc_bind()Yuesong Li1-1/+1