summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_pm.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-14Merge tag 'drm-next-2024-03-13' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-7/+31
2024-02-12PM: runtime: Simplify pm_runtime_get_if_active() usageSakari Ailus1-1/+1
2024-02-06drm/xe/pm: add debug logs for D3coldRiana Tauro1-6/+13
2024-01-31drm/xe: drop display/ subdir from include directoriesJani Nikula1-1/+1
2024-01-09drm/xe/dgfx: Release mmap mappings on rpm suspendBadal Nilawar1-0/+17
2023-12-21drm/xe: add some debug info for d3coldMatthew Auld1-0/+3
2023-12-21drm/xe/display: Implement display supportMaarten Lankhorst1-1/+12
2023-12-21drm/xe: do not register to PM if GuC is disabledOhad Sharabi1-0/+4
2023-12-21drm/xe/wa: Apply tile workarounds at probe/resumeMatt Roper1-0/+5
2023-12-21drm/xe/pm: Add vram_d3cold_threshold for d3cold capable deviceAnshuman Gupta1-2/+5
2023-12-21drm/xe: Ensure memory eviction on s2idle.Rodrigo Vivi1-0/+11
2023-12-21drm/xe: Only init runtime PM after all d3cold config is in place.Rodrigo Vivi1-1/+3
2023-12-21drm/xe: Fix the runtime_idle call and d3cold.allowed decision.Rodrigo Vivi1-2/+2
2023-12-21drm/xe: Move d3cold_allowed decision all together.Rodrigo Vivi1-0/+5
2023-12-21drm/xe: add lockdep annotation for xe_device_mem_access_put()Matthew Auld1-0/+27
2023-12-21drm/xe: fix xe_device_mem_access_get() racesMatthew Auld1-25/+43
2023-12-21drm/xe/pm: Init pcode and restore vram on power lostAnshuman Gupta1-2/+11
2023-12-21drm/xe/pm: Toggle d3cold_allowed using vram_usagesAnshuman Gupta1-0/+25
2023-12-21drm/xe/pm: Add vram_d3cold_threshold SysfsAnshuman Gupta1-4/+33
2023-12-21drm/xe/pm: Refactor xe_pm_runtime_initAnshuman Gupta1-1/+2
2023-12-21drm/xe/pm: Add pci d3cold_capable supportAnshuman Gupta1-0/+22
2023-12-21drm/xe/pm: Disable PM on unbounded pcie parent bridgeAnshuman Gupta1-0/+14
2023-12-20drm/xe: Sort includesLucas De Marchi1-2/+3
2023-12-20drm/xe/pm: fix unbalanced ref handlingMatthew Auld1-0/+8
2023-12-12drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost1-0/+207