index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_display.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: power domains: add vlv power wells
Imre Deak
2014-03-07
1
-0
/
+1
*
drm/i915: check pipe power domain when reading its hw state
Imre Deak
2014-03-07
1
-0
/
+8
*
drm/i915: add port power domains
Imre Deak
2014-03-07
1
-5
/
+46
*
drm/i915: move modeset_update_power_wells earlier
Imre Deak
2014-03-07
1
-70
/
+70
*
drm/i915: Add a for_each_sprite() macro
Damien Lespiau
2014-03-05
1
-8
/
+8
*
drm/i915: Use a pipe variable to cycle through the pipes
Damien Lespiau
2014-03-05
1
-5
/
+6
*
drm/i915: Use DIV_ROUND_UP() when calculating number of required FDI lanes
Ville Syrjälä
2014-03-05
1
-1
/
+1
*
drm/i915: Perform pageflip using mmio if the GPU is terminally wedged
Chris Wilson
2014-03-05
1
-0
/
+10
*
drm/i915: kill dev_priv->pc8.gpu_idle
Paulo Zanoni
2014-03-05
1
-28
/
+2
*
drm/i915: put runtime PM only at the end of intel_mark_idle
Paulo Zanoni
2014-03-05
1
-3
/
+4
*
drm/i915: Accurately track when we mark the hardware as idle/busy
Chris Wilson
2014-03-05
1
-0
/
+9
*
drm/i915: use power domain api to check vga power state
Imre Deak
2014-03-05
1
-7
/
+13
*
drm/i915: use drm_i915_private everywhere in the power domain api
Imre Deak
2014-03-05
1
-13
/
+14
*
drm/i915: Reject changes of fb base when we have a flip pending
Chris Wilson
2014-03-05
1
-19
/
+24
*
drm/i915: re-add locking around hw state readout
Jesse Barnes
2014-03-05
1
-0
/
+2
*
drm/i915: rename modeset_update_power_wells
Paulo Zanoni
2014-03-04
1
-2
/
+2
*
drm/i915: sprinkle static
Daniel Vetter
2014-03-02
1
-5
/
+5
*
drm/i915: tune down user-triggerable dmesg noise in the cursor/overlay code
Daniel Vetter
2014-02-14
1
-5
/
+5
*
drm/i915: fix NULL deref in the load detect code
Daniel Vetter
2014-02-14
1
-3
/
+5
*
drm/i915: add unregister callback to connector
Imre Deak
2014-02-14
1
-2
/
+12
*
drm/i915: kill intel_crtc_update_sarea_pos
Daniel Vetter
2014-02-12
1
-29
/
+0
*
drm/i915: allow re-use BIOS connector config for initial fbdev config v3
Jesse Barnes
2014-02-12
1
-6
/
+4
*
drm/i915: Pass explicit mode into mode_from_pipe_config v3
Daniel Vetter
2014-02-12
1
-17
/
+14
*
drm/i915: read out hw state earlier v2
Jesse Barnes
2014-02-12
1
-4
/
+2
*
drm/i915: WARN in case we're enabling the pipe and it's enabled
Paulo Zanoni
2014-02-12
1
-1
/
+4
*
drm/i915: remove wait_for_vblank argument form intel_enable_pipe
Paulo Zanoni
2014-02-12
1
-7
/
+14
*
drm/i915: remove "dsi" argument form intel_enable_pipe
Paulo Zanoni
2014-02-12
1
-8
/
+6
*
drm/i915: remove pch_port argument form intel_enable_pipe
Paulo Zanoni
2014-02-12
1
-9
/
+6
*
drm/i915: pass intel_crtc as argument for intel_enable_pipe
Paulo Zanoni
2014-02-12
1
-15
/
+14
*
drm/i915: remove the vblank_wait hack from HSW+
Paulo Zanoni
2014-02-12
1
-10
/
+0
*
drm/i915: don't wait for vblank after enabling pipe on HSW
Paulo Zanoni
2014-02-12
1
-1
/
+1
*
drm/i915: add wait_for_vblank argument to intel_enable_pipe
Paulo Zanoni
2014-02-12
1
-6
/
+8
*
drm/i915: split aligned height calculation out v2
Jesse Barnes
2014-02-12
1
-4
/
+11
*
drm/i915: Fix error path leak in fbdev fb allocation
Daniel Vetter
2014-02-12
1
-9
/
+26
*
drm/i915: Use normal fb deref for the fbcon framebuffer
Daniel Vetter
2014-02-12
1
-8
/
+3
*
drm/i915: Short-circuit no-op vga_set_state()
Chris Wilson
2014-02-12
1
-0
/
+3
*
drm/i915: Propagate PCI read/write errors during vga_set_state()
Chris Wilson
2014-02-12
1
-2
/
+11
*
drm/i915: alloc intel_fb in the intel_fbdev struct
Jesse Barnes
2014-02-12
1
-2
/
+2
*
drm/i915: Consolidate FUSE_STRAP in one set of defines
Damien Lespiau
2014-02-12
1
-2
/
+1
*
drm/i915: Move num_plane to the intel_device_info structure
Damien Lespiau
2014-02-12
1
-2
/
+2
*
drm/i915: Always use INTEL_INFO() to access the device_info structure
Damien Lespiau
2014-02-12
1
-12
/
+15
*
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued
Daniel Vetter
2014-01-30
1
-24
/
+2
|
\
|
*
Merge tag 'drm/for-3.14-rc1-20140123' of git://anongit.freedesktop.org/tegra/...
Dave Airlie
2014-01-29
1
-24
/
+2
|
|
\
|
|
*
drm/i915: Use drm_encoder_crtc_ok()
Thierry Reding
2014-01-14
1
-24
/
+2
*
|
|
drm/i915: move module parameters into a struct, in a new file
Jani Nikula
2014-01-27
1
-13
/
+13
*
|
|
drm/i915: We implement WaEnableVGAAccessThroughIOPort:ctg, elk, ilk, snb, ivb...
Ville Syrjälä
2014-01-27
1
-0
/
+1
*
|
|
drm/i915: Limit FIFO underrun reports on GMCH platforms
Ville Syrjälä
2014-01-25
1
-0
/
+3
*
|
|
drm/i915: always check clocks when comparing pipe configs
Jesse Barnes
2014-01-24
1
-4
/
+2
*
|
|
drm/i915: quirk invert brightness for Acer Aspire 5336
Jani Nikula
2014-01-24
1
-0
/
+3
*
|
|
drm/i915: Shuffle modeset reset handling around
Daniel Vetter
2014-01-24
1
-1
/
+0
[next]