summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2024-09-06drm/amdgpu: fix queue reset issue by mmioJesse Zhang-0/+1
2024-09-06drm/amd/display: Add kdoc entry for 'program_isharp_1dlut' in 'dpp401_dscl_pr...Srinivasan Shanmugam-0/+1
2024-09-06drm/amdgpu: Replace 'amdgpu_job_submit_direct' with 'drm_sched_entity' in cle...Srinivasan Shanmugam-16/+19
2024-09-06drm/amdgpu/: Add missing kdoc entry in amdgpu_vm_handle_fault functionSrinivasan Shanmugam-0/+1
2024-09-06drm/amd/display: fix dccg root clock optimization related hangQili Lu-5/+15
2024-09-06drm/amd/display: Refactor dccg35_get_other_enabled_symclk_feNicholas Susanto-40/+25
2024-09-06drm/amdgpu: Normalize reg offsets on JPEG v4.0.3Lijo Lazar-21/+15
2024-09-06drm/amd/display: Avoid race between dcn35_set_drr() and dc_state_destruct()Tobias Jakobi-8/+12
2024-09-06drm/amd/display: Avoid race between dcn10_set_drr() and dc_state_destruct()Tobias Jakobi-8/+12
2024-09-06drm/amdgpu: use clamp() in amdgpu_vm_adjust_size()Li Zetao-1/+1
2024-09-06drm/amd: use clamp() in amdgpu_pll_get_fb_ref_div()Li Zetao-1/+1
2024-09-06drm/amdgpu: enable gfxoff quirk on HP 705G4Peng Liu-0/+2
2024-09-06drm/amdgpu: add raven1 gfxoff quirkPeng Liu-0/+2
2024-09-06drm/amd/display: Fix spelling mistake "recompte" -> "recompute"Colin Ian King-1/+1
2024-09-06drm/amdkfd: Add cache line size infoDavid Belanger-1/+7
2024-09-06drm/amd/display: Add missing kdoc entry for 'bs_coeffs_updated' in dpp401_dsc...Srinivasan Shanmugam-0/+1
2024-09-06drm/amdgpu: fix invalid fence handling in amdgpu_vm_tlb_flushLang Yu-2/+4
2024-09-06drm/amdgpu: re-work VM syncingChristian König-55/+65
2024-09-06drm/i915/guc: prevent a possible int overflow in wq offsetsNikita Zhandarovich-2/+2
2024-09-06drm/xe: Update runtime detection of has_flat_ccsLucas De Marchi-3/+8
2024-09-06drm/xe: Cleanup has_flat_ccs handlingLucas De Marchi-3/+2
2024-09-06drm/xe: fix missing 'xe_vm_put'Dafna Hirschfeld-1/+3
2024-09-06drm/xe: Suppress missing outer rpm protection warningRodrigo Vivi-1/+16
2024-09-06drm/xe/xe_gt_idle: add debugfs entry for powergating infoRiana Tauro-0/+114
2024-09-06drm/xe/xe_gt_idle: modify powergate enable conditionRiana Tauro-8/+20
2024-09-06drm/sched: add optional errno to drm_sched_start()Christian König-16/+17
2024-09-06drm/xe: use IS_ENABLED() instead of defined() on config optionsJani Nikula-3/+3
2024-09-06drm/gem-vram: Remove support for simple display pipelinesThomas Zimmermann-45/+0
2024-09-06drm/bochs: Validate display modes against available video memoryThomas Zimmermann-7/+20
2024-09-06drm/bochs: Use GEM SHMEM helpers for memory managementThomas Zimmermann-44/+38
2024-09-06drm/bochs: Use regular atomic helpersThomas Zimmermann-45/+132
2024-09-06drm/bochs: Allocate DRM device in struct bochs_deviceThomas Zimmermann-27/+25
2024-09-06drm/bochs: Upcast with to_bochs_device()Thomas Zimmermann-4/+9
2024-09-06drm/bochs: Pass bochs device to various functionsThomas Zimmermann-6/+6
2024-09-06drm/bochs: Do managed resource cleanupThomas Zimmermann-32/+10
2024-09-06drm/bochs: Use helpers for struct drm_edidThomas Zimmermann-26/+22
2024-09-06drm/bochs: Remove manual format test from fb_createThomas Zimmermann-12/+1
2024-09-06drm/xe/pciids: separate ARL and MTL PCI IDsJani Nikula-0/+1
2024-09-06drm/xe/pciids: separate RPL-U and RPL-P PCI IDsJani Nikula-0/+1
2024-09-06drm/xe/pat: sanity check compression and coh_modeMatthew Auld-1/+6
2024-09-06drm/xe: prevent potential UAF in pf_provision_vf_ggtt()Matthew Auld-4/+4
2024-09-06drivers:drm:exynos_drm_gsc:Fix wrong assignment in gsc_bind()Yuesong Li-1/+1
2024-09-06drm/exynos: Remove unnecessary codeKwanghoon Son-4/+0
2024-09-06drm/exynos: Constify struct exynos_drm_ipp_funcsChristophe JAILLET-3/+3
2024-09-06Merge tag 'mediatek-drm-next-6.12' of https://git.kernel.org/pub/scm/linux/ke...Dave Airlie-83/+204
2024-09-06Merge tag 'amd-drm-fixes-6.11-2024-09-05' of https://gitlab.freedesktop.org/a...Dave Airlie-25/+89
2024-09-06Merge tag 'drm-misc-fixes-2024-09-05' of https://gitlab.freedesktop.org/drm/m...Dave Airlie-41/+185
2024-09-06Merge tag 'drm-intel-next-2024-09-03' of https://gitlab.freedesktop.org/drm/i...Dave Airlie-1252/+1546
2024-09-06Merge tag 'drm-xe-fixes-2024-09-05' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie-89/+124
2024-09-05drm/i915: Remove extra unlikely helperHongbo Li-1/+1