aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_sysfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-13drm/i915/gt: Fix memory leaks in per-gt sysfsAshutosh Dixit1-0/+2
2022-06-13drm/i915/reset: Fix error_state_read ptr + offset useAlan Previn1-3/+12
2022-03-21drm/i915/gt: Create per-tile RPS sysfs interfacesAndi Shyti1-177/+0
2022-03-21drm/i915/gt: Create per-tile RC6 sysfs interfaceAndi Shyti1-128/+0
2022-03-21drm/i915/gt: create per-tile sysfs interfaceAndi Shyti1-1/+6
2022-02-02drm/i915: Move GT registers to their own header fileMatt Roper1-0/+1
2021-12-17drm/i915: Use to_gt() helperMichaƂ Winiarski1-11/+11
2021-11-03drm/i915/guc/slpc: Update boost sysfs hooks for SLPCVinay Belgaumkar1-16/+3
2021-10-14drm/i915: split out vlv sideband to a separate fileJani Nikula1-1/+0
2021-08-03drm/i915/guc/slpc: Sysfs hooks for SLPCVinay Belgaumkar1-66/+17
2021-06-11Merge tag 'drm-intel-gt-next-2021-06-10' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-15/+15
2021-06-07drm/i915: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi1-1/+1
2021-06-02drm/i915: use DEVICE_ATTR_RO macroYueHaibing1-15/+15
2021-04-06drm/i915/sysfs: convert snprintf to sysfs_emitXuezhi Zhang1-18/+12
2020-02-28drm/i915/gt: Expose engine properties via sysfsChris Wilson1-0/+3
2020-02-04drm/i915: conversion to drm_device logging macros when drm_i915_private is present.Wambui Karuga1-7/+12
2020-01-10drm/i915: Start chopping up the GPU error captureChris Wilson1-3/+3
2019-12-13drm/i915/rps: Add frequency translation helpersAndi Shyti1-23/+8
2019-10-26drm/i915: Extract GT render power state managementAndi Shyti1-37/+37
2019-10-04drm/i915: Move context management under GEMChris Wilson1-24/+19
2019-10-04drm/i915: Restrict L3 remapping sysfs interface to dwordsChris Wilson1-28/+29
2019-09-27drm/i915: Extract GT render sleep (rc6) managementAndi Shyti1-1/+3
2019-08-09drm/i915: extract i915_sysfs.h from i915_drv.hJani Nikula1-0/+1
2019-08-07drm/i915: remove unnecessary includes of intel_display_types.h headerJani Nikula1-2/+0
2019-08-07drm/i915: rename intel_drv.h to display/intel_display_types.hJani Nikula1-1/+2
2019-06-14drm/i915: update with_intel_runtime_pm to use the rpm structureDaniele Ceraolo Spurio1-1/+1
2019-06-14drm/i915: update rpm_get/put to use the rpm structureDaniele Ceraolo Spurio1-6/+6
2019-04-30drm/i915: move some leftovers to intel_pm.h from i915_drv.hJani Nikula1-1/+2
2019-04-26drm/i915: Separate sideband declarations to intel_sideband.hChris Wilson1-0/+2
2019-04-26drm/i915: Replace pcu_lock with sb_lockChris Wilson1-20/+12
2019-04-26drm/i915: Lift sideband locking for vlv_punit_(read|write)Chris Wilson1-7/+7
2019-01-14drm/i915: Syntatic sugar for using intel_runtime_pmChris Wilson1-4/+3
2019-01-14drm/i915: Mark up sysfs with rpm wakeref trackingChris Wilson1-10/+14
2019-01-14drm/i915: Markup paired operations on wakerefsChris Wilson1-6/+6
2018-12-07drm/i915: Skip the ERR_PTR error stateChris Wilson1-1/+3
2018-12-03drm/i915/sysfs: make attrs arrays constJani Nikula1-2/+2
2018-11-23drm/i915: Cache the error stringChris Wilson1-16/+11
2018-03-08drm/i915: Kick the rps worker when changing the boost frequencyChris Wilson1-2/+8
2018-02-01Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-11/+22
2018-01-09treewide: Use DEVICE_ATTR_ROJoe Perches1-3/+3
2018-01-09treewide: Use DEVICE_ATTR_RWJoe Perches1-3/+3
2017-12-01drm/i915: Remove unsafe i915.enable_rc6Chris Wilson1-1/+12
2017-11-22drm/i915: Convert intel_rc6_residency_us to nsTvrtko Ursulin1-2/+7
2017-11-22drm/i915: Extract intel_get_cagfTvrtko Ursulin1-8/+3
2017-10-11drm/i915: Rename intel_enable_rc6 to intel_rc6_enabledSagar Arun Kamble1-1/+1
2017-10-11drm/i915: Name structure in dev_priv that contains RPS/RC6 state as "gt_pm"Sagar Arun Kamble1-25/+29
2017-10-11drm/i915: Move rps.hw_lock to dev_priv and s/hw_lock/pcu_lockSagar Arun Kamble1-10/+10
2017-08-03drm/i915: add const to bin_attributeBhumika Goyal1-3/+3
2017-07-07drm/i915/cnl: Inherit RPS stuff from previous platforms.Rodrigo Vivi1-1/+1
2017-07-06drm: i915: sysfs: constify attribute_group structures.Arvind Yadav1-3/+3