Age | Commit message (Expand) | Author |
2021-12-17 | drm/i915: Use to_gt() helper | MichaĆ Winiarski |
2021-11-03 | drm/i915/guc/slpc: Update boost sysfs hooks for SLPC | Vinay Belgaumkar |
2021-10-14 | drm/i915: split out vlv sideband to a separate file | Jani Nikula |
2021-08-03 | drm/i915/guc/slpc: Sysfs hooks for SLPC | Vinay Belgaumkar |
2021-06-11 | Merge tag 'drm-intel-gt-next-2021-06-10' of git://anongit.freedesktop.org/drm... | Dave Airlie |
2021-06-07 | drm/i915: replace IS_GEN and friends with GRAPHICS_VER | Lucas De Marchi |
2021-06-02 | drm/i915: use DEVICE_ATTR_RO macro | YueHaibing |
2021-04-06 | drm/i915/sysfs: convert snprintf to sysfs_emit | Xuezhi Zhang |
2020-02-28 | drm/i915/gt: Expose engine properties via sysfs | Chris Wilson |
2020-02-04 | drm/i915: conversion to drm_device logging macros when drm_i915_private is pr... | Wambui Karuga |
2020-01-10 | drm/i915: Start chopping up the GPU error capture | Chris Wilson |
2019-12-13 | drm/i915/rps: Add frequency translation helpers | Andi Shyti |
2019-10-26 | drm/i915: Extract GT render power state management | Andi Shyti |
2019-10-04 | drm/i915: Move context management under GEM | Chris Wilson |
2019-10-04 | drm/i915: Restrict L3 remapping sysfs interface to dwords | Chris Wilson |
2019-09-27 | drm/i915: Extract GT render sleep (rc6) management | Andi Shyti |
2019-08-09 | drm/i915: extract i915_sysfs.h from i915_drv.h | Jani Nikula |
2019-08-07 | drm/i915: remove unnecessary includes of intel_display_types.h header | Jani Nikula |
2019-08-07 | drm/i915: rename intel_drv.h to display/intel_display_types.h | Jani Nikula |
2019-06-14 | drm/i915: update with_intel_runtime_pm to use the rpm structure | Daniele Ceraolo Spurio |
2019-06-14 | drm/i915: update rpm_get/put to use the rpm structure | Daniele Ceraolo Spurio |
2019-04-30 | drm/i915: move some leftovers to intel_pm.h from i915_drv.h | Jani Nikula |
2019-04-26 | drm/i915: Separate sideband declarations to intel_sideband.h | Chris Wilson |
2019-04-26 | drm/i915: Replace pcu_lock with sb_lock | Chris Wilson |
2019-04-26 | drm/i915: Lift sideband locking for vlv_punit_(read|write) | Chris Wilson |
2019-01-14 | drm/i915: Syntatic sugar for using intel_runtime_pm | Chris Wilson |
2019-01-14 | drm/i915: Mark up sysfs with rpm wakeref tracking | Chris Wilson |
2019-01-14 | drm/i915: Markup paired operations on wakerefs | Chris Wilson |
2018-12-07 | drm/i915: Skip the ERR_PTR error state | Chris Wilson |
2018-12-03 | drm/i915/sysfs: make attrs arrays const | Jani Nikula |
2018-11-23 | drm/i915: Cache the error string | Chris Wilson |
2018-03-08 | drm/i915: Kick the rps worker when changing the boost frequency | Chris Wilson |
2018-02-01 | Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds |
2018-01-09 | treewide: Use DEVICE_ATTR_RO | Joe Perches |
2018-01-09 | treewide: Use DEVICE_ATTR_RW | Joe Perches |
2017-12-01 | drm/i915: Remove unsafe i915.enable_rc6 | Chris Wilson |
2017-11-22 | drm/i915: Convert intel_rc6_residency_us to ns | Tvrtko Ursulin |
2017-11-22 | drm/i915: Extract intel_get_cagf | Tvrtko Ursulin |
2017-10-11 | drm/i915: Rename intel_enable_rc6 to intel_rc6_enabled | Sagar Arun Kamble |
2017-10-11 | drm/i915: Name structure in dev_priv that contains RPS/RC6 state as "gt_pm" | Sagar Arun Kamble |
2017-10-11 | drm/i915: Move rps.hw_lock to dev_priv and s/hw_lock/pcu_lock | Sagar Arun Kamble |
2017-08-03 | drm/i915: add const to bin_attribute | Bhumika Goyal |
2017-07-07 | drm/i915/cnl: Inherit RPS stuff from previous platforms. | Rodrigo Vivi |
2017-07-06 | drm: i915: sysfs: constify attribute_group structures. | Arvind Yadav |
2017-06-20 | drm/i915: Group all the global context information together | Chris Wilson |
2017-05-02 | drm/i915: Do not leak dev_priv->l3_parity.remap_info[] | Joonas Lahtinen |
2017-04-28 | drm/i915: Eliminate HAS_HW_CONTEXTS | Joonas Lahtinen |
2017-03-16 | drm/i915: Return residency as microseconds | Mika Kuoppala |
2017-03-16 | drm/i915: Move residency calculation into intel_pm.c | Mika Kuoppala |
2017-02-14 | drm/i915: The return of i915_gpu_info to debugfs | Chris Wilson |