index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
Makefile
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-06-23
drm/i915/gen8: Add WaDisableCtxRestoreArbitration workaround
Arun Siluvery
1
-2
/
+5
2015-06-23
drm/i915/gen8: Re-order init pipe_control in lrc mode
Arun Siluvery
1
-3
/
+11
2015-06-23
drm/i915/gen8: Add infrastructure to initialize WA batch buffers
Arun Siluvery
2
-4
/
+240
2015-06-23
drm/i915: Report an error when i915.reset prevents a reset
Chris Wilson
4
-5
/
+4
2015-06-23
drm/i915: Fix up KMS Kconfig removal patch
Daniel Vetter
2
-3
/
+1
2015-06-23
drm/dp/mst: take lock around looking up the branch device on hpd irq
Dave Airlie
1
-0
/
+3
2015-06-23
drm/dp/mst: make sure mst_primary mstb is valid in work function
Daniel Vetter
1
-5
/
+19
2015-06-23
of: add EXPORT_SYMBOL for of_graph_get_endpoint_by_regs
Dave Airlie
1
-0
/
+1
2015-06-22
drm/i915: Remove KMS Kconfig option
Chris Wilson
3
-23
/
+7
2015-06-22
drm/i915: Ignore LVDS presence in VBT flag if the LVDS is enabled by BIOS
Chris Wilson
1
-6
/
+10
2015-06-22
drm/i915: Enforce execobject.alignment to be a power-of-two
Chris Wilson
1
-0
/
+3
2015-06-22
drm/i915: Remove unused ring argument from frontbuffer invalidate and busy fu...
Rodrigo Vivi
5
-18
/
+13
2015-06-22
drm/i915: Factor out p2 divider selection for pre-ilk platforms
Ville Syrjälä
1
-48
/
+30
2015-06-22
drm/i915: reduce line width in {pch, i9xx}_get_hpd_pins()
Jani Nikula
1
-11
/
+18
2015-06-22
drm/i915: move generic hotplug code into new intel_hotplug.c file
Jani Nikula
5
-422
/
+464
2015-06-22
drm/i915/irq: clarify irq storm related function naming
Jani Nikula
1
-6
/
+6
2015-06-22
drm/i915/irq: abstract irq storm hotplug disabling
Jani Nikula
1
-27
/
+50
2015-06-22
drm/i915/irq: move hotplug even debug print to second connector loop
Jani Nikula
1
-4
/
+2
2015-06-22
ARM: dts: rename the clock of MIPI DSI 'pll_clk' to 'sclk_mipi'
Hyungwon Hwang
1
-1
/
+1
2015-06-22
drm/i915: Make cdclk part of the atomic state.
Maarten Lankhorst
4
-145
/
+135
2015-06-22
drm/i915: Remove transitional references from intel_plane_atomic_check.
Maarten Lankhorst
1
-13
/
+6
2015-06-22
drm/i915: Make setting color key atomic.
Maarten Lankhorst
4
-53
/
+46
2015-06-22
drm/i915: Update less state during modeset.
Maarten Lankhorst
1
-50
/
+16
2015-06-22
drm/i915: atomic plane updates in a nutshell
Maarten Lankhorst
2
-84
/
+23
2015-06-22
drm/i915: Handle disabling planes better, v2.
Maarten Lankhorst
3
-22
/
+106
2015-06-22
drm/i915: Do not run most checks when there's no modeset.
Maarten Lankhorst
1
-11
/
+22
2015-06-22
drm/i915: Move crtc commit updates to separate functions.
Maarten Lankhorst
1
-58
/
+69
2015-06-22
drm/i915: move detaching scalers to begin_crtc_commit, v2.
Maarten Lankhorst
3
-8
/
+4
2015-06-22
drm/i915: remove force argument from disable_plane
Maarten Lankhorst
3
-19
/
+9
2015-06-22
drm/i915: clean up atomic plane check functions, v2.
Maarten Lankhorst
4
-45
/
+29
2015-06-22
drm/i915: clean up plane commit functions
Maarten Lankhorst
2
-27
/
+22
2015-06-22
drm/i915: Split plane updates of crtc->atomic into a helper, v2.
Maarten Lankhorst
4
-160
/
+176
2015-06-22
drm/i915: Split skl_update_scaler, v4.
Maarten Lankhorst
4
-107
/
+121
2015-06-22
drm/i915: Assign a new pll from the crtc check function, v2.
Maarten Lankhorst
1
-34
/
+26
2015-06-22
drm/i915: Move scaler setup to check crtc function, v2.
Maarten Lankhorst
2
-18
/
+14
2015-06-22
drm/i915: Add a simple atomic crtc check function, v2.
Maarten Lankhorst
2
-56
/
+75
2015-06-22
drm/i915: Clean up intel_atomic_setup_scalers slightly.
Maarten Lankhorst
3
-13
/
+11
2015-06-22
drm/i915: Use crtc state in intel_modeset_pipe_config
Maarten Lankhorst
1
-24
/
+15
2015-06-22
drm/atomic: Don't set crtc_state->enable manually
Laurent Pinchart
1
-3
/
+7
2015-06-22
drm/exynos: dsi: do not set TE GPIO direction by input
Hyungwon Hwang
1
-2
/
+2
2015-06-22
drm/exynos: dsi: add support for MIC driver as a bridge
Hyungwon Hwang
2
-3
/
+44
2015-06-22
drm/exynos: dsi: add support for Exynos5433
Hyungwon Hwang
3
-16
/
+87
2015-06-22
drm/exynos: dsi: make use of array for clock access
Hyungwon Hwang
1
-35
/
+33
2015-06-22
drm/exynos: dsi: make use of driver data for static values
Hyungwon Hwang
1
-51
/
+145
2015-06-22
drm/exynos: dsi: add macros for register access
Hyungwon Hwang
1
-47
/
+51
2015-06-22
drm/exynos: dsi: rename pll_clk to sclk_clk
Hyungwon Hwang
2
-23
/
+20
2015-06-22
drm/exynos: mic: add MIC driver
Hyungwon Hwang
6
-3
/
+552
2015-06-22
of: add helper for getting endpoint node of specific identifiers
Hyungwon Hwang
2
-0
/
+41
2015-06-22
drm/exynos: add Exynos5433 decon driver
Joonyoung Shim
6
-0
/
+898
2015-06-22
drm/exynos: fix the input prompt of Exynos7 DECON
Hyungwon Hwang
1
-1
/
+1
[next]