index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
panel
/
panel-seiko-43wvf1g.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-02-28
drm/i915/dp: move link rate arrays where they're used
Jani Nikula
1
-17
/
+27
2018-02-28
drm/i915: Consult aux_ch instead of port in ->get_aux_clock_divider()
Ville Syrjälä
1
-8
/
+5
2018-02-28
drm/i915: Don't deref request->ctx inside unlocked print_request()
Chris Wilson
1
-2
/
+2
2018-02-28
drm/i915: Don't mangle the CTM on pre-HSW
Ville Syrjälä
1
-4
/
+12
2018-02-28
drm/i915: Rename pipe CSC to use ilk_ prefix
Ville Syrjälä
1
-20
/
+19
2018-02-28
drm/i915: Remove the pointless 1:1 matrix copy
Ville Syrjälä
1
-8
/
+9
2018-02-28
drm/tilcdc: tilcdc_panel: Rename device from "panel" to "tilcdc-panel"
Jyri Sarha
1
-1
/
+1
2018-02-28
drm/tilcdc: Add support for drm panels
Jyri Sarha
2
-9
/
+22
2018-02-28
drm/i915: Enable VBT based BL control for DP
Mustamin B Mustaffa
1
-7
/
+3
2018-02-28
drm/i915: Repeat the GEM_BUG_ON message in the ftrace log
Chris Wilson
1
-1
/
+4
2018-02-28
drm/tilcdc: panel: Use common error handling code in of_get_panel_info()
Markus Elfring
1
-7
/
+5
2018-02-28
drm/tilcdc: Delete an error message for a failed memory allocation in seven f...
Markus Elfring
4
-19
/
+6
2018-02-28
drm/i915/cnl: Add WaRsDisableCoarsePowerGating
Rodrigo Vivi
3
-4
/
+5
2018-02-28
drm/i915/psr: Don't avoid PSR when PSR2 conditions are not met.
Rodrigo Vivi
1
-27
/
+37
2018-02-28
drm/i915/psr2: Fix max resolution supported.
Rodrigo Vivi
1
-3
/
+3
2018-02-27
drm/i915/psr: Check for power state control capability.
Dhinakaran Pandiyan
1
-0
/
+5
2018-02-27
drm/i915/dp: Move comment about hw timeout to the right place.
Dhinakaran Pandiyan
1
-3
/
+3
2018-02-27
drm/i915/dp: Remove redundant sleep after AUX transaction length check.
Dhinakaran Pandiyan
1
-8
/
+0
2018-02-27
drm/i915/psr: Check for the specific AUX_FRAME_SYNC cap bit.
Dhinakaran Pandiyan
1
-1
/
+1
2018-02-27
drm/i915/psr: Extract PSR DPCD initialization and move it to intel_psr.c
Dhinakaran Pandiyan
3
-63
/
+70
2018-02-27
drm/i915/frontbuffer: Mark frontbuffer flush and invalidate with might_sleep()
Dhinakaran Pandiyan
1
-0
/
+2
2018-02-27
drm/i915/psr: New power domain for AUX IO.
Dhinakaran Pandiyan
3
-0
/
+45
2018-02-27
drm/i915/guc: Fill preempt context once at init time
Michał Winiarski
1
-27
/
+69
2018-02-27
drm/i915/dp: Fix the order of platforms for setting DP source rates
Manasi Navare
1
-4
/
+4
2018-02-23
drm/i915/preemption: Allow preemption between submission ports
Chris Wilson
4
-78
/
+112
2018-02-23
drm/i915: Update missing parts after the rename to i915_request
Michel Thierry
3
-4
/
+4
2018-02-23
drm/i915: Collect aux ch vfunc setup into intel_dp_aux_init()
Ville Syrjälä
1
-29
/
+24
2018-02-23
drm/i915: Nuke aux regs from intel_dp
Ville Syrjälä
2
-45
/
+45
2018-02-23
drm/i915: Add enum aux_ch and clean up the aux init to use it
Ville Syrjälä
4
-125
/
+131
2018-02-23
drm/i915: Use the correct power domain for aux ch
Ville Syrjälä
1
-5
/
+1
2018-02-22
drm/i915: Add a FIXME about FBC vs. fence. 90/270 degree rotation
Ville Syrjälä
1
-0
/
+6
2018-02-22
drm/i915: Extract intel_plane_{pin,unpin}_fb()
Ville Syrjälä
1
-51
/
+45
2018-02-22
drm/i915: Require fence only for FBC capable planes
Ville Syrjälä
1
-1
/
+1
2018-02-22
drm/i915: Clean up fbc vs. plane checks
Ville Syrjälä
3
-24
/
+44
2018-02-22
drm/i915: Only pin the fence for primary planes (and gen2/3)
Ville Syrjälä
3
-2
/
+15
2018-02-22
drm/i915: Fail if we can't get a fence for gen2/3 tiled scanout
Ville Syrjälä
1
-1
/
+9
2018-02-22
drm/i915: Fix Limited Range Color Handling
Johnson Lin
1
-15
/
+14
2018-02-22
drm/i915: Move page sizes out of the 8-bit sandwich
Tvrtko Ursulin
1
-2
/
+2
2018-02-22
drm/i915/hsw: add missing disabled EUs registers reads
Lionel Landwerlin
2
-1
/
+63
2018-02-22
drm/i915/icl: Show interrupt registers in debugfs
Tvrtko Ursulin
1
-44
/
+95
2018-02-22
drm/i915/icl: Add the ICL PCI IDs
Paulo Zanoni
2
-0
/
+13
2018-02-22
drm/i915/execlists: Move the GEM_BUG_ON context matches CSB later
Chris Wilson
1
-3
/
+4
2018-02-22
drm/i915/execlists: Add a GEM_TRACE to show when the context is completed
Chris Wilson
1
-0
/
+3
2018-02-21
drm/i915/execlists: Remove the ring advancement under preemption
Chris Wilson
1
-7
/
+0
2018-02-21
drm/i915: Rename drm_i915_gem_request to i915_request
Chris Wilson
52
-996
/
+990
2018-02-21
drm/doc: Fix documentation for _vblank_restore().
Dhinakaran Pandiyan
1
-8
/
+14
2018-02-21
drm/todo: i915 could use device_link_add
Daniel Vetter
1
-0
/
+7
2018-02-21
drm/i915: Make global seqno known in i915_gem_request_execute tracepoint
Tvrtko Ursulin
1
-2
/
+2
2018-02-21
drm/i915: Update DRIVER_DATE to 20180221
Joonas Lahtinen
1
-2
/
+2
2018-02-20
Revert "drm/radeon/pm: autoswitch power state when in balanced mode"
Alex Deucher
1
-5
/
+1
[next]