index
:
~johnharr/scheduler
IGT
LibDRM
all
fence
scheduler
i915 GPU scheduler patches
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_display.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-28
drm/i915: Allow scheduler to manage inter-ring object synchronisation
John Harrison
1
-1
/
+1
2016-06-28
drm/i915: Added scheduler support to __wait_request() calls
John Harrison
1
-2
/
+3
2016-06-28
drm/i915: Force MMIO flips when scheduler enabled
John Harrison
1
-0
/
+3
2016-06-28
drm/i915: Delay the freeing of requests until retire time
John Harrison
1
-1
/
+1
2016-06-28
drm/i915: Removed now redudant parameter to i915_gem_request_completed()
John Harrison
1
-1
/
+1
2016-03-23
drm/i915: Split PNV version of crtc_compute_clock()
Ander Conselvan de Oliveira
1
-55
/
+79
2016-03-23
drm/i915: Split g4x_crtc_compute_clock()
Ander Conselvan de Oliveira
1
-29
/
+53
2016-03-23
drm/i915: Split i8xx_crtc_compute_clock()
Ander Conselvan de Oliveira
1
-38
/
+53
2016-03-23
drm/i915: Split CHV and VLV specific crtc_compute_clock() hooks
Ander Conselvan de Oliveira
1
-24
/
+78
2016-03-23
drm/i915: Merge ironlake_compute_clocks() and ironlake_crtc_compute_clock()
Ander Conselvan de Oliveira
1
-53
/
+33
2016-03-23
drm/i915: Move fp divisor calculation into ironlake_compute_dpll()
Ander Conselvan de Oliveira
1
-23
/
+22
2016-03-23
drm/i915: Pass crtc_state->dpll directly to ->find_dpll()
Ander Conselvan de Oliveira
1
-24
/
+10
2016-03-23
drm/i915: Simplify ironlake_crtc_compute_clock() CPU eDP case
Ander Conselvan de Oliveira
1
-24
/
+23
2016-03-23
drm/i915: Remove PCH type checks from ironlake_crtc_compute_clock()
Ander Conselvan de Oliveira
1
-4
/
+0
2016-03-23
drm/i915: Don't calculate a new clock in ILK+ code if it is already set
Ander Conselvan de Oliveira
1
-8
/
+9
2016-03-23
drm/i915: Simplify ironlake reduced clock logic a bit
Ander Conselvan de Oliveira
1
-4
/
+3
2016-03-23
drm/i915: Call g4x_find_best_dpll() directly from ILK+ code
Ander Conselvan de Oliveira
1
-3
/
+2
2016-03-23
drm/i915: Fold intel_ironlake_limit() into clock computation function
Ander Conselvan de Oliveira
1
-33
/
+23
2016-03-23
drm/i915: Merge ironlake_get_refclk() into its only caller
Ander Conselvan de Oliveira
1
-16
/
+8
2016-03-23
drm/i915: Remove checks for cloned config with LVDS in dpll code
Ander Conselvan de Oliveira
1
-54
/
+16
2016-03-23
drm/i915: Wait for vblank in i9xx_disable_crtc() for gen 2 only
Ander Conselvan de Oliveira
1
-3
/
+2
2016-03-22
drm/i915/bxt: Initialize MIPI DSI for BXT
Shashank Sharma
1
-0
/
+2
2016-03-22
drm/i915: Wait until after wm optimization to drop runtime PM reference
Matt Roper
1
-10
/
+10
2016-03-21
drm/i915: Implement color management on bdw/skl/bxt/kbl
Lionel Landwerlin
1
-2
/
+20
2016-03-21
drm/i915: Do not read GAMMA_MODE register
Lionel Landwerlin
1
-0
/
+3
2016-03-21
drm/i915: Extract out gamma table and CSC to their own file
Lionel Landwerlin
1
-159
/
+12
2016-03-21
drm/i915/bxt: add dsi transcoders
Jani Nikula
1
-11
/
+80
2016-03-21
drm/i915: abstract get config for cpu transcoder
Jani Nikula
1
-36
/
+51
2016-03-21
drm/i915: split set pipeconf to pipeconf, pipemisc, pipe_gamma
Jani Nikula
1
-10
/
+22
2016-03-21
drm/i915: split get/set pipe timings to timings and src size
Jani Nikula
1
-0
/
+24
2016-03-18
drm/i915: Rename dev_priv->gtt to dev_priv->ggtt
Joonas Lahtinen
1
-2
/
+2
2016-03-17
drm/i915: Move load time init of display/audio hooks earlier
Imre Deak
1
-43
/
+39
2016-03-17
drm/i915: Move pll power state to crtc power domains.
Maarten Lankhorst
1
-3
/
+3
2016-03-17
drm/i915: Perform dpll commit first, v2.
Maarten Lankhorst
1
-3
/
+2
2016-03-17
drm/i915: Use a crtc mask instead of a refcount for dpll functions, v2.
Maarten Lankhorst
1
-22
/
+21
2016-03-16
drm/i915: make transcoder_name return a string
Jani Nikula
1
-2
/
+2
2016-03-16
drm/i915: More intel_engine_cs renaming
Tvrtko Ursulin
1
-2
/
+2
2016-03-16
drm/i915: Rename intel_engine_cs struct members
Tvrtko Ursulin
1
-9
/
+9
2016-03-16
drm/i915: Rename intel_engine_cs function parameters
Tvrtko Ursulin
1
-4
/
+4
2016-03-16
drm/i915: Rename local struct intel_engine_cs variables
Tvrtko Ursulin
1
-53
/
+53
2016-03-16
drm/i915/bxt: Fix off-by-one error in Broxton PLL IDs
Imre Deak
1
-3
/
+3
2016-03-16
drm/i915: Nuke fbc members from intel_crtc->atomic, v4.
Maarten Lankhorst
1
-35
/
+16
2016-03-16
drm/i915: Remove some post-commit members from intel_crtc->atomic, v3.
Maarten Lankhorst
1
-8
/
+21
2016-03-10
drm/i915: Update state before setting watermarks, v2.
Maarten Lankhorst
1
-30
/
+15
2016-03-10
drm/i915: s/crtc_state/old_crtc_state/ in intel_atomic_commit()
Ville Syrjälä
1
-10
/
+10
2016-03-10
drm/i915: Wait for vblank after cxsr disable in pre_plane_update
Ville Syrjälä
1
-22
/
+37
2016-03-10
drm/i915: Fix watermarks for VLV/CHV
Ville Syrjälä
1
-10
/
+19
2016-03-09
drm/i915: Make SKL/KBL DPLL0 managed by the shared dpll code
Ander Conselvan de Oliveira
1
-9
/
+3
2016-03-09
drm/i915: Manage HSW/BDW LCPLLs with the shared dpll interface
Ander Conselvan de Oliveira
1
-8
/
+17
2016-03-09
drm/i915: Move HSW/BDW pll selection logic to intel_dpll_mgr.c
Ander Conselvan de Oliveira
1
-1
/
+1
[next]