index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
firmware
/
.gitignore
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-08-02
drm/i915: Initialize LVDS and eDP outputs before anything else
Adam Jackson
3
-6
/
+14
2010-08-02
drm/i915/dp: Correctly report eDP in the core connector type
Adam Jackson
1
-12
/
+14
2010-08-02
drm/i915/dp: Rename has_edp to is_pch_edp to reflect its real meaning
Adam Jackson
1
-4
/
+4
2010-08-02
drm/i915: Refactor panel fitting on the LVDS. (v2)
Chris Wilson
1
-194
/
+105
2010-08-02
drm/i915: Remove the redundant check for a fixed_panel_mode
Chris Wilson
1
-17
/
+15
2010-08-02
drm/i915: apply DP bandwidth workaround for PCH eDP as well
Jesse Barnes
1
-1
/
+1
2010-08-02
agp/intel: Destroy the scatterlist on allocation failure
Chris Wilson
1
-5
/
+8
2010-08-02
agp/intel: Add actual definitions of the Sandybridge PTE caching bits.
Zhenyu Wang
2
-1
/
+7
2010-08-02
agp/intel: Support the extended physical addressing bits on Sandybridge.
Zhenyu Wang
2
-2
/
+45
2010-08-02
drm/i915: Include any alternate names by which the device is known.
Chris Wilson
1
-26
/
+26
2010-08-02
drm/i915: Use 128k alignment for untiled display surface on i965 (v2)
Chris Wilson
3
-3
/
+12
2010-08-02
drm/i915/pch: Cosmetic fix to FDI link training
Adam Jackson
1
-34
/
+24
2010-08-02
drm/i915: cleanup: use ARRAY_SIZE()
Dan Carpenter
1
-6
/
+4
2010-08-02
drm/i915: Include instdone[1] in hangcheck
Chris Wilson
2
-15
/
+25
2010-08-02
drm/i915: Remove the WARN when failing to set tiling.
Chris Wilson
1
-2
/
+0
2010-08-02
drm/i915: fix FDI frequency check
Jesse Barnes
1
-2
/
+5
2010-08-02
drm/i915: Sparse warning about invalid value for burst_ena in tv_modes
Chris Wilson
1
-1
/
+1
2010-08-02
drm/i915: Sparse warns about the incorrect sign for storing bit17
Chris Wilson
1
-1
/
+1
2010-08-02
drm/i915: Silence sparse over non-static local structure.
Chris Wilson
1
-1
/
+1
2010-08-02
drm/i915: Silence sparse over duplicate members in static initializer
Chris Wilson
1
-2
/
+2
2010-08-02
drm/i915: Silence sparse complaints over insufficient bitfield int types.
Chris Wilson
1
-2
/
+2
2010-08-02
drm/i915: Propagate error from i915_gem_object_flush_gpu_write_domain()
Chris Wilson
3
-14
/
+35
2010-08-02
drm/i915: Propagate error from drm_vblank_get() during page-flipping.
Chris Wilson
1
-14
/
+21
2010-08-02
drm/i915: Propagate error from drm_install_irq() during EnterVT
Chris Wilson
1
-1
/
+11
2010-08-02
drm/i915: Typo in #define
Nicolas Kaiser
1
-1
/
+1
2010-08-02
drm/i915: Add frame buffer compression support on Ironlake mobile
Zhao Yakui
6
-8
/
+125
2010-08-02
drm/i915: Calculate cursor watermark under non-SR state for Ironlake
Zhao Yakui
2
-3
/
+56
2010-08-02
drm/i915: Apply self-refresh watermark calculation for cursor plane
Zhao Yakui
2
-1
/
+46
2010-08-02
drm/i915: Fix fifo size for self-refresh watermark on 965G
Zhao Yakui
2
-3
/
+4
2010-08-02
drm/i915: Fix watermark calculation in self-refresh mode
Zhao Yakui
2
-18
/
+27
2010-08-02
drm/i915: Add the support of eDP on DP-D for Ibex/CPT
Zhao Yakui
3
-10
/
+64
2010-08-02
drm/i915: remove duplicate PIPE*STAT bit definitions
Jesse Barnes
2
-32
/
+6
2010-08-02
drm/i915: remove unused vblank_enable var from i915_driver_irq_handler
Jesse Barnes
1
-6
/
+2
2010-08-02
intel_agp: Don't oops with zero stolen memory
Ondrej Zary
1
-0
/
+14
2010-08-02
drm/i915: Explosion following OOM in do_execbuffer.
Chris Wilson
1
-1
/
+2
2010-08-02
gpu/drm/i915: Add a blacklist to omit modeset on LID open
Thomas Bächler
1
-0
/
+23
2010-08-02
drm: Import driver for the sil164 I2C TMDS transmitter.
Francisco Jerez
4
-0
/
+537
2010-08-02
drm/sis: fixed brace and spacing coding style issues
Nicolas Kaiser
2
-10
/
+7
2010-08-02
drm/r128: fixed brace and spacing coding style issues
Nicolas Kaiser
5
-162
/
+139
2010-08-02
drm/mga: fixed brace, macro and spacing coding style issues
Nicolas Kaiser
6
-185
/
+165
2010-08-02
drm/via: fixed coding style issues, simplified return
Nicolas Kaiser
10
-166
/
+136
2010-08-02
drm/radeon/kms: trivial code style fixes for audio
Rafał Miłecki
1
-6
/
+10
2010-08-02
drm/i830: fixed brace and spacing coding style issues
Nicolas Kaiser
3
-79
/
+74
2010-08-02
drm/i810: fixed coding style issues
Nicolas Kaiser
2
-74
/
+71
2010-08-02
drm: Free devname along with master->unique
Chris Wilson
1
-0
/
+3
2010-08-02
drm: Free the idr layers before calling idr_destroy()
Chris Wilson
2
-0
/
+2
2010-08-02
drm/nouveau: set TASK_(UN)INTERRUPTIBLE before schedule_timeout()
Kulikov Vasiliy
1
-2
/
+2
2010-08-02
drm/vmgfx: operation on ‘par->dirty.y1’ may be undefined
Chris Wilson
1
-1
/
+1
2010-08-02
drm/radeon: remove viewport transform from r6xx/r7xx blit emit
Alex Deucher
1
-18
/
+0
2010-08-02
drm/radeon: group r6xx/r7xx newly sequential blit state
Alex Deucher
1
-203
/
+35
[next]