index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_pm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-20
drm/i915: remove the IRQs enabled WARN from intel_disable_gt_powersave
Imre Deak
1
-3
/
+0
2014-11-20
drm/i915: vlv: increase timeout when setting idle GPU freq
Imre Deak
1
-1
/
+1
2014-11-20
drm/i915: Update ring freq for full gpu freq range
Tom O'Rourke
1
-2
/
+2
2014-11-20
drm/i915: change initial rps frequency for gen8
Tom O'Rourke
1
-1
/
+2
2014-11-20
drm/i915: Keep min freq above floor on HSW/BDW
Tom O'Rourke
1
-1
/
+2
2014-11-20
drm/i915: Use efficient frequency for HSW/BDW
Tom O'Rourke
1
-14
/
+32
2014-11-19
Merge tag 'drm-intel-fixes-2014-11-19' into drm-intel-next-queued
Daniel Vetter
1
-5
/
+0
2014-11-19
drm/i915: disable rps irqs earlier during suspend/unload
Imre Deak
1
-3
/
+0
2014-11-19
drm/i915: sanitize rps irq disabling
Imre Deak
1
-8
/
+9
2014-11-19
drm/i915: sanitize rps irq enabling
Imre Deak
1
-8
/
+11
2014-11-19
drm/i915: move rps irq disable one level up
Imre Deak
1
-6
/
+8
2014-11-19
drm/i915: Extend pcode mailbox interface
Tom O'Rourke
1
-2
/
+2
2014-11-17
drm/i915: Change CHV SKU400 GPU freq divider to 10
Ville Syrjälä
1
-1
/
+2
2014-11-17
drm/i915: Add missing newline to 'DDR speed' debug messages
Ville Syrjälä
1
-2
/
+2
2014-11-17
drm/i915: Refactor vlv/chv GPU frequency divider setup
Ville Syrjälä
1
-69
/
+35
2014-11-17
drm/i915: Improve PCBR debug information
Ville Syrjälä
1
-2
/
+6
2014-11-17
drm/i915: Warn if GPLL isn't used on vlv/chv
Ville Syrjälä
1
-0
/
+6
2014-11-17
drm/i915: Add a name for the Punit GPLLENABLE bit
Ville Syrjälä
1
-2
/
+2
2014-11-17
drm/i915: Silence valleyview_set_rps()
Ville Syrjälä
1
-7
/
+1
2014-11-17
drm/i915: drop WaSetupGtModeTdRowDispatch:snb
Daniel Vetter
1
-5
/
+0
2014-11-14
drm/i915: Let's hope future platforms will use the same WM code as SKL
Damien Lespiau
1
-1
/
+1
2014-11-14
drm/i915: Clear PCODE_DATA1 on SNB+
Damien Lespiau
1
-2
/
+1
2014-11-14
drm/i915: Read the CCK fuse register from CCK
Ville Syrjälä
1
-1
/
+4
2014-11-14
drm/i915: move rps irq enable/disable to i915_irq.c
Imre Deak
1
-41
/
+0
2014-11-14
drm/i915: unify gen6/gen8 rps irq enable/disable
Imre Deak
1
-38
/
+15
2014-11-14
drm/i915: unify gen6/gen8 pm irq helpers
Imre Deak
1
-1
/
+1
2014-11-14
drm/i915/chv: Remove pre-production workarounds
Arun Siluvery
1
-12
/
+0
2014-11-07
drm/i915/skl: Enable Gen9 RC6
Zhe Wang
1
-1
/
+51
2014-11-07
drm/i915/skl: Log the order in which we flush the pipes in the WM code
Damien Lespiau
1
-4
/
+7
2014-11-07
drm/i915/skl: Flush the WM configuration
Damien Lespiau
1
-0
/
+135
2014-11-07
drm/i915/skl: Stage the pipe DDB allocation
Damien Lespiau
1
-7
/
+7
2014-11-07
drm/i915/skl: Reduce the indentation level in skl_write_wm_values()
Damien Lespiau
1
-21
/
+21
2014-11-07
drm/i915/skl: Correctly align skl_compute_plane_wm() arguments
Damien Lespiau
1
-5
/
+5
2014-11-07
drm/i915/skl: Rework when the transition WMs are computed
Damien Lespiau
1
-15
/
+31
2014-11-07
drm/i915/skl: Move all the WM compute functions in one place
Damien Lespiau
1
-22
/
+22
2014-11-07
drm/i915/skl: Make res_blocks/lines intermediate values 32 bits
Damien Lespiau
1
-16
/
+11
2014-11-07
drm/i915/skl: Use a more descriptive parameter name in skl_compute_plane_wm()
Damien Lespiau
1
-2
/
+2
2014-11-07
drm/i915/skl: Make 'end' of the DDB allocation entry exclusive
Damien Lespiau
1
-9
/
+19
2014-11-07
drm/i915/skl: Check the DDB state at modeset
Damien Lespiau
1
-2
/
+2
2014-11-07
drm/i915/skl: Read back the DDB allocation hw state
Damien Lespiau
1
-0
/
+29
2014-11-07
drm/i915/skl: Store the new WM state at the very end of the update
Damien Lespiau
1
-2
/
+3
2014-11-07
drm/i915/gen9: Disable WM if corresponding latency is 0
Vandana Kannan
1
-2
/
+12
2014-11-07
drm/i915/gen9: Add 2us read latency to WM level
Vandana Kannan
1
-0
/
+16
2014-11-07
drm/i915/skl: Read the pipe WM HW state
Pradeep Bhat
1
-0
/
+104
2014-11-07
drm/i915/skl: Program the DDB allocation
Damien Lespiau
1
-0
/
+9
2014-11-07
drm/i915/skl: Allocate DDB portions for display planes
Damien Lespiau
1
-0
/
+148
2014-11-07
drm/i915/skl: SKL Watermark Computation
Pradeep Bhat
1
-0
/
+422
2014-11-07
drm/i915/skl: Definition of SKL WM param structs for pipe/plane
Pradeep Bhat
1
-0
/
+8
2014-11-07
drm/i915/skl: Read the Memory Latency Values for WM computation
Pradeep Bhat
1
-6
/
+70
2014-10-24
drm/i915/chv: Use 16 and 32 for low and high drain latency precision.
Rodrigo Vivi
1
-15
/
+25
[next]