index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm: Change create block to reserve node
Ben Widawsky
2013-07-08
3
-18
/
+21
*
drm: pre allocate node for create_block
Ben Widawsky
2013-07-08
3
-25
/
+48
*
drm/i915: assert_spin_locked for pipestat interrupt enable/disable
Daniel Vetter
2013-07-05
1
-0
/
+14
*
drm/i915: less magic for stolen preallocated objects w/o gtt offset
Daniel Vetter
2013-07-05
3
-2
/
+3
*
drm/i915: Explicitly cast pipe -> intel_dpll_id
Daniel Vetter
2013-07-05
1
-2
/
+3
*
drm/i915: explicitly cast pipe -> cpu_transcoder
Daniel Vetter
2013-07-05
1
-5
/
+6
*
drm/i915: Use wait_for() to wait for Punit to change GPU freq on VLV
Ville Syrjälä
2013-07-02
2
-9
/
+3
*
drm/i915: split encoder get_config calls from crtc get_clock calls
Jesse Barnes
2013-07-02
1
-10
/
+14
*
drm/i915: fixup messages in pipe_config_compare
Jesse Barnes
2013-07-01
1
-2
/
+2
*
drm/i915: add error_state sysfs entry
Mika Kuoppala
2013-07-01
2
-2
/
+72
*
drm/i915: introduce i915_error_state_buf_init
Mika Kuoppala
2013-07-01
2
-20
/
+37
*
drm/i915: export error state ref handling
Mika Kuoppala
2013-07-01
2
-9
/
+25
*
drm/i915: export error state to string conversion
Mika Kuoppala
2013-07-01
2
-16
/
+15
*
drm/i915: flip on a no fb -> fb transition if crtc is active v3
Jesse Barnes
2013-07-01
1
-2
/
+10
*
drm/i915: turn off panel fitting at flip time if needed v2
Jesse Barnes
2013-07-01
1
-0
/
+14
*
drm/i915: copy fetched mode state into crtc at setup_hw time v5
Jesse Barnes
2013-07-01
1
-0
/
+37
*
drm/i915: get mode clock when reading the pipe config v9
Jesse Barnes
2013-07-01
3
-11
/
+123
*
drm/i915: add fastboot param for fast & loose mode setting
Jesse Barnes
2013-07-01
2
-0
/
+6
*
drm/i915: pixel multiplier readout support for pch ports
Daniel Vetter
2013-07-01
2
-9
/
+6
*
drm/i915: Move gtt_mtrr to i915_gtt
Ben Widawsky
2013-07-01
2
-6
/
+6
*
drm/i915: Move fbc members out of line
Ben Widawsky
2013-07-01
6
-67
/
+69
*
drm/i915: Use gtt shortform where possible
Ben Widawsky
2013-07-01
1
-21
/
+15
*
drm/i915: Drop dev from pte_encode
Ben Widawsky
2013-07-01
2
-17
/
+10
*
drm/i915: Combine scratch members into a struct
Ben Widawsky
2013-07-01
2
-11
/
+12
*
drm/i915: Really share scratch page
Ben Widawsky
2013-07-01
2
-3
/
+2
*
drm/i915: make PDE|PTE platform specific
Ben Widawsky
2013-07-01
2
-5
/
+6
*
drm/i915: Extract error buffer capture
Ben Widawsky
2013-07-01
1
-31
/
+38
*
drm/i915: Remove extra error state NULL
Ben Widawsky
2013-07-01
1
-6
/
+0
*
drm/i915: Mask out hardware status bits from VLV DPLL register
Ville Syrjälä
2013-07-01
1
-0
/
+5
*
drm/i915: s/pre_pll/pre/ on the lvds port enable function
Daniel Vetter
2013-07-01
2
-12
/
+5
*
drm/i915: move i9xx dpll enabling into crtc enable function
Daniel Vetter
2013-07-01
1
-64
/
+36
*
drm/i915: hw state readout for i9xx dplls
Daniel Vetter
2013-07-01
2
-0
/
+21
*
drm/i915: move encoder pre enable hooks togther on ilk+
Daniel Vetter
2013-07-01
1
-5
/
+4
*
drm/i915: asserts for lvds pre_enable
Daniel Vetter
2013-07-01
3
-18
/
+41
*
drm/i915: duplicate intel_enable_pll into i9xx and vlv versions
Daniel Vetter
2013-07-01
1
-17
/
+34
*
drm/i915: use sw tracked state to select shared dplls
Daniel Vetter
2013-07-01
1
-4
/
+4
*
drm/i915: consolidate pch pll enable sequence
Daniel Vetter
2013-07-01
2
-48
/
+29
*
drm/i915: Bail out once we've found the context object
Damien Lespiau
2013-07-01
1
-0
/
+1
*
drm/i915: Fix a couple of "should it be static?" sparse warnings
Damien Lespiau
2013-07-01
1
-2
/
+3
*
drm/i915: Fix a few style issues found by checkpatch.pl
Damien Lespiau
2013-07-01
1
-5
/
+4
*
drm/i915: Use seq_puts/seq_putc when possible
Damien Lespiau
2013-07-01
1
-55
/
+55
*
drm/i915: Fix reason for per-chip disabling of FBC
Damien Lespiau
2013-07-01
3
-8
/
+10
*
drm/i915: Make intel_enable_fbc() static
Damien Lespiau
2013-07-01
2
-2
/
+1
*
drm/i915: invert the verbosity of intel_enable_fbc
Paulo Zanoni
2013-07-01
1
-2
/
+1
*
drm/i915: Break up the large vsnprintf() in print_error_buffers()
Chris Wilson
2013-07-01
1
-30
/
+79
*
drm/i915: Refactor the wait_rendering completion into a common routine
Chris Wilson
2013-07-01
1
-25
/
+23
*
drm/i915: Only clear write-domains after a successful wait-seqno
Chris Wilson
2013-07-01
1
-1
/
+2
*
drm/i915: correct intel_dp_get_config() function for DevCPT
Xiong Zhang
2013-07-01
2
-11
/
+27
*
drm/i915: fix hpd interrupt register locking
Daniel Vetter
2013-07-01
1
-5
/
+10
*
drm/i915: fold the no-irq check into intel_hpd_irq_handler
Daniel Vetter
2013-07-01
1
-16
/
+17
[next]