summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_uncore.c
AgeCommit message (Expand)Author
2021-06-10Merge tag 'drm-intel-next-2021-06-09' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2021-06-07drm/i915: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi
2021-04-21drm/i915/lmem: Fail driver init if LMEM training failedMatt Roper
2021-04-14drm/i915/selftests: eliminate use of gen_maskLucas De Marchi
2021-02-12drm/i915: Try to detect sudden loss of MMIO accessMatt Roper
2021-02-02drm/i915: Remove references to struct drm_device.pdevThomas Zimmermann
2020-12-02drm/i915: remove last traces of I915_READ(), I915_WRITE() and POSTING_READ()Jani Nikula
2020-12-01drm/i915: remove last traces of I915_READ_FW() and I915_WRITE_FW()Jani Nikula
2020-10-20drm/i915: Drop runtime-pm assert from vgpu io accessorsChris Wilson
2020-10-09drm/i915: Update gen12 forcewake tableMatt Roper
2020-10-09drm/i915: Rename FORCEWAKE_BLITTER to FORCEWAKE_GTMatt Roper
2020-10-07drm/i915/dg1: Increase mmio size to 4MBVenkata Sandeep Dhanalakota
2020-09-16drm/i915: Initialise outparam for error return from wait_for_registerChris Wilson
2020-08-05Merge tag 'drm-next-2020-08-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-07-08drm/i915: Move the engine mask to intel_gt_infoDaniele Ceraolo Spurio
2020-07-08drm/i915: Use the gt in HAS_ENGINEDaniele Ceraolo Spurio
2020-07-06drm/i915: Print caller when tainting for CIMichaƂ Winiarski
2020-06-22drm/i915/params: switch to device specific parametersJani Nikula
2020-06-01drm/i915: Relinquish forcewake immediately after manual groupingChris Wilson
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