summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+12Star
* 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/+3Star
* 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/+11Star
* 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-021-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/+3Star
* | 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
* drm/i915: add const to bin_attributeBhumika Goyal2017-08-031-3/+3
* drm/i915/cnl: Inherit RPS stuff from previous platforms.Rodrigo Vivi2017-07-071-1/+1
* drm: i915: sysfs: constify attribute_group structures.Arvind Yadav2017-07-061-3/+3
* drm/i915: Group all the global context information togetherChris Wilson2017-06-201-1/+1
* drm/i915: Do not leak dev_priv->l3_parity.remap_info[]Joonas Lahtinen2017-05-021-11/+12
* drm/i915: Eliminate HAS_HW_CONTEXTSJoonas Lahtinen2017-04-281-3/+0Star
* drm/i915: Return residency as microsecondsMika Kuoppala2017-03-161-1/+2
* drm/i915: Move residency calculation into intel_pm.cMika Kuoppala2017-03-161-26/+1Star
* drm/i915: The return of i915_gpu_info to debugfsChris Wilson2017-02-141-16/+10Star
* drm/i915: Report the failure to write to the punitChris Wilson2017-01-261-5/+4Star
* drm/i915/glk: Convert a few more IS_BROXTON() to IS_GEN9_LP()Michel Thierry2017-01-101-1/+1
* drm/i915: Fix setting of boost freq tunableMika Kuoppala2016-12-141-1/+1
* drm/i915: Make i915_destroy_error_state take dev_privTvrtko Ursulin2016-12-011-2/+2
* drm/i915: Allow disabling error captureChris Wilson2016-10-121-5/+20
* drm/i915: Drop mutex around clearing error stateChris Wilson2016-09-021-9/+1Star
* drm/i915: i915_sysfs.c cleanupDavid Weinehall2016-08-221-83/+65Star
* drm/i915: consistent struct device namingDavid Weinehall2016-08-221-31/+34
* drm/i915: Fix up some stray to_i915(dev) after a recent mergeChris Wilson2016-07-281-1/+1
* drm/i915: Remove superfluous powersave work flushingChris Wilson2016-07-141-38/+14Star
* drm/i915: Define a separate variable and control for RPS waitboost frequencyChris Wilson2016-07-141-0/+38
* drm/i915: Mass convert dev->dev_private to to_i915(dev)Chris Wilson2016-07-041-11/+11
* drm/i915: No need to wait for idle on L3 remapChris Wilson2016-06-241-7/+0Star
* drm/i915: Rename struct intel_contextChris Wilson2016-05-241-1/+1
* drm/i915: Use drm_i915_private as the native pointer for intel_uncore.cChris Wilson2016-05-101-5/+4Star
* drm/i915: Hold RPM reference while setting freq limits through sysfsSagar Arun Kamble2016-03-021-0/+10
* drm/i915: use kobj_to_dev()Geliang Tang2016-01-131-4/+4
* drm/i915: Separate cherryview from valleyviewWayne Boyer2015-12-101-5/+5
* drm/i915: Type safe register read/writeVille Syrjälä2015-11-181-1/+2