summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_display.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Propagate invalid setcrtc cloning errors back to userspaceMatt Roper2014-11-171-0/+1
* drm/i915: Introduce intel_psr.cRodrigo Vivi2014-11-171-1/+1
* drm/i915/skl: Remove spurious warn in get_ddi_pll()Damien Lespiau2014-11-171-2/+0Star
* drm/i915/skl: fetch, enable/disable pfit as needed v2Jesse Barnes2014-11-141-4/+58
* drm/i915/skl: Implement queue_flipDamien Lespiau2014-11-141-0/+66
* drm/i915/skl: Provide skl-specific pll hw state cross-checkingDamien Lespiau2014-11-141-0/+3
* drm/i915/skl: Query DPLL attached to port on SKLSatheeshakrishna M2014-11-141-1/+28
* drm/i915: preserve SSC if previously set v3Jesse Barnes2014-11-141-0/+11
* drm/i915: update pipe size at set_config timeJesse Barnes2014-11-141-2/+2
* drm/i915: check for audio and infoframe changes across mode sets v2Jesse Barnes2014-11-141-1/+11
* drm/i915/hdmi: fetch infoframe status in get_config v2Jesse Barnes2014-11-141-0/+1
* drm/i915: use compute_config in set_config v4Jesse Barnes2014-11-141-2/+18
* drm/i915: factor out compute_config from __intel_set_mode v3Jesse Barnes2014-11-141-31/+74
* drm/i915: Register the backlight device after the modeset initVille Syrjälä2014-11-141-0/+4
* drm/i915: Don't deref NULL crtc in intel_get_pipe_from_connector()Ville Syrjälä2014-11-141-1/+1
* drm/i915: avoid deadlock on failure paths in __intel_framebuffer_create()Alexey Khoroshilov2014-11-141-2/+2
* drm/i915: Use correct pipe config to update pll dividers. V2Bob Paauwe2014-11-141-6/+6
* drm/i915: Plug memory leak in intel_shared_dpll_start_config()Ander Conselvan de Oliveira2014-11-121-0/+1
* drm/i915: Cache HPLL frequency on VLV/CHVVille Syrjälä2014-11-071-7/+7
* drm/i915: Make mmio flip wait for seqno in the work functionAnder Conselvan de Oliveira2014-11-071-79/+11Star
* drm/i915: Move the .global_resources() hook call into modeset_update_crtc_pow...Ville Syrjälä2014-11-071-21/+4Star
* drm/i915/skl: Check the DDB state at modesetDamien Lespiau2014-11-071-0/+51
* drm/i915/skl: Read the pipe WM HW statePradeep Bhat2014-11-071-1/+3
* drm/i915: Use vblank evade mechanism in mmio_flipAnder Conselvan de Oliveira2014-11-071-4/+26
* drm/i915: Make intel_pin_and_fence_fb_obj take plane and framebufferTvrtko Ursulin2014-11-071-11/+12
* drm/i915: Make intel_pipe_has_type() take an output type enumDamien Lespiau2014-11-071-1/+1
* drm/i915: Move pll state commit into intel_modeset_update_stateDaniel Vetter2014-11-071-3/+3
* drm/i915: Don't store current shared DPLL in the new pipe_configAnder Conselvan de Oliveira2014-11-071-8/+0Star
* drm/i915: Remove crtc_mode_set() hookAnder Conselvan de Oliveira2014-11-071-7/+0Star
* drm/i915: Covert remaining platforms to choose DPLLS before disabling CRTCsAnder Conselvan de Oliveira2014-11-071-5/+3Star
* drm/i915: Covert ILK-IVB to choose DPLLS before disabling CRTCsAnder Conselvan de Oliveira2014-11-071-9/+4Star
* drm/i915: Covert HSW+ to choose DPLLS before disabling CRTCsAnder Conselvan de Oliveira2014-11-071-4/+3Star
* drm/i915: Add infrastructure for choosing DPLLs before disabling crtcsAnder Conselvan de Oliveira2014-11-071-28/+114
* drm/i915: Move dpll crtc_mask and hw_state fields into separate structAnder Conselvan de Oliveira2014-11-071-29/+31
* drm/i915: Convert shared dpll reference count to a crtc maskAnder Conselvan de Oliveira2014-11-071-23/+27
* drm/i915: Check pipe_config.has_dp_encoder instead of encoder typesDaniel Vetter2014-11-071-6/+3Star
* drm/i915: Make *_crtc_mode_set work on new_configAnder Conselvan de Oliveira2014-11-041-63/+90
* drm/i915: Initialize new chv primary plane and pipe blender registersVille Syrjälä2014-11-041-0/+13
* drm/i915: create a prepare step for primary planes updatesGustavo Padovan2014-11-041-9/+26
* drm/i915: Make sure DPLL is enabled when kicking the power sequencer on VLV/CHVVille Syrjälä2014-11-041-38/+93
* drm/i915: transform INTEL_OUTPUT_* into an enumPaulo Zanoni2014-11-041-0/+10
* drm/i915: add new intel audio file to group DP/HDMI audioJani Nikula2014-11-041-320/+3Star
* drm/i915: remove unneeded visible checkGustavo Padovan2014-11-041-16/+5Star
* drm/i915: Remove unnecessary test on the gen in intel_do_mmio_flip()Damien Lespiau2014-11-041-6/+5Star
* drm/i915: only flip frontbuffer if crtc is activeGustavo Padovan2014-11-041-2/+2
* drm/i915: Update plane parameters for cursor plane (v2)Sonika Jindal2014-11-041-0/+12
* drm/i915: Add rotation support for cursor plane (v5)Ville Syrjälä2014-10-241-0/+25
* drm/i915: preserve swizzle settings if necessary v4Jesse Barnes2014-10-241-0/+4
* drm/i915: Make intel_pipe_has_type() and some callers take intel_crtcAnder Conselvan de Oliveira2014-10-241-52/+54
* drm/i915: Make *_crtc_mode_set() take an intel_crtc insted of drm_crtcAnder Conselvan de Oliveira2014-10-241-50/+45Star