summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_display.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Allow disabling error captureChris Wilson2016-10-121-0/+4
* Merge tag 'drm-for-v4.9' into drm-intel-next-queuedDaniel Vetter2016-10-121-23/+34
|\
| * 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/+2Star
| * 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-191-199/+418
| |\ \ \
| * \ \ \ Merge branch 'drm-intel-next' of git://anongit.freedesktop.org/drm-intel into...Dave Airlie2016-08-251-311/+820
| |\ \ \ \
| * | | | | drm: Allow drivers to modify plane_state in prepare_fb/cleanup_fbChris Wilson2016-08-191-2/+2
| * | | | | drm: remove `const` attribute to hint at caller that they now own the memoryEric Engestrom2016-08-161-2/+2
| * | | | | drm: make drm_get_format_name thread-safeEric Engestrom2016-08-151-14/+25
* | | | | | drm/i915: keep CONFIG_DRM_FBDEV_EMULATION=n function stubs togetherJani Nikula2016-10-041-6/+0Star
* | | | | | drm/i915: Allow PCH DPLL sharing regardless of DPLL_SDVO_HIGH_SPEEDVille Syrjälä2016-09-281-0/+18
* | | | | | drm/i915: introduce intel_has_sagv()Paulo Zanoni2016-09-261-3/+2Star
* | | | | | drm/i915: SAGV is not SKL-only, so rename a few thingsPaulo Zanoni2016-09-261-4/+4
* | | | | | drm/i915: don't forget to set intel_crtc->dspaddr_offset on SKL+Paulo Zanoni2016-09-221-0/+2
* | | | | | drm/i915: Queue page flip work via a low latency, unbound workqueueImre Deak2016-09-211-1/+1
* | | | | | drm/i915: Unlock PPS registers after GPU resetImre Deak2016-09-201-0/+1
| |_|/ / / |/| | | |
* | | | | 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/+8Star
* | | | | 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/+0Star
* | | | | 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/+3Star
* | | | | 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
| |/ / / |/| | |
* | | | drm/i915: Move fence tracking from object to vmaChris Wilson2016-08-181-35/+22Star
* | | | 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/+3Star
* | | | 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/+97Star
|\| | |