index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
Revert "drm: kms_helper: don't lose hotplug event"
Dave Airlie
2013-06-28
2
-32
/
+1
*
drm/doc: Document the KMS property API
Laurent Pinchart
2013-06-28
1
-0
/
+143
*
drm/doc: Remove outdated note about i915 driver not behaving properly
Laurent Pinchart
2013-06-28
1
-4
/
+0
*
drm: Improve manual IRQ installation documentation
Laurent Pinchart
2013-06-28
1
-48
/
+70
*
drm/prime: add return check for dma_buf_fd
YoungJun Cho
2013-06-28
1
-11
/
+28
*
drm/prime: reorder drm_prime_add_buf_handle and remove prototype
Seung-Woo Kim
2013-06-28
1
-16
/
+14
*
drm/prime: fix to put an exported dma_buf for adding handle failure
YoungJun Cho
2013-06-28
1
-1
/
+7
*
drm/prime: support to cache mapping
Joonyoung Shim
2013-06-28
1
-3
/
+49
*
drm/prime: replace NULL with error value in drm_prime_pages_to_sg
YoungJun Cho
2013-06-28
1
-3
/
+5
*
drm/prime: fix to check return of dma_map_sg in prime helper
YoungJun Cho
2013-06-28
1
-2
/
+7
*
drm/gem: fix not to assign error value to gem name
YoungJun Cho
2013-06-28
1
-11
/
+7
*
drm/gem: add mutex lock when using drm_gem_mmap_obj
YoungJun Cho
2013-06-28
3
-0
/
+10
*
drm/omap: drop the !FB_OMAP2 dep
Dave Airlie
2013-06-28
1
-1
/
+1
*
drm/ttm: get rid of ttm_bo_is_reserved
Maarten Lankhorst
2013-06-28
1
-14
/
+0
*
drm/vmwgfx: get rid of ttm_bo_is_reserved usage
Maarten Lankhorst
2013-06-28
2
-3
/
+3
*
drm/radeon: get rid of ttm_bo_is_reserved usage
Maarten Lankhorst
2013-06-28
3
-45
/
+43
*
drm/ttm: get rid of ttm_bo_is_reserved usage
Maarten Lankhorst
2013-06-28
1
-4
/
+4
*
drm/ttm: inline ttm_bo_reserve and related calls
Maarten Lankhorst
2013-06-28
3
-172
/
+117
[prev]
[next]