index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/qxl: add support for > 1 output
Dave Airlie
2013-07-05
5
-58
/
+85
*
drm/qxl: make dynamic resizing work properly.
Dave Airlie
2013-07-05
1
-55
/
+3
*
drm: fix print format of sequence in trace point
Seung-Woo Kim
2013-07-04
1
-3
/
+3
*
drm: fix error routines in drm_open_helper
Seung-Woo Kim
2013-07-04
1
-5
/
+20
*
drm: add assertion for checking null edid to drm_edid_block_valid
Seung-Woo Kim
2013-07-04
1
-3
/
+6
*
drm: Convert drm class driver from legacy pm ops to dev_pm_ops
Shuah Khan
2013-07-04
1
-4
/
+29
*
Merge tag 'drm-intel-fixes-2013-07-03' of git://people.freedesktop.org/~danve...
Dave Airlie
2013-07-04
15
-322
/
+498
|
\
|
*
drm/i915: Don't try to tear down the stolen drm_mm if it's not there
Daniel Vetter
2013-07-02
1
-3
/
+6
|
*
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
|
*
drm/i915: fold the queue_work into intel_hpd_irq_handler
Daniel Vetter
2013-07-01
1
-8
/
+3
|
*
drm/i915: fold the hpd_irq_setup call into intel_hpd_irq_handler
Daniel Vetter
2013-07-01
1
-18
/
+11
|
*
drm/i915: s/hotplug_irq_storm_detect/intel_hpd_irq_handler/
Daniel Vetter
2013-07-01
1
-8
/
+8
|
*
drm/i915: close tiny race in the ilk pcu even interrupt setup
Daniel Vetter
2013-07-01
1
-6
/
+5
|
*
drm/i915: fix locking around ironlake_enable|disable_display_irq
Daniel Vetter
2013-07-01
1
-3
/
+24
|
*
drm/i915: Fix context sizes on HSW
Ben Widawsky
2013-07-01
2
-9
/
+8
|
*
drm/i915: Fix VLV sprite register offsets
Ville Syrjälä
2013-07-01
1
-25
/
+25
|
*
Revert "drm/i915: Don't use the HDMI port color range bit on Valleyview"
Ville Syrjälä
2013-07-01
1
-1
/
+1
|
*
drm/i915: s/LFP/LPF in DPIO PLL register names
Ville Syrjälä
2013-07-01
3
-9
/
+9
|
*
drm/i915: Fix VLV PLL LPF coefficients for DAC
Ville Syrjälä
2013-07-01
1
-0
/
+1
|
*
drm/i915: Jump to at least RPe on VLV when increasing the GPU frequency
Ville Syrjälä
2013-07-01
1
-2
/
+10
|
*
drm/i915: Don't increase the GPU frequency from the delayed VLV rps timer
Ville Syrjälä
2013-07-01
1
-1
/
+2
|
*
drm/i915: GEN6_RP_INTERRUPT_LIMITS doesn't seem to exist on VLV
Ville Syrjälä
2013-07-01
1
-6
/
+2
|
*
drm/i915: Make the rps new_delay comparison more readable
Ville Syrjälä
2013-07-01
1
-2
/
+2
|
*
drm/i915: Don't wait for Punit after each freq change on VLV
Ville Syrjälä
2013-07-01
1
-18
/
+35
|
*
drm/i915: Clean up VLV rps code a bit
Ville Syrjälä
2013-07-01
1
-20
/
+30
|
*
drm/i915: Detect invalid scanout pitches
Chris Wilson
2013-07-01
1
-4
/
+21
|
*
drm/i915: Remove duplicated WaForceL3Serialization:vlv
Ville Syrjälä
2013-07-01
1
-4
/
+0
|
*
drm/i915: don't scream into dmesg when a modeset fails
Daniel Vetter
2013-07-01
1
-2
/
+2
|
*
drm/i915: Fix up sdvo hpd pins for i965g/gm
Daniel Vetter
2013-07-01
2
-18
/
+8
|
*
drm/i915: Introduce an HAS_IPS() macro
Damien Lespiau
2013-07-01
3
-3
/
+5
|
*
drm/i915: fix build warning on format specifier mismatch
Jani Nikula
2013-07-01
1
-1
/
+1
|
*
drm/i915: tune down DIDL warning about too many outputs
Daniel Vetter
2013-07-01
1
-4
/
+4
|
*
drm/i915: make compact dma scatter lists creation work with SWIOTLB backend.
Konrad Rzeszutek Wilk
2013-07-01
1
-3
/
+12
|
*
drm/i915: Fix PCH detect with multiple ISA bridges in VM
Rui Guo
2013-07-01
1
-2
/
+16
|
*
drm/i915: rename intel_dp_destroy to intel_dp_connector_destroy
Paulo Zanoni
2013-07-01
1
-2
/
+2
|
*
drm/i915: check the return value of intel_dp_i2c_init
Paulo Zanoni
2013-06-28
1
-2
/
+4
|
*
drm/i915: fix the "ghost eDP" encoder unwind path
Paulo Zanoni
2013-06-28
2
-2
/
+13
|
*
drm/i915: fix the "ghost eDP" connector unwind path
Paulo Zanoni
2013-06-28
2
-4
/
+9
|
*
drm/i915: propagate errors from intel_dp_init_connector
Paulo Zanoni
2013-06-28
3
-4
/
+7
|
*
drm/i915: extract intel_edp_init_connector
Paulo Zanoni
2013-06-28
1
-69
/
+82
|
*
drm/i915: don't check encoder at DP connector destroy()
Paulo Zanoni
2013-06-28
1
-2
/
+3
*
|
Merge branch 'drm-next-3.11' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
2013-07-04
9
-6
/
+37
|
\
\
|
*
|
drm/radeon/sumo: implement support for disable_gfx_power_gating_in_uvd flag
Alex Deucher
2013-07-03
1
-1
/
+3
|
*
|
drm/radeon/tn: disable PG when changing UVD clocks
Alex Deucher
2013-07-03
1
-0
/
+8
|
*
|
drm/radeon/sumo: disable PG when changing UVD clocks
Alex Deucher
2013-07-03
1
-2
/
+19
[next]