index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-13
drm/i915: s/freq/cdclk/
Ville Syrjälä
1
-22
/
+22
2016-05-13
drm/i915: Kill off dead code from skl_dpll0_enable()
Ville Syrjälä
1
-5
/
+0
2016-05-13
drm/i915: Extract skl_dpll0_disable()
Ville Syrjälä
1
-4
/
+9
2016-05-13
drm/i915: Remove 10% cdclk guardband on BXT
Ville Syrjälä
1
-5
/
+4
2016-05-13
drm/i915: Use skl_cdclk_decimal() on bxt
Ville Syrjälä
1
-7
/
+7
2016-05-13
drm/i915: Use ilk_max_pixel_rate() for BXT cdclk calculation
Ville Syrjälä
1
-2
/
+2
2016-05-13
drm/i915: Don't pass dev_priv to broxton_calc_cdclk()
Ville Syrjälä
1
-5
/
+3
2016-05-13
drm/i915: Untangle .fdi_link_train and cdclk vfunc setup
Ville Syrjälä
1
-6
/
+7
2016-05-13
drm/i915: Extract broadwell_calc_cdclk()
Ville Syrjälä
1
-9
/
+14
2016-05-13
drm/i915: Drop checks for max_pixclk failures in cdclk computation
Ville Syrjälä
1
-6
/
+0
2016-05-13
drm/i915: Remove wm_config from dev_priv/intel_atomic_state
Matt Roper
3
-35
/
+0
2016-05-13
drm/i915/gen9: Reject display updates that exceed wm limitations (v2)
Matt Roper
1
-1
/
+16
2016-05-13
drm/i915/gen9: Calculate watermarks during atomic 'check' (v2)
Matt Roper
3
-90
/
+54
2016-05-13
drm/i915/gen9: Propagate watermark calculation failures up the call chain
Matt Roper
2
-39
/
+61
2016-05-13
drm/i915/gen9: Use a bitmask to track dirty pipe watermarks
Matt Roper
2
-6
/
+6
2016-05-13
drm/i915/gen9: Allow watermark calculation on in-flight atomic state (v3)
Matt Roper
1
-13
/
+48
2016-05-13
drm/i915/gen9: Calculate plane WM's from state
Matt Roper
1
-8
/
+8
2016-05-13
drm/i915/gen9: Drop re-allocation of DDB at atomic commit (v2)
Matt Roper
2
-171
/
+67
2016-05-13
drm/i915/gen9: Compute DDB allocation at atomic check time (v4)
Matt Roper
4
-0
/
+105
2016-05-13
drm/i915: Add distrust_bios_wm flag to dev_priv (v2)
Matt Roper
3
-0
/
+16
2016-05-13
drm/i915/gen9: Allow skl_allocate_pipe_ddb() to operate on in-flight state (v3)
Matt Roper
2
-46
/
+139
2016-05-13
drm/i915: Track whether an atomic transaction changes the active CRTC's
Matt Roper
2
-0
/
+13
2016-05-13
drm/i915/gen9: Store plane minimum blocks in CRTC wm state (v2)
Matt Roper
2
-2
/
+6
2016-05-13
drm/i915/gen9: Allow calculation of data rate for in-flight state (v2)
Matt Roper
1
-14
/
+60
2016-05-13
drm/i915/gen9: Cache plane data rates in CRTC state
Matt Roper
2
-33
/
+63
2016-05-13
drm/i915: Rename s/skl_compute_pipe_wm/skl_build_pipe_wm/
Matt Roper
1
-4
/
+4
2016-05-13
drm/i915: Reorganize WM structs/unions in CRTC state
Matt Roper
2
-35
/
+44
2016-05-13
drm/i915: Remove redundant const from function return type
Imre Deak
1
-5
/
+5
2016-05-13
drm/i915: Handle error return from dma_set_coherent_mask()
Imre Deak
1
-4
/
+18
2016-05-13
drm/i915: Add comments about fixed pipe->transcoder/PLL mapping
Imre Deak
1
-0
/
+8
2016-05-13
drm/i915/gen9: Avoid using negative array index in skl_update_plane()
Imre Deak
1
-5
/
+6
2016-05-13
drm/i915: Stop automatically retiring requests after a GPU hang
Chris Wilson
2
-2
/
+8
2016-05-13
drm/i915: Stop retiring requests from busy/wait ioctls
Chris Wilson
1
-7
/
+1
2016-05-13
drm/i915: Complete pending resets before get-reset-stats ioctl
Chris Wilson
1
-1
/
+1
2016-05-13
drm/i915: Move get-reset-stats ioctl from intel_uncore.c to i915_gem_context.c
Chris Wilson
4
-42
/
+42
2016-05-13
drm/i915: Remove intel_limit_t typedef
Ander Conselvan de Oliveira
1
-35
/
+34
2016-05-13
drm/i915: Remove intel_range_t and intel_p2_t typedefs
Ander Conselvan de Oliveira
1
-11
/
+8
2016-05-13
drm/i915: Remove intel_clock_t typedef
Ander Conselvan de Oliveira
4
-37
/
+37
2016-05-13
Merge tag 'drm/panel/for-4.7-rc1' of git://anongit.freedesktop.org/tegra/linu...
Dave Airlie
5
-1
/
+2394
2016-05-12
drm/i915/guc: Add Broxton GuC firmware loading support
Nick Hoath
1
-0
/
+7
2016-05-12
drm/i915/guc: Use major_minor version for filename
Tom O'Rourke
1
-1
/
+1
2016-05-12
drm/i915: Convert intel_overlay.c to use native drm_i915_private pointers
Chris Wilson
4
-82
/
+70
2016-05-12
drm/i915: s/DPPL/DPLL/ for SKL DPLLs
Ville Syrjälä
1
-3
/
+3
2016-05-12
drm/panel: simple: Add support for TPK U.S.A. LLC Fusion 7" and 10.1" panels
Bhuvanchandra DV
1
-0
/
+51
2016-05-12
drm/bridge: Add Analogix anx78xx support
Enric Balletbo i Serra
4
-0
/
+2244
2016-05-12
drm/panel: simple: Add support for Innolux AT070TN92
Riccardo Bortolato
1
-0
/
+26
2016-05-12
drm/panel: simple: Remove useless drm_mode_set_name()
Boris Brezillon
1
-2
/
+0
2016-05-12
drm/panel: simple: Set appropriate mode type
Boris Brezillon
1
-0
/
+11
2016-05-12
drm/panel: simple: Add timings for the Olimex LCD-OLinuXino-4.3TS
Maxime Ripard
1
-0
/
+26
2016-05-12
drm/panel: simple: Add the 7" DPI panel from Adafruit
Eric Anholt
1
-0
/
+37
[prev]
[next]