index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
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
*
|
vga_switcheroo: Introduce struct vga_switcheroo_client_ops
Takashi Iwai
2012-05-13
1
-4
/
+7
|
/
*
Merge remote-tracking branch 'airlied/drm-core-next' into drm-intel-next-queued
Daniel Vetter
2012-05-08
11
-49
/
+82
|
\
|
*
Merge tag 'v3.4-rc6' into drm-intel-next
Daniel Vetter
2012-05-07
13
-54
/
+92
|
|
\
|
|
*
drm/i915: enable dip before writing data on gen4
Paulo Zanoni
2012-05-03
1
-1
/
+1
|
|
*
fixing dmi match for hp t5745 and hp st5747 thin client
Marc Gariepy
2012-05-02
1
-2
/
+2
|
|
*
drm/i915: Only enable IPS polling for gen5
Chris Wilson
2012-05-02
2
-5
/
+13
|
|
*
drm/i915: Do not read non-existent DPLL registers on PCH hardware
Chris Wilson
2012-05-02
1
-4
/
+5
|
|
*
drm/i915: Set the Stencil Cache eviction policy to non-LRA mode.
Kenneth Graunke
2012-04-28
2
-0
/
+9
|
|
*
drm/i915: handle input/output sdvo timings separately in mode_set
Daniel Vetter
2012-04-26
1
-16
/
+18
|
|
*
drm/i915: fix integer overflow in i915_gem_do_execbuffer()
Xi Wang
2012-04-23
1
-0
/
+5
|
|
*
drm/i915: fix integer overflow in i915_gem_execbuffer2()
Xi Wang
2012-04-23
1
-1
/
+2
|
|
*
drm/i915: fixup load-detect on enabled, but not active pipe
Daniel Vetter
2012-04-22
1
-18
/
+11
|
|
*
VM: add "vm_mmap()" helper function
Linus Torvalds
2012-04-21
1
-3
/
+1
|
|
*
drm/i915: Do not set "Enable Panel Fitter" on SNB pageflips
Chris Wilson
2012-04-18
1
-1
/
+7
|
|
*
drm/i915: Hold mode_config lock whilst changing mode for lastclose()
Chris Wilson
2012-04-16
1
-0
/
+4
|
|
*
drm/i915: don't clobber the special upscaling lvds timings
Daniel Vetter
2012-04-16
4
-4
/
+15
*
|
|
drm/i915: Support pageflipping interrupts for all 3-pipes on IVB
Chris Wilson
2012-05-06
2
-11
/
+27
*
|
|
drm/i915: fix gen4 gpu reset
Daniel Vetter
2012-05-05
1
-1
/
+1
*
|
|
drm/i915: remove modeset reset from i915_reset
Daniel Vetter
2012-05-05
1
-10
/
+0
*
|
|
drm/i915: also reset the media engine on gen4/5
Daniel Vetter
2012-05-05
2
-3
/
+26
*
|
|
drm/i915: kill flags parameter for reset functions
Daniel Vetter
2012-05-05
3
-16
/
+17
*
|
|
drm/i915: make gpu hangman more resilient
Daniel Vetter
2012-05-05
1
-0
/
+12
*
|
|
drm/i915: extract intel_gpu_reset
Daniel Vetter
2012-05-05
1
-16
/
+27
*
|
|
drm/i915: simplify i915_reset a bit
Daniel Vetter
2012-05-05
1
-14
/
+5
*
|
|
drm/i915: allow the existing error_state to be destroyed
Daniel Vetter
2012-05-05
1
-13
/
+77
*
|
|
drm/i915: rework dev->first_error locking
Daniel Vetter
2012-05-05
3
-10
/
+20
*
|
|
drm/i915: add interface to simulate gpu hangs
Daniel Vetter
2012-05-05
4
-0
/
+73
*
|
|
drm/i915: use mode values consistently when converting to sdvo dtd
Daniel Vetter
2012-05-04
1
-8
/
+8
*
|
|
drm/i915: rip out unnecessary calls to drm_mode_set_crtcinfo
Daniel Vetter
2012-05-04
4
-6
/
+1
*
|
|
drm/i915: Periodically sanity check power management
Chris Wilson
2012-05-03
4
-5
/
+43
*
|
|
drm/i915: make DBLCLK modes work
Paulo Zanoni
2012-05-03
2
-2
/
+8
*
|
|
drm/i915: rename AVI InfoFrame field 'PR' to 'YQ_CN_PR'
Paulo Zanoni
2012-05-03
1
-2
/
+2
*
|
|
drm/i915: Wait for the clocks to stabilise before updating PLLs
Chris Wilson
2012-05-03
1
-2
/
+5
*
|
|
drm/i915: rip out intel_dpio_write again
Daniel Vetter
2012-05-03
1
-22
/
+0
*
|
|
drm/i915: extract some common olr+wedge code
Ben Widawsky
2012-05-03
1
-57
/
+63
*
|
|
drm/i915: move pnv|ilk_gem_mem_freq to intel_pm.c
Daniel Vetter
2012-05-03
2
-112
/
+113
*
|
|
drm/i915: fixup __iomem mixups in ringbuffer.c
Daniel Vetter
2012-05-03
3
-31
/
+17
[prev]
[next]