summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_display.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/dp: Extend BDW DP audio workaround to GEN9 platformsDhinakaran Pandiyan2016-11-071-2/+4
* drm/i915/dp: BDW cdclk fix for DP audioDhinakaran Pandiyan2016-11-071-3/+24
* drm/i915: Fix SKL+ 90/270 degree rotated plane coordinate computationVille Syrjälä2016-10-281-1/+2
* drm: i915: Wait for fences on new fb, not oldDaniel Stone2016-10-281-1/+1
* drm/i915: Allow PCH DPLL sharing regardless of DPLL_SDVO_HIGH_SPEEDVille Syrjälä2016-10-101-0/+18
* drm/i915: introduce intel_has_sagv()Paulo Zanoni2016-10-101-3/+2
* drm/i915: SAGV is not SKL-only, so rename a few thingsPaulo Zanoni2016-10-101-4/+4
* drm/i915: don't forget to set intel_crtc->dspaddr_offset on SKL+Paulo Zanoni2016-10-101-0/+2
* drm/i915: Unlock PPS registers after GPU resetImre Deak2016-10-101-0/+1
* drm/i915: Replace a bunch of connector->base.display_info with a local variableVille Syrjälä2016-10-041-7/+7
* Merge tag 'v4.8-rc8' into drm-nextDave Airlie2016-09-281-0/+2
|\
| * drm/i915/skl: Add support for the SAGV, fix underrun hangsLyude2016-08-221-0/+11
| * Merge tag 'drm-intel-fixes-2016-08-15' of git://anongit.freedesktop.org/drm-i...Dave Airlie2016-08-191-60/+110
| |\
| | * drm/i915: Fix modeset handling during gpu reset, v5.Maarten Lankhorst2016-08-111-60/+110
* | | Merge tag 'drm-intel-next-2016-09-19' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-09-201-199/+418
|\ \ \
| * | | drm/i915: Prepare object synchronisation for asynchronicityChris Wilson2016-09-091-1/+1
| * | | drm/i915: Expand bool interruptible to pass flags to i915_wait_request()Chris Wilson2016-09-091-4/+4
| * | | drm/i915: Separate out reset flags from the reset counterChris Wilson2016-09-091-8/+17
| * | | drm/i915: Remove ddi_pll_sel from intel_crtc_stateAnder Conselvan de Oliveira2016-09-071-35/+8
| * | | drm/i915/skl: Don't try to update plane watermarks if they haven't changedLyude2016-09-071-1/+6
| * | | drm/i915: remove leftover for_each_intel_crtc_maskedJani Nikula2016-08-291-8/+0
| * | | drm/i915/skl: Update DDB values atomically with wms/plane attrsLyude2016-08-251-12/+81
| * | | drm/i915: Move CRTC updating in atomic_commit into it's own hookLyude2016-08-251-22/+52
| * | | drm/i915: Suppress DRM_ERROR for D_COMP write on HaswellChris Wilson2016-08-241-1/+1
| * | | drm/i915: free intel_fbMatthew Auld2016-08-241-1/+1
| * | | drm/i915: Cleanup crt disable sequence on hsw+Maarten Lankhorst2016-08-241-22/+3
| * | | drm/i915: Create a intel_encoder_find_connector helper function.Maarten Lankhorst2016-08-241-8/+13
| * | | drm/i915/skl: Update plane watermarks atomically during plane updatesLyude2016-08-231-2/+19
| * | | drm/i915: Make encoder->compute_config take the connector stateMaarten Lankhorst2016-08-231-1/+1
| * | | drm/i915: Pass crtc_state and connector_state to encoder functionsMaarten Lankhorst2016-08-231-44/+58
| * | | drm/i915: Walk over encoders in crtc enable/disable using atomic state.Maarten Lankhorst2016-08-231-56/+134
| * | | drm/i915: Pass atomic state to crtc enable/disable functionsMaarten Lankhorst2016-08-231-18/+38
| * | | drm/i915: pdev cleanupDavid Weinehall2016-08-221-9/+16
| * | | drm/i915/skl: Add support for the SAGV, fix underrun hangsLyude2016-08-221-0/+11
| * | | drm/i915: Call intel_fbc_pre_update() after pinning the new pageflipPaulo Zanoni2016-08-221-3/+11
* | | | Merge branch 'drm-intel-next' of git://anongit.freedesktop.org/drm-intel into...Dave Airlie2016-08-251-311/+820
|\ \ \ \ | |/ / /
| * | | drm/i915: Move fence tracking from object to vmaChris Wilson2016-08-181-35/+22
| * | | drm/i915: Move map-and-fenceable tracking to the VMAChris Wilson2016-08-181-3/+3
| * | | drm/i915: Introduce i915_ggtt_offset()Chris Wilson2016-08-151-7/+3
| * | | drm/i915: Track pinned VMAChris Wilson2016-08-151-20/+37
| * | | drm/i915: Use VMA for scratch page trackingChris Wilson2016-08-151-1/+1
| * | | Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter2016-08-151-111/+97
| |\ \ \
| * | | | drm/i915: Deal with NV12 CbCr plane AUX surface on SKL+Ville Syrjälä2016-08-111-2/+60
| * | | | drm/i915: Compute display surface offset in the plane check hook for SKL+Ville Syrjälä2016-08-111-30/+136
| * | | | drm/i915: Make intel_adjust_tile_offset() work for linear buffersVille Syrjälä2016-08-111-16/+57
| * | | | drm/i915: Allow calling intel_adjust_tile_offset() multiple timesVille Syrjälä2016-08-111-0/+5
| * | | | drm/i915: Limit fb x offset due to fencesVille Syrjälä2016-08-111-0/+16
| * | | | drm/i915: Adjust obj tiling vs. fb modifier rulesVille Syrjälä2016-08-111-7/+24
| * | | | drm/i915: Use fb modifiers for display tiling decisionsVille Syrjälä2016-08-111-12/+23
| * | | | drm/i915: Pass around plane_state instead of fb+rotationVille Syrjälä2016-08-111-15/+20
OpenPOWER on IntegriCloud