summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_drv.h
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Shrink per-platform watermark configurationTvrtko Ursulin2016-10-131-5/+5
* drm/i915: Shrink cxsr_latency_tableTvrtko Ursulin2016-10-131-8/+8
* Merge tag 'drm-for-v4.9' into drm-intel-next-queuedDaniel Vetter2016-10-121-2/+2
|\
| * drm/i915: SAGV is not SKL-only, so rename a few thingsPaulo Zanoni2016-10-101-3/+3
| * drm/i915/backlight: setup and cache pwm alternate increment valueJani Nikula2016-10-101-0/+1
| * Merge tag 'drm-intel-next-2016-09-19' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-09-191-31/+65
| |\
| * \ Merge branch 'drm-intel-next' of git://anongit.freedesktop.org/drm-intel into...Dave Airlie2016-08-251-8/+33
| |\ \
| * | | drm: Allow drivers to modify plane_state in prepare_fb/cleanup_fbChris Wilson2016-08-191-2/+2
* | | | drm/i915: keep CONFIG_DRM_FBDEV_EMULATION=n function stubs togetherJani Nikula2016-10-041-0/+4
* | | | Revert "drm/i915: start adding dp mst audio"Dhinakaran Pandiyan2016-09-291-2/+0Star
* | | | drm/i915: SAGV is not SKL-only, so rename a few thingsPaulo Zanoni2016-09-261-3/+3
* | | | drm/i915/fbc: disable FBC on FIFO underrunsPaulo Zanoni2016-09-221-0/+1
* | | | drm/i915: start adding dp mst audioLibin Yang2016-09-211-0/+2
* | | | drm/i915: Move audio_connector to intel_encoderPandiyan, Dhinakaran2016-09-211-2/+2
* | | | drm/i915: Store port enum in intel_encoderPandiyan, Dhinakaran2016-09-211-0/+1
* | | | drm/i915/backlight: setup and cache pwm alternate increment valueJani Nikula2016-09-201-0/+1
| |_|/ |/| |
* | | drm/i915: Only expand COND once in wait_for()Dave Gordon2016-09-151-5/+9
* | | drm/i915: Make DP link training channel equalization DP 1.2 Spec compliantNavare, Manasi D2016-09-091-0/+1
* | | drm/i915/dp: Add a standalone function to obtain shared dpll for HSW/BDW/SKL/BXTJim Bride2016-09-091-1/+2
* | | drm/i915: Separate out reset flags from the reset counterChris Wilson2016-09-091-2/+2
* | | drm/i915: Remove ddi_pll_sel from intel_crtc_stateAnder Conselvan de Oliveira2016-09-071-7/+1Star
* | | drm/i915: Don't pass crtc_state to intel_dp_set_link_params()Ander Conselvan de Oliveira2016-09-071-1/+2
* | | Revert "drm/i915: Check live status before reading edid"David Weinehall2016-09-071-2/+0Star
* | | drm/i915/skl: Update DDB values atomically with wms/plane attrsLyude2016-08-251-0/+7
* | | drm/i915: Cleanup crt disable sequence on hsw+Maarten Lankhorst2016-08-241-3/+5
* | | drm/i915/skl: Update plane watermarks atomically during plane updatesLyude2016-08-231-0/+5
* | | drm/i915: Convert intel_dp to use atomic stateMaarten Lankhorst2016-08-231-2/+4
* | | drm/i915: Make encoder->compute_config take the connector stateMaarten Lankhorst2016-08-231-3/+6
* | | drm/i915: Pass crtc_state and connector_state to encoder functionsMaarten Lankhorst2016-08-231-7/+21
* | | drm/i915: Remove unused mode_set hook from encoderMaarten Lankhorst2016-08-231-1/+0Star
* | | drm/i915/skl: Add support for the SAGV, fix underrun hangsLyude2016-08-221-0/+3
| |/ |/|
* | drm/i915: Track pinned VMAChris Wilson2016-08-151-2/+3
* | Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter2016-08-151-4/+3Star
|\|
| * Merge tag 'drm-intel-next-2016-08-08' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-08-151-28/+12Star
| |\
| * | drm/i915: Use drm_plane_state.{src,dst,visible}Ville Syrjälä2016-08-081-3/+0Star
| * | drm: BIT(DRM_ROTATE_?) -> DRM_ROTATE_?Joonas Lahtinen2016-08-081-1/+1
| * | drm/i915: Check PSR setup time vs. vblank lengthVille Syrjälä2016-08-021-0/+2
| * | drm/i915: Enable polling when we don't have hpdLyude2016-07-191-0/+2
| * | drm/i915/vlv: Reset the ADPA in vlv_display_power_well_init()Lyude2016-07-191-1/+1
* | | drm/i915: Deal with NV12 CbCr plane AUX surface on SKL+Ville Syrjälä2016-08-111-0/+4
* | | drm/i915: Compute display surface offset in the plane check hook for SKL+Ville Syrjälä2016-08-111-0/+6
* | | drm/i915: Pass around plane_state instead of fb+rotationVille Syrjälä2016-08-111-5/+4Star
* | | drm/i915: Move SKL hw stride calculation into a helperVille Syrjälä2016-08-111-0/+2
* | | drm/i915: Don't pass pitch to intel_compute_page_offset()Ville Syrjälä2016-08-111-1/+0Star
* | | drm/i915: Rewrite fb rotation GTT handlingVille Syrjälä2016-08-111-3/+16
* | | drm/i915: Apply the PPS register unlock workaround more consistentlyImre Deak2016-08-101-0/+1
| |/ |/|
* | Revert "drm/i915: Track active streams also for DP SST"Ville Syrjälä2016-08-051-1/+1
* | drm/i915: Use dev_priv consistently through the intel_frontbuffer interfaceChris Wilson2016-08-041-7/+8
* | drm/i915: Separate intel_frontbuffer into its own headerChris Wilson2016-08-041-11/+0Star
* | drm/i915: Track active streams also for DP SSTVille Syrjälä2016-08-041-1/+1