index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_pmu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-15
drm/i915/pmu: avoid an maybe-uninitialized warning
Arnd Bergmann
1
-42
/
+42
2020-05-01
drm/i915/pmu: Keep a reference to module while active
Chris Wilson
1
-1
/
+4
2020-04-30
drm/i915/gt: Always enable busy-stats for execlists
Chris Wilson
1
-31
/
+1
2020-04-08
drm/i915/pmu: prefer struct drm_device based logging
Jani Nikula
1
-2
/
+2
2020-02-21
drm/i915/pmu: Avoid using globals for PMU events
Michał Winiarski
1
-19
/
+22
2020-02-21
drm/i915/pmu: Avoid using globals for CPU hotplug state
Michał Winiarski
1
-9
/
+9
2020-01-22
drm/i915: Make WARN* drm specific where drm_priv ptr is available
Pankaj Bharadiya
1
-3
/
+3
2020-01-14
drm/i915/pmu: Correct the rc6 offset upon enabling
Chris Wilson
1
-0
/
+12
2020-01-13
drm/i915/pmu: Do not use colons or dashes in PMU names
Tvrtko Ursulin
1
-3
/
+8
2019-12-18
drm/i915/pmu: Ensure monotonic rc6
Tvrtko Ursulin
1
-53
/
+20
2019-12-18
drm/i915/pmu: Skip sampling engines if gt is asleep
Chris Wilson
1
-0
/
+3
2019-12-14
drm/i915/rps: Add frequency translation helpers
Andi Shyti
1
-1
/
+1
2019-12-06
drm/i915/pmu: Report frequency as zero while GPU is sleeping
Tvrtko Ursulin
1
-21
/
+31
2019-11-20
drm/i915: Mark up the calling context for intel_wakeref_put()
Chris Wilson
1
-3
/
+3
2019-11-11
drm/i915/pmu: "Frequency" is reported as accumulated cycles
Chris Wilson
1
-2
/
+2
2019-11-08
drm/i915/pmu: Only use exclusive mmio access for gen7
Chris Wilson
1
-2
/
+19
2019-11-08
drm/i915/pmu: Cheat when reading the actual frequency to avoid fw
Chris Wilson
1
-2
/
+15
2019-10-26
drm/i915: Extract GT render power state management
Andi Shyti
1
-4
/
+6
2019-10-26
drm/i915/pmu: Initialise the spinlock before registering
Chris Wilson
1
-18
/
+19
2019-10-18
drm/i915/gt: Convert the leftover for_each_engine(gt)
Chris Wilson
1
-1
/
+1
2019-10-18
drm/i915/pmu: Fix uninitialized variable on error path
Tvrtko Ursulin
1
-4
/
+2
2019-10-17
drm/i915/pmu: Support multiple GPUs
Tvrtko Ursulin
1
-2
/
+27
2019-09-27
drm/i915: Extract GT render sleep (rc6) management
Andi Shyti
1
-4
/
+5
2019-09-12
drm/i915/pmu: Use GT parked for estimating RC6 while asleep
Chris Wilson
1
-107
/
+135
2019-09-12
drm/i915/pmu: Skip busyness sampling when and where not needed
Tvrtko Ursulin
1
-0
/
+4
2019-08-15
drm/i915: Convert a few more bland dmesg info to be device specific
Chris Wilson
1
-1
/
+1
2019-08-06
drm/i915/gt: Move the [class][inst] lookup for engines onto the GT
Chris Wilson
1
-4
/
+4
2019-08-02
drm/i915/pmu: Atomically acquire the gt_pm wakeref
Chris Wilson
1
-23
/
+17
2019-08-02
drm/i915/pmu: Make get_rc6 take intel_gt
Tvrtko Ursulin
1
-5
/
+7
2019-08-02
drm/i915/pmu: Convert sampling to gt
Tvrtko Ursulin
1
-20
/
+23
2019-08-02
drm/i915/pmu: Convert engine sampling to uncore mmio
Tvrtko Ursulin
1
-10
/
+11
2019-08-02
drm/i915/pmu: Make more struct i915_pmu centric
Tvrtko Ursulin
1
-90
/
+104
2019-07-04
drm/i915: Show support for accurate sw PMU busyness tracking
Chris Wilson
1
-3
/
+1
2019-06-14
drm/i915: update with_intel_runtime_pm to use the rpm structure
Daniele Ceraolo Spurio
1
-1
/
+2
2019-06-14
drm/i915: update rpm_get/put to use the rpm structure
Daniele Ceraolo Spurio
1
-6
/
+6
2019-06-12
drm/i915: Remove I915_READ_NOTRACE
Tvrtko Ursulin
1
-3
/
+5
2019-04-30
drm/i915: move some leftovers to intel_pm.h from i915_drv.h
Jani Nikula
1
-1
/
+2
2019-04-24
drm/i915: Move GraphicsTechnology files under gt/
Chris Wilson
1
-1
/
+3
2019-03-27
Merge drm/drm-next into drm-intel-next-queued
Joonas Lahtinen
1
-10
/
+6
2019-03-08
Merge tag 'drm-next-2019-03-06' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-9
/
+14
2019-03-05
drm/i915: Store the BIT(engine->id) as the engine's mask
Chris Wilson
1
-1
/
+1
2019-02-24
Merge back earlier PM core material for v5.1.
Rafael J. Wysocki
1
-10
/
+6
2019-02-23
drm/i915/pmu: Always sample an active ringbuffer
Chris Wilson
1
-37
/
+28
2019-02-12
drm/i915/pmu: Fix enable count array size and bounds checking
Tvrtko Ursulin
1
-7
/
+15
2019-02-06
drm/i915/pmu: Fix enable count array size and bounds checking
Tvrtko Ursulin
1
-7
/
+15
2019-01-16
drm/i915: Move on the new pm runtime interface
Vincent Guittot
1
-10
/
+6
2019-01-14
drm/i915: Syntatic sugar for using intel_runtime_pm
Chris Wilson
1
-5
/
+2
2019-01-14
drm/i915/pmu: Track rpm wakeref
Chris Wilson
1
-9
/
+17
2019-01-14
drm/i915: Markup paired operations on wakerefs
Chris Wilson
1
-3
/
+3
2018-08-16
Merge tag 'drm-next-2018-08-15' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-20
/
+47
[next]