summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | drm/i915: Instrument PSR parameter for debuging with link standby x link off.Rodrigo Vivi2016-02-012-1/+19
| * | drm/i915: Add PSR main link standby support backRodrigo Vivi2016-02-013-7/+24
| * | drm/i915: PSR simplify port and link standby checks.Rodrigo Vivi2016-02-011-3/+10
| * | drm/i915/skl: Fix DMC load on Skylake J0 and K0Mat Martineau2016-02-011-1/+2
| * | drm/i915: Sink CRC: tune down error message at stop to debug_kms.Rodrigo Vivi2016-01-291-1/+1
| * | drm/i915/fbc: refactor some small functions called only oncePaulo Zanoni2016-01-291-27/+14
| * | drm/i915/fbc: don't store/check a pointer to the FBPaulo Zanoni2016-01-292-4/+1
| * | drm/i915/fbc: call intel_fbc_pre_update earlier during page flipsPaulo Zanoni2016-01-291-1/+1
| * | drm/i915/fbc: don't store the fb_id on reg_paramsPaulo Zanoni2016-01-292-4/+0
| * | drm/i915/fbc: don't print no_fbc_reason to dmesgPaulo Zanoni2016-01-291-27/+16
| * | drm/i915/fbc: don't try to deactivate FBC if it's not enabledPaulo Zanoni2016-01-291-1/+1
| * | drm/i915/fbc: make FBC work with fastbootPaulo Zanoni2016-01-292-3/+11
| * | drm/i915/fbc: move intel_fbc_{enable, disable} call one level upPaulo Zanoni2016-01-292-13/+4
| * | drm/i915/fbc: choose the new FBC CRTC during atomic checkPaulo Zanoni2016-01-293-6/+76
| * | drm/i915: simplify struct drm_device access at intel_atomic_check()Paulo Zanoni2016-01-291-3/+4
| * | drm/i915/fbc: rewrite the multiple_pipes_ok() code for lockingPaulo Zanoni2016-01-294-14/+45
| * | drm/i915/fbc: make sure we cancel the work function at fbc_disablePaulo Zanoni2016-01-291-0/+4
| * | drm/i915/fbc: rename the FBC disable functionsPaulo Zanoni2016-01-294-11/+11
| * | drm/i915/fbc: unexport intel_fbc_deactivatePaulo Zanoni2016-01-292-25/+4
| * | drm/i915/fbc: fix the FBC state checking codePaulo Zanoni2016-01-293-24/+28
| * | drm/i915/fbc: split intel_fbc_update into pre and post updatePaulo Zanoni2016-01-291-51/+26
| * | drm/i915/fbc: introduce struct intel_fbc_state_cachePaulo Zanoni2016-01-292-58/+98
| * | drm/i915/fbc: unconditionally update FBC during atomic commitsPaulo Zanoni2016-01-291-21/+2
| * | drm/i915/fbc: don't flush for operations on the wrong frontbufferPaulo Zanoni2016-01-291-8/+11
| * | drm/i915/fbc: don't use the frontbuffer tracking subsystem for flipsPaulo Zanoni2016-01-292-6/+5
| * | drm/i915/fbc: replace frequent dev_priv->fbc.x with fbc->xPaulo Zanoni2016-01-292-109/+132
| * | drm/i915/fbc: introduce struct intel_fbc_reg_paramsPaulo Zanoni2016-01-292-60/+93
| * | drm/i915/fbc: extract intel_fbc_can_enable()Paulo Zanoni2016-01-291-18/+28
| * | drm/i915/fbc: extract intel_fbc_can_activate()Paulo Zanoni2016-01-291-42/+50
| * | drm/i915/fbc: wait for a vblank instead of 50ms when enablingPaulo Zanoni2016-01-292-11/+30
| * | drm/i915: Fix file permissionsMat Martineau2016-01-291-0/+0
| * | drm/i915: refine qemu south bridge detectionGerd Hoffmann2016-01-291-1/+3
| * | drm/i915: Fix intel_tile_width() parametersVille Syrjälä2016-01-281-1/+1
| * | drm/i915: Standardize on 'cpp' for bytes per pixelVille Syrjälä2016-01-283-97/+87
| * | drm/i915: Make display gtt offsets u32Ville Syrjälä2016-01-283-21/+19
| * | drm/i915: Pass rotation_info to intel_rotate_fb_obj_pages()Ville Syrjälä2016-01-281-3/+2
| * | drm/i915: Pass stride to rotate_pages()Ville Syrjälä2016-01-281-2/+5
| * | drm/i915: Rename the rotated gtt view member to 'rotated'Ville Syrjälä2016-01-283-5/+5
| * | Fix pointer tests in error-handling pathsDave Gordon2016-01-282-2/+2
| * | drm/i915: Fix premature LRC unpin in GuC modeTvrtko Ursulin2016-01-282-5/+21
| * | drm/i915: Extract context unpinning to its own functionTvrtko Ursulin2016-01-281-18/+12
| * | drm/i915: Make LRC pinning own a reference to the contextTvrtko Ursulin2016-01-281-0/+4
| * | drm/i915: Make LRC (un)pinning work on context and engineTvrtko Ursulin2016-01-283-26/+28
| * | drm/i915: Fix VCS ring selection after uapi decouplingTvrtko Ursulin2016-01-282-4/+7
| * | drm/i915: Move stolen memory initialization earlier during loadingImre Deak2016-01-272-10/+15
| * | drm/i915: Move MCHBAR setup earlier during initImre Deak2016-01-271-26/+45
| * | drm/i915: Move allocation of various workqueues earlier during initImre Deak2016-01-271-45/+56
| * | drm/i915: Sanitize i915_gem_load() init and clean-upImre Deak2016-01-273-9/+15
| * | drm/i915: Sanitize GEM shrinker init and clean-upImre Deak2016-01-274-8/+18
| * | drm/i915: Sanitize i915_get_bridge_dev() error pathImre Deak2016-01-271-3/+2