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/i915: Check whether the ring is initialised prior to dispatch
Chris Wilson
2012-05-19
1
-8
/
+5
|
*
|
drm/i915: Introduce for_each_ring() macro
Chris Wilson
2012-05-19
8
-85
/
+76
|
*
|
drm/i915: Assert that the transcoder is indeed off before modifying it
Chris Wilson
2012-05-19
1
-0
/
+2
|
*
|
drm/i915: hook Haswell devices in place
Eugeni Dodonov
2012-05-19
1
-0
/
+7
|
*
|
drm/i915: prepare HDMI link for Haswell
Eugeni Dodonov
2012-05-19
3
-1
/
+133
|
*
|
drm/i915: move HDMI structs to shared location
Eugeni Dodonov
2012-05-19
2
-17
/
+21
|
*
|
drm/i915: add WR PLL programming table
Eugeni Dodonov
2012-05-19
1
-0
/
+388
|
*
|
drm/i915: add support for DDI-controlled digital outputs
Eugeni Dodonov
2012-05-19
1
-0
/
+19
|
*
|
drm/i915: detect digital outputs on Haswell
Eugeni Dodonov
2012-05-19
3
-1
/
+50
|
*
|
drm/i915: program iCLKIP on Lynx Point
Eugeni Dodonov
2012-05-19
1
-3
/
+97
|
*
|
drm/i915: program WM_LINETIME on Haswell
Eugeni Dodonov
2012-05-19
4
-0
/
+43
|
*
|
drm/i915: define Haswell watermarks and clock gating
Eugeni Dodonov
2012-05-19
1
-0
/
+11
|
*
|
drm/i915: use ironlake eld write routine for Haswell
Eugeni Dodonov
2012-05-19
1
-0
/
+1
|
*
|
drm/i915: support DDI training in FDI mode
Eugeni Dodonov
2012-05-19
3
-0
/
+118
|
*
|
drm/i915: initialize DDI buffer translations
Eugeni Dodonov
2012-05-19
4
-0
/
+111
|
*
|
drm/i915: account for only one PCH receiver on Haswell
Eugeni Dodonov
2012-05-19
2
-4
/
+21
|
*
|
drm/i915: handle DDI-related assertions
Eugeni Dodonov
2012-05-19
1
-10
/
+25
|
*
|
drm/i915: add LPT PCH checks
Eugeni Dodonov
2012-05-19
1
-2
/
+16
|
*
|
drm/i915: enable power wells on Haswell init
Eugeni Dodonov
2012-05-19
1
-0
/
+36
|
*
|
drm/i915: detect PCH encoders on Haswell
Eugeni Dodonov
2012-05-19
1
-0
/
+16
|
*
|
drm/i915: do not use fdi_normal_train on Haswell
Eugeni Dodonov
2012-05-19
1
-1
/
+2
|
*
|
drm/i915: show unknown sdvox registers on hdmi init
Eugeni Dodonov
2012-05-19
1
-0
/
+4
|
*
|
drm/i915: properly check for pipe count
Eugeni Dodonov
2012-05-19
1
-10
/
+4
|
*
|
drm/i915: calculate watermarks for devices that have 3 pipes
Eugeni Dodonov
2012-05-19
1
-2
/
+1
|
*
|
drm/i915: add support for SBI ops
Eugeni Dodonov
2012-05-19
1
-0
/
+63
|
*
|
drm/i915: reuse Ivy Bridge interrupts code for Haswell
Eugeni Dodonov
2012-05-19
1
-2
/
+9
|
*
|
drm/i915: add new Haswell DIP controls registers
Eugeni Dodonov
2012-05-19
2
-0
/
+55
|
*
|
drm/i915: gen6_enable_rps() wants to be called after ring initialisation
Chris Wilson
2012-05-19
3
-16
/
+6
|
*
|
drm/i915: Simplify interrupt processing for IvyBridge
Chris Wilson
2012-05-10
1
-49
/
+38
|
*
|
drm/i915: Avoid a double-read of PCH_IIR during interrupt handling
Chris Wilson
2012-05-10
1
-6
/
+3
|
*
|
drm/i915: enable semaphores on gen6 if dmar is not active
Daniel Vetter
2012-05-10
1
-2
/
+4
|
*
|
drm/i915: s/intel_infoframe/gm45_infoframe
Daniel Vetter
2012-05-08
1
-14
/
+14
|
*
|
drm/i915: s/i9xx_/gm45_ for the gm45 write_infoframe function
Daniel Vetter
2012-05-08
1
-3
/
+3
|
*
|
drm/i915: replace intel_infoframe_freq with VIDEO_DIP_FREQ_VSYNC
Daniel Vetter
2012-05-08
1
-21
/
+4
|
*
|
drm/i915: Limit calling mark-busy only for potential scanouts
Chris Wilson
2012-05-08
2
-1
/
+8
|
*
|
drm/i915: implement ironlake_wait_for_vblank
Paulo Zanoni
2012-05-08
1
-0
/
+16
|
*
|
drm/i915: set the DIP port on ibx_write_infoframe
Paulo Zanoni
2012-05-08
2
-0
/
+17
|
*
|
drm/i915: ibx_write_infoframe can disable AVI
Paulo Zanoni
2012-05-08
1
-7
/
+1
|
*
|
drm/i915: split ironlake_write_infoframe into ibx_ and cpt_
Paulo Zanoni
2012-05-08
1
-4
/
+48
|
*
|
drm/i915: simplify intel_encoder_commit
Paulo Zanoni
2012-05-08
1
-2
/
+1
|
*
|
drm/i915: mask the video DIP frequency when changing it
Paulo Zanoni
2012-05-08
2
-0
/
+4
|
*
|
drm/i915: disable the infoframe before changing it
Paulo Zanoni
2012-05-08
1
-0
/
+9
|
*
|
drm/i915: break intel_infoframe_flags into _enable and _frequency
Paulo Zanoni
2012-05-08
1
-6
/
+26
|
*
|
drm/i915: mask the video DIP port select
Paulo Zanoni
2012-05-08
2
-0
/
+2
|
*
|
drm/i915: start writing infoframes at address 0 on gen 4
Paulo Zanoni
2012-05-08
1
-1
/
+1
|
*
|
drm/i915: change coding style of the write_infoframe functions
Paulo Zanoni
2012-05-08
1
-20
/
+23
|
*
|
drm/i915: DSL_LINEMASK is 12 bits only on gen2
Paulo Zanoni
2012-05-08
2
-4
/
+10
*
|
|
drm/kms: fix Kconfig for new drivers.
Dave Airlie
2012-05-20
3
-3
/
+6
*
|
|
drm/cirrus/ast/mgag200: fix build without CONFIG_VGA_CONSOLE
Dave Airlie
2012-05-19
3
-0
/
+6
*
|
|
drm/prime: expose capability flags for userspace.
Dave Airlie
2012-05-18
1
-0
/
+4
[prev]
[next]