summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_uncore.c
AgeCommit message (Expand)Author
2020-05-11drm/i915: Remove unused HAS_FWTABLE macroPascal Terjan
2020-04-17drm/i915/icl: Update forcewake firmware rangesRadhakrishna Sripada
2020-04-08drm/i915/uncore: prefer struct drm_device based loggingJani Nikula
2020-03-25drm/i915/selftests: Measure the energy consumed while in RC6Chris Wilson
2020-01-22drm/i915: Make WARN* drm specific where uncore or stream ptr is availablePankaj Bharadiya
2020-01-22drm/i915: Make WARN* drm specific where drm_priv ptr is availablePankaj Bharadiya
2020-01-10drm/i915/uncore: use new struct drm_device based macros.Wambui Karuga
2019-09-13drm/i915/tgl: Introduce gen12 forcewake rangesMichel Thierry
2019-09-13drm/i915: Update Gen11 forcewake rangesMika Kuoppala
2019-08-09drm/i915: split out uncore_mmio_debugDaniele Ceraolo Spurio
2019-08-07drm/i915: remove unnecessary includes of intel_display_types.h headerJani Nikula
2019-08-07drm/i915: rename intel_drv.h to display/intel_display_types.hJani Nikula
2019-08-07drm/i915: avoid including intel_drv.h via i915_drv.h->i915_trace.hJani Nikula
2019-08-02drm/i915: Add i915 to i915_inject_probe_failureMichal Wajdeczko
2019-08-02drm/i915: Fix documentation for __intel_wait_for_register_fw*Michal Wajdeczko
2019-08-01drm/i915/tgl: allow the reg_read ioctl to read the RCS TIMESTAMP registerJordan Justen
2019-07-12drm/i915: Replace "_load" with "_probe" consequentlyJanusz Krzysztofik
2019-07-08drm/i915: Explicitly track active fw_domain timersChris Wilson
2019-07-07drm/i915: Pull assert_forcewake_active() underneath the lockChris Wilson
2019-07-05drm/i915: Order assert forcewake testChris Wilson
2019-07-04drm/i915: Check caller held wakerefs in assert_forcewakes_activeChris Wilson
2019-06-20drm/i915/gvt: decouple check_vgpu() from uncore_init()Daniele Ceraolo Spurio
2019-06-20drm/i915: dynamically allocate forcewake domainsDaniele Ceraolo Spurio
2019-06-20drm/i915: skip forcewake actions on forcewake-less uncoreDaniele Ceraolo Spurio
2019-06-20drm/i915: kill uncore_to_i915Daniele Ceraolo Spurio
2019-06-20drm/i915: kill uncore_sanitizeDaniele Ceraolo Spurio
2019-06-20drm/i915: use vfuncs for reg_read/write_fw_domainsDaniele Ceraolo Spurio
2019-06-14drm/i915: update with_intel_runtime_pm to use the rpm structureDaniele Ceraolo Spurio
2019-06-14drm/i915: make enable/disable rpm assert function use the rpm structureDaniele Ceraolo Spurio
2019-06-14drm/i915: Remove rpm asserts that use i915Daniele Ceraolo Spurio
2019-06-10drm/i915: Convert i915_reg_read_ioctl to use explicit mmio accessorsTvrtko Ursulin
2019-05-08drm/i915: Reboot CI if forcewake failsChris Wilson
2019-04-08drm/i915: extract intel_pm.h from intel_drv.hJani Nikula
2019-04-03drm/i915: rename init/fini/prune uncore functionsDaniele Ceraolo Spurio
2019-04-03drm/i915: add intel_uncore_init_earlyDaniele Ceraolo Spurio
2019-03-29drm/i915: move the edram detection out of uncore initDaniele Ceraolo Spurio
2019-03-26drm/i915: take a reference to uncore in the engine and use itDaniele Ceraolo Spurio
2019-03-26drm/i915: switch intel_wait_for_register to uncoreDaniele Ceraolo Spurio
2019-03-26drm/i915: intel_wait_for_register_fw to uncoreDaniele Ceraolo Spurio
2019-03-26drm/i915: switch intel_uncore_forcewake_for_reg to intel_uncoreDaniele Ceraolo Spurio
2019-03-26drm/i915: switch uncore mmio funcs to use intel_uncoreDaniele Ceraolo Spurio
2019-03-26drm/i915: take a ref to the rpm in the uncore structureDaniele Ceraolo Spurio
2019-03-26drm/i915: add uncore flags for unclaimed mmioDaniele Ceraolo Spurio
2019-03-26drm/i915: add HAS_FORCEWAKE flag to uncoreDaniele Ceraolo Spurio
2019-03-26drm/i915: rename raw reg access functionsDaniele Ceraolo Spurio
2019-03-20drm/i915: make raw access function work on uncoreDaniele Ceraolo Spurio
2019-03-20drm/i915: move regs pointer inside the uncore structureDaniele Ceraolo Spurio
2019-03-20drm/i915: reduce the dev_priv->uncore dance in uncore.cDaniele Ceraolo Spurio
2019-03-20drm/i915: make find_fw_domain work on intel_uncoreDaniele Ceraolo Spurio
2019-03-20drm/i915: make more uncore function work on intel_uncoreDaniele Ceraolo Spurio