aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2025-07-14drm/bridge: Make dp/hdmi_audio_* callback keep the same paramter order with get_modesAndy Yan11-59/+59
2025-07-14drm/xe: Add plumbing for indirect context workaroundsTvrtko Ursulin3-3/+89
2025-07-14drm/xe: Allow specifying number of extra dwords at the end of wa bb emissionTvrtko Ursulin1-3/+5
2025-07-14drm/xe: Track number of written dwords from workaround batch buffer emissionTvrtko Ursulin1-1/+4
2025-07-14drm/xe: Rename utilization workaround emission functionTvrtko Ursulin1-3/+5
2025-07-14drm/xe: Pass wa bb setup arguments in a structTvrtko Ursulin1-39/+52
2025-07-14drm/xe: Generalize wa bb emission codeTvrtko Ursulin1-22/+48
2025-07-14drm/xe: Fix missing kernel-docLucas De Marchi1-0/+1
2025-07-14drm/xe: Remove unused functionsDr. David Alan Gilbert6-51/+0
2025-07-14drm/i915/dp: Add device specific quirk to limit eDP rate to HBR2Ankit Nautiyal3-7/+44
2025-07-14Revert "drm/i915/dp: Reject HBR3 when sink doesn't support TPS4"Ankit Nautiyal1-42/+7
2025-07-11Merge tag 'amd-drm-next-6.17-2025-07-11' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextSimona Vetter26-239/+270
2025-07-11drm/xe: Normalize default param valuesLucas De Marchi1-12/+23
2025-07-11drm/xe/migrate: Fix alignment checkLucas De Marchi1-2/+2
2025-07-11drm/nouveau: check ioctl command codes betterArnd Bergmann1-6/+5
2025-07-11drm/xe: Remove references to CONFIG_DRM_XE_DEVMEM_MIRRORMatthew Brost1-2/+2
2025-07-11drm/xe: Move page fault init after topology initMatthew Brost1-3/+3
2025-07-11drm/xe/migrate: fix copy direction in access_memoryMatthew Auld1-1/+1
2025-07-11Merge tag 'drm-misc-fixes-2025-07-10' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixesSimona Vetter11-51/+100
2025-07-11Merge tag 'drm-xe-fixes-2025-07-11' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-fixesSimona Vetter9-23/+53
2025-07-11Merge tag 'drm-intel-next-2025-07-10' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-nextSimona Vetter1-4/+4
2025-07-11drm/xe: Dont skip TLB invalidations on VFTejas Upadhyay1-12/+10
2025-07-11Merge tag 'drm-xe-next-2025-07-10' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-nextSimona Vetter87-1504/+2920
2025-07-11drm/i915/xe3lpd: Prune modes for YUV420Suraj Kandpal6-4/+63
2025-07-11drm/i915/scaler: Use intel_display as argument to skl_scaler_max_src_sizeSuraj Kandpal1-4/+2
2025-07-10drm/xe/guc: Default log level to non-verboseLucas De Marchi1-1/+1
2025-07-10drm/xe/bmg: Don't use WA 16023588340 and 22019338487 on VFMichal Wajdeczko1-2/+2
2025-07-10drm/xe/guc: Recommend GuC v70.46.2 for BMG, LNL, DG2Julia Filipchuk1-3/+3
2025-07-10drm/xe/pm: Correct comment of xe_pm_set_vram_threshold()Shuicheng Lin1-3/+5
2025-07-10drm/xe: Release runtime pm for error path of xe_devcoredump_read()Shuicheng Lin1-10/+28
2025-07-10drm/xe/pm: Restore display pm if there is error after display suspendShuicheng Lin1-2/+1
2025-07-10drm/xe/sriov: Mark BMG as SR-IOV capableMichal Wajdeczko1-0/+1
2025-07-10drm/xe: extend Wa_15015404425 to apply to PTLMatt Atwood4-0/+13
2025-07-10drm/xe: Move Wa_15015404425 to use the new XE_DEVICE_WA macroMatt Atwood2-4/+5
2025-07-10drm/xe: Add infrastructure for Device OOB workaroundsMatt Atwood5-2/+108
2025-07-10drm/xe: add new type to RTP contextMatt Atwood3-1/+36
2025-07-10drm/xe: add xe_device_wa infrastructureMatt Atwood2-1/+8
2025-07-10drm/xe: prepare xe_gen_wa_oob to be multi-useMatt Atwood1-7/+38
2025-07-10drm/amdgpu: Fix lifetime of struct amdgpu_task_info after ring resetAndré Almeida1-3/+2
2025-07-10drm/xe/guc: Cancel ongoing H2G requests when stopping CTMichal Wajdeczko1-0/+24
2025-07-10drm/xe/guc: Move state change logger to helperMichal Wajdeczko1-1/+6
2025-07-10drm/xe/guc: Rename CT state change helperMichal Wajdeczko1-4/+4
2025-07-10drm/xe/pm: Correct comment of xe_pm_set_vram_threshold()Shuicheng Lin1-3/+5
2025-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski44-287/+619
2025-07-10drm/xe/bmg: Don't use WA 16023588340 and 22019338487 on VFMichal Wajdeczko1-2/+2
2025-07-10drm/amdgpu: do not resume device in thaw for normal hibernationSamuel Zhang1-0/+17
2025-07-10drm/amdgpu: move GTT to shmem after eviction for hibernationSamuel Zhang1-1/+9
2025-07-10drm/ttm: add new api ttm_device_prepare_hibernation()Samuel Zhang1-0/+22
2025-07-10drm/i915/bios: Apply vlv_fixup_mipi_sequences() to v2 mipi-sequences tooHans de Goede1-4/+4
2025-07-10drm/i915/bios: Apply vlv_fixup_mipi_sequences() to v2 mipi-sequences tooHans de Goede1-4/+4