summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xe/compat-i915-headers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge drm/drm-next into drm-intel-nextJani Nikula2024-06-191-1/+2
|\
| * Merge tag 'drm-next-2024-05-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-05-157-103/+21
| |\
| * | drm/xe/display: Fix ADL-N detectionLucas De Marchi2024-05-021-1/+2
* | | drm/xe/display: reduce includes in compat i915_drv.hJani Nikula2024-06-061-3/+1
* | | drm/xe/display: move compat runtime pm stubs to the correct fileJani Nikula2024-06-062-48/+51
* | | drm/xe/display: move compat uncore stubs to the correct fileJani Nikula2024-06-062-5/+5
* | | drm/i915/display: include xe_bo.h, gem_object_types etc. where neededJani Nikula2024-06-062-4/+11
* | | drm/i915/display: include intel_step.h where neededJani Nikula2024-06-061-2/+0
* | | drm/i915/display: include intel_uncore.h where neededJani Nikula2024-06-061-1/+0
* | | drm/i915/display: include i915_gpu_error.h where neededJani Nikula2024-06-061-1/+0
* | | drm/i915/display: include gt/intel_gt_types.h where neededJani Nikula2024-06-062-1/+0
* | | drm/i915/display: include gem/i915_gem_stolen.h where neededJani Nikula2024-06-062-1/+0
| |/ |/|
* | Merge tag 'drm-xe-next-2024-04-23' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie2024-04-243-11/+21
|\ \
| * | drm/xe: Introduce intel_runtime_pm_get_noresume at compat-i915-headers for di...Rodrigo Vivi2024-04-181-0/+8
| * | drm/xe/stolen: ignore first page for FBCMatthew Auld2024-04-171-1/+6
| * | drm/xe/bmg: Add BMG platform definitionMatt Roper2024-04-091-0/+1
| * | drm/xe: Normalize bo flags macrosLucas De Marchi2024-04-021-1/+1
| * | drm/xe/display: fix type of intel_uncore_read*() functionsLuca Coelho2024-03-201-3/+3
| * | drm/xe: Create a xe_pm_runtime_resume_and_get variant for displayRodrigo Vivi2024-03-041-5/+1
| * | drm/xe: Fix display runtime_pm handlingRodrigo Vivi2024-03-041-1/+1
| |/
* | drm/xe/display: clean up compat i915_vgpu.hJani Nikula2024-04-081-26/+0
* | drm/xe/display: remove compat i915_gem.hJani Nikula2024-04-082-10/+0
* | drm/xe/display: clean up a lot of cruft from compat i915_drv.hJani Nikula2024-04-081-32/+0
* | drm/i915: move i915_fixed.h to display/intel_fixed.hJani Nikula2024-04-081-6/+0
* | drm/i915/dmc: define firmware URL locallyJani Nikula2024-04-082-12/+0
* | drm/i915: Drop dead code for pvcLucas De Marchi2024-03-221-4/+0
* | drm/i915: Drop dead code for xehpsdvLucas De Marchi2024-03-221-2/+0
|/
* drm/xe/display: fix i915_gem_object_is_shmem() wrapperMatthew Auld2024-02-091-1/+1
* drm/xe/display: Avoid calling readq()Lucas De Marchi2024-01-191-6/+5
* drm/xe: Modify the cfb size to be page size aligned for FBCVinod Govindapillai2024-01-191-0/+3
* drm/xe: Use intel_wakeref_t in intel_runtime_pm functionsJosé Roberto de Souza2024-01-051-5/+5
* drm/xe: Fix definition of intel_wakeref_tJosé Roberto de Souza2024-01-051-1/+1
* drm/xe/display: Add Xe implementation for fence checks used by fbc codeJouni Högander2023-12-213-0/+14
* drm/xe/display: Add i915_gem.h compatibility headerJouni Högander2023-12-212-0/+10
* drm/xe/display: Xe stolen memory handling for fbc supportJouni Högander2023-12-212-0/+80
* drm/xe/display: Add empty define for i915_ggtt_clear_scanoutJouni Högander2023-12-211-0/+1
* drm/xe/display: Add i915_active.h compatibility headerJouni Högander2023-12-211-0/+22
* drm/xe/display: Add frontbuffer setter/getter for xe_boJouni Högander2023-12-211-0/+12
* drm/xe/display: Add struct i915_active for XeJouni Högander2023-12-211-0/+13
* drm/xe/display: Improve s2idle handling.Maarten Lankhorst2023-12-211-6/+0
* drm/xe/display: Implement display supportMaarten Lankhorst2023-12-2133-0/+1039