summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_display.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-27drm/i915: Consistently use enum pipe for PCH transcodersMatthias Kaehlcke1-7/+7
2018-04-29drm/i915/bxt, glk: Increase PCODE timeouts during CDCLK freq changingImre Deak1-4/+5
2017-10-18drm/i915: Read timings from the correct transcoder in intel_crtc_mode_get()Ville Syrjälä1-5/+9
2017-06-17drm/i915: Workaround VLV/CHV DSI scanline counter hardware failVille Syrjälä1-0/+9
2017-06-17drm/i915: Check for NULL i915_vma in intel_unpin_fb_obj()Linus Torvalds1-0/+3
2017-04-18drm/i915: Nuke debug messages from the pipe update critical sectionVille Syrjälä1-11/+1
2017-02-15drm/i915: fix use-after-free in page_flip_completed()Andrey Ryabinin1-2/+2
2017-02-01drm/i915: Check for NULL atomic state in intel_crtc_disable_noatomic()Ander Conselvan de Oliveira1-0/+6
2017-02-01drm/i915: Fix calculation of rotated x and y offsets for planar formatsAnder Conselvan de Oliveira1-2/+3
2017-02-01drm/i915: Ignore bogus plane coordinates on SKL when the plane is not visibleVille Syrjälä1-0/+3
2017-01-19drm/i915: Move the min_pixclk[] handling to the end of readoutVille Syrjälä1-16/+16
2017-01-15drm/i915/gen9: Fix PCODE polling during CDCLK change notificationImre Deak1-21/+10
2017-01-09drm/i915: Initialize dev_priv->atomic_cdclk_freq at init timeVille Syrjälä1-0/+1
2017-01-09drm/i915: Fix cdclk vs. dev_cdclk mess when not recomputing thingsVille Syrjälä1-3/+5
2016-11-30drm/i915: drop the struct_mutex when wedged or trying to resetMatthew Auld1-1/+2
2016-11-07drm/i915/dp: Extend BDW DP audio workaround to GEN9 platformsDhinakaran Pandiyan1-2/+4
2016-11-07drm/i915/dp: BDW cdclk fix for DP audioDhinakaran Pandiyan1-3/+24
2016-10-28drm/i915: Fix SKL+ 90/270 degree rotated plane coordinate computationVille Syrjälä1-1/+2
2016-10-28drm: i915: Wait for fences on new fb, not oldDaniel Stone1-1/+1
2016-10-10drm/i915: Allow PCH DPLL sharing regardless of DPLL_SDVO_HIGH_SPEEDVille Syrjälä1-0/+18
2016-10-10drm/i915: introduce intel_has_sagv()Paulo Zanoni1-3/+2
2016-10-10drm/i915: SAGV is not SKL-only, so rename a few thingsPaulo Zanoni1-4/+4
2016-10-10drm/i915: don't forget to set intel_crtc->dspaddr_offset on SKL+Paulo Zanoni1-0/+2
2016-10-10drm/i915: Unlock PPS registers after GPU resetImre Deak1-0/+1
2016-10-04drm/i915: Replace a bunch of connector->base.display_info with a local variableVille Syrjälä1-7/+7
2016-09-28Merge tag 'v4.8-rc8' into drm-nextDave Airlie1-0/+2
2016-09-19Merge tag 'drm-intel-next-2016-09-19' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-199/+418
2016-09-09drm/i915: Prepare object synchronisation for asynchronicityChris Wilson1-1/+1
2016-09-09drm/i915: Expand bool interruptible to pass flags to i915_wait_request()Chris Wilson1-4/+4
2016-09-09drm/i915: Separate out reset flags from the reset counterChris Wilson1-8/+17
2016-09-07drm/i915: Remove ddi_pll_sel from intel_crtc_stateAnder Conselvan de Oliveira1-35/+8
2016-09-07drm/i915/skl: Don't try to update plane watermarks if they haven't changedLyude1-1/+6
2016-08-29drm/i915: remove leftover for_each_intel_crtc_maskedJani Nikula1-8/+0
2016-08-25drm/i915/skl: Update DDB values atomically with wms/plane attrsLyude1-12/+81
2016-08-25drm/i915: Move CRTC updating in atomic_commit into it's own hookLyude1-22/+52
2016-08-25Merge branch 'drm-intel-next' of git://anongit.freedesktop.org/drm-intel into...Dave Airlie1-311/+820
2016-08-24drm/i915: Suppress DRM_ERROR for D_COMP write on HaswellChris Wilson1-1/+1
2016-08-24drm/i915: free intel_fbMatthew Auld1-1/+1
2016-08-24drm/i915: Cleanup crt disable sequence on hsw+Maarten Lankhorst1-22/+3
2016-08-24drm/i915: Create a intel_encoder_find_connector helper function.Maarten Lankhorst1-8/+13
2016-08-23drm/i915/skl: Update plane watermarks atomically during plane updatesLyude1-2/+19
2016-08-23drm/i915: Make encoder->compute_config take the connector stateMaarten Lankhorst1-1/+1
2016-08-23drm/i915: Pass crtc_state and connector_state to encoder functionsMaarten Lankhorst1-44/+58
2016-08-23drm/i915: Walk over encoders in crtc enable/disable using atomic state.Maarten Lankhorst1-56/+134
2016-08-23drm/i915: Pass atomic state to crtc enable/disable functionsMaarten Lankhorst1-18/+38
2016-08-22drm/i915/skl: Add support for the SAGV, fix underrun hangsLyude1-0/+11
2016-08-22drm/i915: pdev cleanupDavid Weinehall1-9/+16
2016-08-22drm/i915/skl: Add support for the SAGV, fix underrun hangsLyude1-0/+11
2016-08-22drm/i915: Call intel_fbc_pre_update() after pinning the new pageflipPaulo Zanoni1-3/+11
2016-08-19drm: Allow drivers to modify plane_state in prepare_fb/cleanup_fbChris Wilson1-2/+2