summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2024-11-14drm/amdgpu: prevent NULL pointer dereference if ATIF is not supportedAntonio Quartulli1-2/+2
2024-11-14drm/amdgpu: add missing size check in amdgpu_debugfs_gprwave_read()Alex Deucher1-1/+1
2024-11-14drm/amdgpu: Adjust debugfs eviction and IB access permissionsAlex Deucher1-3/+3
2024-11-08drm/amd/display: Skip on writeback when it's not applicableAlex Hung1-0/+10
2024-11-08drm/amd/display: Add null checks for 'stream' and 'plane' before dereferencingSrinivasan Shanmugam1-0/+3
2024-11-01drm/amd/display: Disable PSR-SU on Parade 08-01 TCON tooMario Limonciello1-0/+2
2024-11-01drm/amd: Guard against bad data for ATIF ACPI methodMario Limonciello1-3/+12
2024-11-01drm/vboxvideo: Replace fake VLA at end of vbva_mouse_pointer_shape with real VLAHans de Goede2-4/+10
2024-11-01drm/msm/dpu: don't always program merge_3d blockJessica Zhang1-1/+1
2024-11-01drm/msm/dpu: Wire up DSC mask for active CTL configurationMarijn Suijten2-0/+2
2024-11-01drm/amd/amdgpu: Fix double unlock in amdgpu_mes_add_ringSrinivasan Shanmugam1-2/+3
2024-11-01drm/msm: Allocate memory for disp snapshot with kvzalloc()Douglas Anderson1-2/+2
2024-11-01drm/msm: Avoid NULL dereference in msm_disp_state_print_regs()Douglas Anderson1-7/+8
2024-11-01drm/msm/dsi: fix 32-bit signed integer extension in pclk_rate calculationJonathan Marek1-1/+1
2024-11-01drm/msm/dpu: make sure phys resources are properly initializedDmitry Baryshkov1-5/+4
2024-11-01drm/vmwgfx: Handle possible ENOMEM in vmw_stdu_connector_atomic_checkIan Forbes1-0/+4
2024-10-22drm/amdgpu: prevent BO_HANDLES error from being overwrittenMohammed Anees1-1/+1
2024-10-22drm/amdgpu/swsmu: Only force workload setup on initAlex Deucher1-3/+3
2024-10-22drm/vmwgfx: Handle surface check failure correctlyNikolay Kuratov1-0/+1
2024-10-22drm/radeon: Fix encoder->possible_clonesVille Syrjälä1-1/+1
2024-10-22drm/shmem-helper: Fix BUG_ON() on mmap(PROT_WRITE, MAP_PRIVATE)Wachowski, Karol1-0/+3
2024-10-17nouveau/dmem: Fix vulnerability in migrate_to_ram upon copy errorYonatan Maman1-1/+1
2024-10-17drm/vc4: Stop the active perfmon before being destroyedMaíra Canal1-1/+6
2024-10-17drm/v3d: Stop the active perfmon before being destroyedMaíra Canal1-1/+8
2024-10-17drm/rockchip: vop: enable VOP_FEATURE_INTERNAL_RGB on RK3066Val Packett1-0/+1
2024-10-17drm/rockchip: vop: limit maximum resolution to hardware capabilitiesSascha Hauer4-5/+36
2024-10-17drm/amd/display: Check null pointer before dereferencing seAlex Hung1-1/+1
2024-10-17drm/crtc: fix uninitialized variable use even harderRob Clark1-0/+1
2024-10-17drm/amd/display: Allow backlight to go below `AMDGPU_DM_DEFAULT_MIN_BACKLIGHT`Mario Limonciello1-1/+1
2024-10-17drm/amd/display: Fix system hang while resume with TBT monitorTom Chung1-0/+6
2024-10-17drm/sched: Add locking to drm_sched_entity_modify_schedTvrtko Ursulin1-0/+2
2024-10-17drm/i915/gem: fix bitwise and logical AND mixupJani Nikula1-1/+1
2024-10-17drm: omapdrm: Add missing check for alloc_ordered_workqueueMa Ke1-0/+5
2024-10-17drm/rockchip: vop: clear DMA stop bit on RK3066Val Packett3-0/+6
2024-10-17drm: Consistently use struct drm_mode_rect for FB_DAMAGE_CLIPSThomas Zimmermann1-1/+1
2024-10-17drm/amd/pm: ensure the fw_info is not null before using itTim Huang1-0/+2
2024-10-17drm/radeon/r100: Handle unknown family in r100_cp_init_microcode()Geert Uytterhoeven1-25/+45
2024-10-17drm/amdgpu: fix unchecked return value warning for amdgpu_gfxTim Huang1-4/+14
2024-10-17drm/printer: Allow NULL data in devcoredump printerMatthew Brost1-5/+8
2024-10-17drm/amd/display: Initialize get_bytes_per_element's default to 1Alex Hung2-2/+2
2024-10-17drm/amd/display: Fix index out of bounds in DCN30 color transformationSrinivasan Shanmugam1-0/+2
2024-10-17drm/amd/display: Fix index out of bounds in degamma hardware format translationSrinivasan Shanmugam1-0/+2
2024-10-17drm/amd/display: Fix index out of bounds in DCN30 degamma hardware format tra...Srinivasan Shanmugam1-0/+2
2024-10-17drm/amd/display: Check stream before comparing themAlex Hung1-0/+2
2024-10-17drm/stm: ltdc: reset plane transparency after plane disableYannick Fertre1-0/+3
2024-10-17drm/amdkfd: Fix resource leak in criu restore queueJesse Zhang1-0/+1
2024-10-17drm/amdgpu: enable gfxoff quirk on HP 705G4Peng Liu1-0/+2
2024-10-17drm/amdgpu: add raven1 gfxoff quirkPeng Liu1-0/+2
2024-10-17drm/amd/display: Add null check for 'afb' in amdgpu_dm_plane_handle_cursor_up...Srinivasan Shanmugam1-1/+2
2024-10-17drm/amd/display: Check null pointers before using dc->clk_mgrAlex Hung1-1/+2