summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Add dynamic page trace eventsMichel Thierry2015-03-273-0/+106
* drm/i915: Finish gen6/7 dynamic page table allocationMichel Thierry2015-03-272-19/+129
* drm/i915: Remove unnecessary gen6_ppgtt_unmap_pagesMichel Thierry2015-03-271-11/+0
* drm/i915: Fix i915_dma_map_single positive error codeMichel Thierry2015-03-271-1/+4
* drm/i915: Prevent out of range pt in gen6_for_each_pdeMichel Thierry2015-03-271-3/+3
* drm/i915: fix definition of the DRM_IOCTL_I915_GET_SPRITE_COLORKEY ioctlTommi Rantala2015-03-271-1/+1
* drm/i915: Rip out GET_SPRITE_COLORKEY ioctlDaniel Vetter2015-03-273-27/+1
* drm/i915: Don't use encoder->new_crtc in intel_lvds_compute_config()Ander Conselvan de Oliveira2015-03-261-1/+1
* drm/i915: Don't use staged config in intel_dp_mst_compute_config()Ander Conselvan de Oliveira2015-03-261-6/+11
* drm/i915: Use atomic state in intel_ddi_crtc_get_new_encoder()Ander Conselvan de Oliveira2015-03-261-9/+15
* drm/i915: Don't depend on encoder->new_crtc in intel_hdmi_compute_configAnder Conselvan de Oliveira2015-03-261-5/+16
* drm/i915: Don't depend on encoder->new_crtc in intel_dp_compute_config()Ander Conselvan de Oliveira2015-03-261-1/+1
* drm/i915: Don't use encoder->new_crtc in compute_baseline_pipe_bpp()Ander Conselvan de Oliveira2015-03-261-4/+10
* drm/i915: Don't use encoder->new_crtc in intel_modeset_pipe_config()Ander Conselvan de Oliveira2015-03-261-2/+16
* drm/i915: Copy the staged connector config to the legacy atomic stateAnder Conselvan de Oliveira2015-03-261-7/+45
* drm/i915: Update dummy connector atomic state with current configAnder Conselvan de Oliveira2015-03-261-9/+36
* drm/i915: Implement connector state duplicationAnder Conselvan de Oliveira2015-03-269-0/+9
* drm/i915/skl: fix semicolon.cocci warningskbuild test robot2015-03-261-1/+1
* drm/i915: Allocate a crtc_state also when the crtc is being disabledAnder Conselvan de Oliveira2015-03-261-8/+22
* drm/i915: Allocate a drm_atomic_state for the legacy modeset codeAnder Conselvan de Oliveira2015-03-261-30/+155
* drm/i915: Pass acquire ctx also to intel_release_load_detect_pipe()Ander Conselvan de Oliveira2015-03-264-5/+7
* drm/i915: Add intel_atomic_get_crtc_state() helper functionAnder Conselvan de Oliveira2015-03-261-0/+13
* drm/i915: always preserve bios swizzlingDaniel Vetter2015-03-261-25/+22
* drm/i915: Add initial_ prefix to bios fb takeover codeDaniel Vetter2015-03-261-7/+7
* drm/i915: Remove duplicated psr.active unsetRodrigo Vivi2015-03-261-2/+0
* drm/i915: Fixup legacy plane->crtc link for initial fb configDaniel Vetter2015-03-261-0/+2
* drm/i915: kill i915.powersaveRodrigo Vivi2015-03-265-16/+3
* drm/i915: Add fault address to error state for gen8 and gen9Mika Kuoppala2015-03-253-0/+15
* drm/i915/skl: Fix up positive error codeTvrtko Ursulin2015-03-251-1/+1
* drm/i915: make unsupported fb modifier message DRM_DEBUGJesse Barnes2015-03-251-2/+2
* drm/i915: Removing the drrs capability enum initializationRamalingam C2015-03-241-2/+0
* drm/i915: move clearing of RPS interrupt bits from disable to reset timeImre Deak2015-03-241-9/+1
* drm/i915: fix race when clearing RPS IIR bitsImre Deak2015-03-241-0/+7
* drm/i915/skl: Take 90/270 rotation into account in watermark calculationsTvrtko Ursulin2015-03-234-9/+45
* drm/i915/skl: Query display address through a wrapperTvrtko Ursulin2015-03-233-7/+30
* drm/i915/skl: Support secondary (rotated) frame buffer mappingTvrtko Ursulin2015-03-235-6/+158
* drm/i915: Helper function to determine GGTT view from plane stateTvrtko Ursulin2015-03-231-3/+22
* drm/i915: Pass in plane state when (un)pinning frame buffersTvrtko Ursulin2015-03-233-7/+14
* drm/i915: Use GGTT view when (un)pinning objects to planesTvrtko Ursulin2015-03-234-16/+30
* drm/i915/skl: Extract tile height code into a helper functionTvrtko Ursulin2015-03-232-21/+29
* drm/i915: Use usleep_range() in wait_for()Ville Syrjälä2015-03-231-2/+2
* drm/i915: Do not leak objects after capturing error stateMichel Thierry2015-03-201-0/+7
* drm/i915: Fix SKL sprite disable double buffer register updateVille Syrjälä2015-03-201-2/+2
* drm/i915: Eliminate plane control register RMW from sprite codeVille Syrjälä2015-03-201-52/+10
* drm/i915: Eliminate the RMW sprite colorkey managementVille Syrjälä2015-03-202-235/+69
* drm/i915: Move vblank wait determination to 'check' phaseMatt Roper2015-03-201-14/+10
* drm/i915/chv: use vlv_PLL_is_optimal in chv_find_best_dpllImre Deak2015-03-201-6/+20
* drm/i915: check for div-by-zero in vlv_PLL_is_optimalImre Deak2015-03-201-0/+3
* drm/i915: factor out vlv_PLL_is_optimalImre Deak2015-03-201-14/+36
* drm/i915: Kill intel_plane->objVille Syrjälä2015-03-203-17/+10