index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_debugfs.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2015-06-26
1
-136
/
+597
|
\
|
*
drm/i915: Use spinlocks for checking when to waitboost
Chris Wilson
2015-05-26
1
-14
/
+3
|
*
drm/i915: Don't downclock whilst we have clients waiting for GPU results
Chris Wilson
2015-05-21
1
-0
/
+21
|
*
drm/i915: Convert RPS tracking to a intel_rps_client struct
Chris Wilson
2015-05-21
1
-4
/
+8
|
*
drm/i915: Limit mmio flip RPS boosts
Chris Wilson
2015-05-21
1
-0
/
+1
|
*
drm/i915: Limit ring synchronisation (sw sempahores) RPS boosts
Chris Wilson
2015-05-21
1
-0
/
+1
|
*
drm/i915: Implement inter-engine read-read optimisations
Chris Wilson
2015-05-21
1
-5
/
+11
|
*
drm/i915: s/\<rq\>/req/g
Daniel Vetter
2015-05-21
1
-7
/
+7
|
*
drm/i915: Don't read dpcd for disconnected ports
Mika Kuoppala
2015-05-20
1
-0
/
+3
|
*
drm/i915: Move toggling planes out of crtc enable/disable.
Maarten Lankhorst
2015-05-08
1
-4
/
+2
|
*
drm/i915: Add debugfs test control files for Displayport compliance testing
Todd Previte
2015-05-08
1
-0
/
+209
|
*
drm/i915: Add RPS thresholds to debugfs/i915_frequency_info
Chris Wilson
2015-05-08
1
-4
/
+21
|
*
drm/i915: fix semicolon.cocci warnings
kbuild test robot
2015-04-16
1
-1
/
+1
|
*
drm/i915: Update meaning of debugfs object's pin_flag
Chris Wilson
2015-04-16
1
-1
/
+1
|
*
drm/i915: PSR: deprecate link_standby support for core platforms.
Rodrigo Vivi
2015-04-14
1
-3
/
+0
|
*
Merge branch 'topic/bxt-stage1' into drm-intel-next-queued
Daniel Vetter
2015-04-14
1
-73
/
+120
|
|
\
|
|
*
drm/i915/bxt: Support BXT in SSEU device status dump
Jeff McGee
2015-04-09
1
-13
/
+32
|
|
*
drm/i915: Split-up SSEU device status by platform
Jeff McGee
2015-04-09
1
-72
/
+100
|
*
|
drm/i915: Remove obj->pin_mappable
Chris Wilson
2015-04-13
1
-3
/
+3
|
*
|
drm/i915: num_pd_pages/num_pd_entries isn't useful
Michel Thierry
2015-04-10
1
-2
/
+0
|
*
|
drm/i915: Suppress empty lines from debugfs/i915_gem_objects
Chris Wilson
2015-04-10
1
-13
/
+13
|
*
|
drm/i915: Include active flag when describing objects in debugfs
Chris Wilson
2015-04-10
1
-1
/
+2
|
*
|
drm/i915: Split batch pool into size buckets
Chris Wilson
2015-04-10
1
-16
/
+30
|
*
|
drm/i915: Split the batch pool by engine
Chris Wilson
2015-04-10
1
-13
/
+20
|
*
|
drm/i915: Deminish contribution of wait-boosting from clients
Chris Wilson
2015-04-10
1
-0
/
+39
|
*
|
drm/i915: add i915 specific connector debugfs file for DPCD
Jani Nikula
2015-04-07
1
-0
/
+96
|
*
|
drm/i915: Make debugfs/i915_gem_request more friendly
Chris Wilson
2015-04-01
1
-13
/
+26
|
|
/
*
/
drm/i915: Include G4X/VLV/CHV in self refresh status
Ander Conselvan de Oliveira
2015-06-04
1
-1
/
+4
|
/
*
drm/i915: Relax RPS contraints to allows setting minfreq on idle
Chris Wilson
2015-03-20
1
-0
/
+6
*
drm/i915: Fix sink crc connector iteration
Rodrigo Vivi
2015-03-20
1
-1
/
+1
*
drm/i915/skl: Updated the i915_frequency_info debugfs function
Akash Goel
2015-03-17
1
-8
/
+17
*
drm/i915: Exit early from psr_status if PSR is not supported by the device
Damien Lespiau
2015-03-17
1
-12
/
+15
*
drm/i915/chv: Add CHV HW status to SSEU status
Jeff McGee
2015-03-17
1
-2
/
+29
*
drm/i915: Remove ironlake rc6 support
John Harrison
2015-03-17
1
-12
/
+0
*
drm/i915: Add debugfs entry for DRRS
Vandana Kannan
2015-03-17
1
-0
/
+110
*
drm/i915: Add a for_each_intel_connector macro
Ander Conselvan de Oliveira
2015-03-17
1
-2
/
+1
*
drm/i915: Make for_each_plane() take dev_priv as argument
Damien Lespiau
2015-03-17
1
-1
/
+1
*
drm/i915: Kill intel_crtc->cursor_{width, height} (v2)
Matt Roper
2015-03-17
1
-1
/
+2
*
Merge tag 'v4.0-rc3' into drm-next
Dave Airlie
2015-03-09
1
-2
/
+2
|
\
|
*
drm/mm: Support 4 GiB and larger ranges
Thierry Reding
2015-03-05
1
-2
/
+2
*
|
Merge tag 'drm-intel-next-2015-02-27' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
2015-03-09
1
-28
/
+93
|
\
\
|
*
|
drm/i915: Removed the read of RP_STATE_CAP from sysfs/debugfs functions
Akash Goel
2015-02-26
1
-24
/
+8
|
*
|
drm/i915: Complete page table structures
Ben Widawsky
2015-02-25
1
-1
/
+1
|
*
|
drm/i915: cleanup some indenting
Dan Carpenter
2015-02-25
1
-2
/
+3
|
*
|
drm/i915/skl: Add SKL HW status to SSEU status
Jeff McGee
2015-02-23
1
-0
/
+50
|
*
|
drm/i915/skl: Determine SKL slice/subslice/EU info
Jeff McGee
2015-02-23
1
-0
/
+30
|
*
|
drm/i915: Switch to drm_crtc variants of vblank functions
Daniel Vetter
2015-02-23
1
-1
/
+1
*
|
|
Merge tag 'drm-intel-next-2015-02-14' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
2015-03-05
1
-10
/
+6
|
\
|
|
|
|
/
|
/
|
|
*
drm/i915: Show frame buffer modifier in debug info
Tvrtko Ursulin
2015-02-13
1
-2
/
+4
|
*
drm/i915: Introduce intel_set_rps()
Ville Syrjälä
2015-02-13
1
-8
/
+2
[next]