summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: move gpu error sysfs to i915_gpu_error.cJani Nikula2023-11-021-77/+2
* drm/i915: remove unnecessary intel_pm.h includesJani Nikula2023-03-061-1/+0
* drm/i915: Partial abandonment of legacy DRM logging macrosTvrtko Ursulin2022-11-101-1/+2
* drm/i915/gt: Fix memory leaks in per-gt sysfsAshutosh Dixit2022-05-261-0/+2
* drm/i915/reset: Fix error_state_read ptr + offset useAlan Previn2022-05-251-3/+12
* drm/i915/gt: Create per-tile RPS sysfs interfacesAndi Shyti2022-03-211-177/+0
* drm/i915/gt: Create per-tile RC6 sysfs interfaceAndi Shyti2022-03-211-128/+0
* drm/i915/gt: create per-tile sysfs interfaceAndi Shyti2022-03-211-1/+6
* drm/i915: Move GT registers to their own header fileMatt Roper2022-02-021-0/+1
* drm/i915: Use to_gt() helperMichaƂ Winiarski2021-12-171-11/+11
* drm/i915/guc/slpc: Update boost sysfs hooks for SLPCVinay Belgaumkar2021-11-031-16/+3
* drm/i915: split out vlv sideband to a separate fileJani Nikula2021-10-141-1/+0
* drm/i915/guc/slpc: Sysfs hooks for SLPCVinay Belgaumkar2021-08-031-66/+17
* Merge tag 'drm-intel-gt-next-2021-06-10' of git://anongit.freedesktop.org/drm...Dave Airlie2021-06-111-15/+15
|\
| * drm/i915: use DEVICE_ATTR_RO macroYueHaibing2021-06-021-15/+15
* | drm/i915: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi2021-06-071-1/+1
|/
* drm/i915/sysfs: convert snprintf to sysfs_emitXuezhi Zhang2021-04-061-18/+12
* drm/i915/gt: Expose engine properties via sysfsChris Wilson2020-02-281-0/+3
* drm/i915: conversion to drm_device logging macros when drm_i915_private is pr...Wambui Karuga2020-02-041-7/+12
* drm/i915: Start chopping up the GPU error captureChris Wilson2020-01-101-3/+3
* drm/i915/rps: Add frequency translation helpersAndi Shyti2019-12-131-23/+8
* drm/i915: Extract GT render power state managementAndi Shyti2019-10-261-37/+37
* drm/i915: Move context management under GEMChris Wilson2019-10-041-24/+19
* drm/i915: Restrict L3 remapping sysfs interface to dwordsChris Wilson2019-10-041-28/+29
* drm/i915: Extract GT render sleep (rc6) managementAndi Shyti2019-09-271-1/+3
* drm/i915: extract i915_sysfs.h from i915_drv.hJani Nikula2019-08-091-0/+1
* drm/i915: remove unnecessary includes of intel_display_types.h headerJani Nikula2019-08-071-2/+0
* drm/i915: rename intel_drv.h to display/intel_display_types.hJani Nikula2019-08-071-1/+2
* drm/i915: update with_intel_runtime_pm to use the rpm structureDaniele Ceraolo Spurio2019-06-141-1/+1
* drm/i915: update rpm_get/put to use the rpm structureDaniele Ceraolo Spurio2019-06-141-6/+6
* drm/i915: move some leftovers to intel_pm.h from i915_drv.hJani Nikula2019-04-301-1/+2
* drm/i915: Separate sideband declarations to intel_sideband.hChris Wilson2019-04-261-0/+2
* drm/i915: Replace pcu_lock with sb_lockChris Wilson2019-04-261-20/+12
* drm/i915: Lift sideband locking for vlv_punit_(read|write)Chris Wilson2019-04-261-7/+7
* drm/i915: Syntatic sugar for using intel_runtime_pmChris Wilson2019-01-141-4/+3
* drm/i915: Mark up sysfs with rpm wakeref trackingChris Wilson2019-01-141-10/+14
* drm/i915: Markup paired operations on wakerefsChris Wilson2019-01-141-6/+6
* drm/i915: Skip the ERR_PTR error stateChris Wilson2018-12-071-1/+3
* drm/i915/sysfs: make attrs arrays constJani Nikula2018-12-031-2/+2
* drm/i915: Cache the error stringChris Wilson2018-11-231-16/+11
* drm/i915: Kick the rps worker when changing the boost frequencyChris Wilson2018-03-081-2/+8
* Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2018-02-011-11/+22
|\
| * drm/i915: Remove unsafe i915.enable_rc6Chris Wilson2017-12-011-1/+12
| * drm/i915: Convert intel_rc6_residency_us to nsTvrtko Ursulin2017-11-221-2/+7
| * drm/i915: Extract intel_get_cagfTvrtko Ursulin2017-11-221-8/+3
* | treewide: Use DEVICE_ATTR_ROJoe Perches2018-01-091-3/+3
* | treewide: Use DEVICE_ATTR_RWJoe Perches2018-01-091-3/+3
|/
* drm/i915: Rename intel_enable_rc6 to intel_rc6_enabledSagar Arun Kamble2017-10-111-1/+1
* drm/i915: Name structure in dev_priv that contains RPS/RC6 state as "gt_pm"Sagar Arun Kamble2017-10-111-25/+29
* drm/i915: Move rps.hw_lock to dev_priv and s/hw_lock/pcu_lockSagar Arun Kamble2017-10-111-10/+10