index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
drm/i915: Instrument PSR parameter for debuging with link standby x link off.
Rodrigo Vivi
2016-02-01
2
-1
/
+19
|
*
|
drm/i915: Add PSR main link standby support back
Rodrigo Vivi
2016-02-01
3
-7
/
+24
|
*
|
drm/i915: PSR simplify port and link standby checks.
Rodrigo Vivi
2016-02-01
1
-3
/
+10
|
*
|
drm/i915/skl: Fix DMC load on Skylake J0 and K0
Mat Martineau
2016-02-01
1
-1
/
+2
|
*
|
drm/i915: Sink CRC: tune down error message at stop to debug_kms.
Rodrigo Vivi
2016-01-29
1
-1
/
+1
|
*
|
drm/i915/fbc: refactor some small functions called only once
Paulo Zanoni
2016-01-29
1
-27
/
+14
|
*
|
drm/i915/fbc: don't store/check a pointer to the FB
Paulo Zanoni
2016-01-29
2
-4
/
+1
|
*
|
drm/i915/fbc: call intel_fbc_pre_update earlier during page flips
Paulo Zanoni
2016-01-29
1
-1
/
+1
|
*
|
drm/i915/fbc: don't store the fb_id on reg_params
Paulo Zanoni
2016-01-29
2
-4
/
+0
|
*
|
drm/i915/fbc: don't print no_fbc_reason to dmesg
Paulo Zanoni
2016-01-29
1
-27
/
+16
|
*
|
drm/i915/fbc: don't try to deactivate FBC if it's not enabled
Paulo Zanoni
2016-01-29
1
-1
/
+1
|
*
|
drm/i915/fbc: make FBC work with fastboot
Paulo Zanoni
2016-01-29
2
-3
/
+11
|
*
|
drm/i915/fbc: move intel_fbc_{enable, disable} call one level up
Paulo Zanoni
2016-01-29
2
-13
/
+4
|
*
|
drm/i915/fbc: choose the new FBC CRTC during atomic check
Paulo Zanoni
2016-01-29
3
-6
/
+76
|
*
|
drm/i915: simplify struct drm_device access at intel_atomic_check()
Paulo Zanoni
2016-01-29
1
-3
/
+4
|
*
|
drm/i915/fbc: rewrite the multiple_pipes_ok() code for locking
Paulo Zanoni
2016-01-29
4
-14
/
+45
|
*
|
drm/i915/fbc: make sure we cancel the work function at fbc_disable
Paulo Zanoni
2016-01-29
1
-0
/
+4
|
*
|
drm/i915/fbc: rename the FBC disable functions
Paulo Zanoni
2016-01-29
4
-11
/
+11
|
*
|
drm/i915/fbc: unexport intel_fbc_deactivate
Paulo Zanoni
2016-01-29
2
-25
/
+4
|
*
|
drm/i915/fbc: fix the FBC state checking code
Paulo Zanoni
2016-01-29
3
-24
/
+28
|
*
|
drm/i915/fbc: split intel_fbc_update into pre and post update
Paulo Zanoni
2016-01-29
1
-51
/
+26
|
*
|
drm/i915/fbc: introduce struct intel_fbc_state_cache
Paulo Zanoni
2016-01-29
2
-58
/
+98
|
*
|
drm/i915/fbc: unconditionally update FBC during atomic commits
Paulo Zanoni
2016-01-29
1
-21
/
+2
|
*
|
drm/i915/fbc: don't flush for operations on the wrong frontbuffer
Paulo Zanoni
2016-01-29
1
-8
/
+11
|
*
|
drm/i915/fbc: don't use the frontbuffer tracking subsystem for flips
Paulo Zanoni
2016-01-29
2
-6
/
+5
|
*
|
drm/i915/fbc: replace frequent dev_priv->fbc.x with fbc->x
Paulo Zanoni
2016-01-29
2
-109
/
+132
|
*
|
drm/i915/fbc: introduce struct intel_fbc_reg_params
Paulo Zanoni
2016-01-29
2
-60
/
+93
|
*
|
drm/i915/fbc: extract intel_fbc_can_enable()
Paulo Zanoni
2016-01-29
1
-18
/
+28
|
*
|
drm/i915/fbc: extract intel_fbc_can_activate()
Paulo Zanoni
2016-01-29
1
-42
/
+50
|
*
|
drm/i915/fbc: wait for a vblank instead of 50ms when enabling
Paulo Zanoni
2016-01-29
2
-11
/
+30
|
*
|
drm/i915: Fix file permissions
Mat Martineau
2016-01-29
1
-0
/
+0
|
*
|
drm/i915: refine qemu south bridge detection
Gerd Hoffmann
2016-01-29
1
-1
/
+3
|
*
|
drm/i915: Fix intel_tile_width() parameters
Ville Syrjälä
2016-01-28
1
-1
/
+1
|
*
|
drm/i915: Standardize on 'cpp' for bytes per pixel
Ville Syrjälä
2016-01-28
3
-97
/
+87
|
*
|
drm/i915: Make display gtt offsets u32
Ville Syrjälä
2016-01-28
3
-21
/
+19
|
*
|
drm/i915: Pass rotation_info to intel_rotate_fb_obj_pages()
Ville Syrjälä
2016-01-28
1
-3
/
+2
|
*
|
drm/i915: Pass stride to rotate_pages()
Ville Syrjälä
2016-01-28
1
-2
/
+5
|
*
|
drm/i915: Rename the rotated gtt view member to 'rotated'
Ville Syrjälä
2016-01-28
3
-5
/
+5
|
*
|
Fix pointer tests in error-handling paths
Dave Gordon
2016-01-28
2
-2
/
+2
|
*
|
drm/i915: Fix premature LRC unpin in GuC mode
Tvrtko Ursulin
2016-01-28
2
-5
/
+21
|
*
|
drm/i915: Extract context unpinning to its own function
Tvrtko Ursulin
2016-01-28
1
-18
/
+12
|
*
|
drm/i915: Make LRC pinning own a reference to the context
Tvrtko Ursulin
2016-01-28
1
-0
/
+4
|
*
|
drm/i915: Make LRC (un)pinning work on context and engine
Tvrtko Ursulin
2016-01-28
3
-26
/
+28
|
*
|
drm/i915: Fix VCS ring selection after uapi decoupling
Tvrtko Ursulin
2016-01-28
2
-4
/
+7
|
*
|
drm/i915: Move stolen memory initialization earlier during loading
Imre Deak
2016-01-27
2
-10
/
+15
|
*
|
drm/i915: Move MCHBAR setup earlier during init
Imre Deak
2016-01-27
1
-26
/
+45
|
*
|
drm/i915: Move allocation of various workqueues earlier during init
Imre Deak
2016-01-27
1
-45
/
+56
|
*
|
drm/i915: Sanitize i915_gem_load() init and clean-up
Imre Deak
2016-01-27
3
-9
/
+15
|
*
|
drm/i915: Sanitize GEM shrinker init and clean-up
Imre Deak
2016-01-27
4
-8
/
+18
|
*
|
drm/i915: Sanitize i915_get_bridge_dev() error path
Imre Deak
2016-01-27
1
-3
/
+2
[prev]
[next]