summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_display.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: skylake panel fitting using shared scalersChandra Konduru2015-04-131-27/+223
* drm/i915: setup scalers for crtc_compute_configChandra Konduru2015-04-131-1/+9
* drm/i915: Preserve scaler state when clearing crtc_stateChandra Konduru2015-04-131-1/+4
* drm/i915: Dump scaler_state too as part of dumping crtc_stateChandra Konduru2015-04-131-2/+45
* drm/i915: Initialize skylake scalersChandra Konduru2015-04-131-0/+32
* drm/i915: Initialize plane colorkey to NONEChandra Konduru2015-04-131-0/+1
* drm/i915: Allocate connector state together with the connectorsAnder Conselvan de Oliveira2015-04-131-34/+28
* drm/i915/skl: Support for 90/270 rotationSonika Jindal2015-04-101-26/+62
* drm/i915/skl: Allow universal planes to positionSonika Jindal2015-04-101-1/+6
* drm/i915: Remove stale comment from __intel_set_mode()Ander Conselvan de Oliveira2015-04-101-3/+0
* drm/i915: Switch to full atomic helpers for plane updates/disable, take twoMatt Roper2015-04-101-12/+12
* drm/i915: Boost GPU frequency if we detect outstanding pageflipsChris Wilson2015-04-101-3/+8
* drm/i915: Fix the flip synchronisation to consider mmioflipsChris Wilson2015-04-101-2/+11
* drm/i915: Don't use staged config in check_encoder_cloning()Ander Conselvan de Oliveira2015-04-101-10/+25
* drm/i915: Don't use staged config in check_digital_port_conflicts()Ander Conselvan de Oliveira2015-04-101-8/+14
* drm/i915: Remove intel_crtc->new_configAnder Conselvan de Oliveira2015-04-101-31/+0
* drm/i915: Don't use intel_crtc->new_config in pll calculation codeAnder Conselvan de Oliveira2015-04-101-4/+11
* drm/i915: Don't use staged config for VLV cdclk calculationsAnder Conselvan de Oliveira2015-04-101-14/+41
* drm/i915: Set best_encoder field of connector_state also when disablingAnder Conselvan de Oliveira2015-04-011-0/+1
* drm/i915: Convert the ddi cdclk code to get_display_clock_speedVille Syrjälä2015-03-311-1/+97
* drm/i915: Assume 400MHz cdclk for the rest of gen4-7Ville Syrjälä2015-03-311-1/+2
* drm/i915: ILK cdclk seems to be 450MHzVille Syrjälä2015-03-311-0/+8
* drm/i915: Return more precise cdclk for gen2/3Ville Syrjälä2015-03-311-11/+11
* drm/i915: Check lane sharing between pipes B & C using atomic stateAnder Conselvan de Oliveira2015-03-301-27/+42
* drm/i915: Handle error to get connector state when staging configAnder Conselvan de Oliveira2015-03-271-0/+2
* drm/i915: Compare GGTT view structs instead of typesJoonas Lahtinen2015-03-271-5/+3
* drm/i915: Remove usage of encoder->new_crtc from clock computationsAnder Conselvan de Oliveira2015-03-271-13/+38
* drm/i915: Convert intel_pipe_will_have_type() to using atomic stateAnder Conselvan de Oliveira2015-03-271-51/+82
* drm/i915: Pass an atomic state to modeset_global_resources() functionsAnder Conselvan de Oliveira2015-03-271-4/+6
* drm/i915: Don't use encoder->new_crtc in compute_baseline_pipe_bpp()Ander Conselvan de Oliveira2015-03-261-4/+10
* drm/i915: Don't use encoder->new_crtc in intel_modeset_pipe_config()Ander Conselvan de Oliveira2015-03-261-2/+16
* drm/i915: Copy the staged connector config to the legacy atomic stateAnder Conselvan de Oliveira2015-03-261-7/+45
* drm/i915: Update dummy connector atomic state with current configAnder Conselvan de Oliveira2015-03-261-9/+36
* drm/i915: Allocate a crtc_state also when the crtc is being disabledAnder Conselvan de Oliveira2015-03-261-8/+22
* drm/i915: Allocate a drm_atomic_state for the legacy modeset codeAnder Conselvan de Oliveira2015-03-261-30/+155
* drm/i915: Pass acquire ctx also to intel_release_load_detect_pipe()Ander Conselvan de Oliveira2015-03-261-2/+3
* drm/i915: always preserve bios swizzlingDaniel Vetter2015-03-261-25/+22
* drm/i915: Add initial_ prefix to bios fb takeover codeDaniel Vetter2015-03-261-7/+7
* drm/i915: Fixup legacy plane->crtc link for initial fb configDaniel Vetter2015-03-261-0/+2
* drm/i915: kill i915.powersaveRodrigo Vivi2015-03-261-6/+2
* drm/i915: make unsupported fb modifier message DRM_DEBUGJesse Barnes2015-03-251-2/+2
* drm/i915/skl: Take 90/270 rotation into account in watermark calculationsTvrtko Ursulin2015-03-231-4/+23
* drm/i915/skl: Query display address through a wrapperTvrtko Ursulin2015-03-231-6/+17
* drm/i915/skl: Support secondary (rotated) frame buffer mappingTvrtko Ursulin2015-03-231-1/+26
* drm/i915: Helper function to determine GGTT view from plane stateTvrtko Ursulin2015-03-231-3/+22
* drm/i915: Pass in plane state when (un)pinning frame buffersTvrtko Ursulin2015-03-231-6/+12
* drm/i915: Use GGTT view when (un)pinning objects to planesTvrtko Ursulin2015-03-231-3/+4
* drm/i915/skl: Extract tile height code into a helper functionTvrtko Ursulin2015-03-231-18/+25
* drm/i915/chv: use vlv_PLL_is_optimal in chv_find_best_dpllImre Deak2015-03-201-6/+20
* drm/i915: check for div-by-zero in vlv_PLL_is_optimalImre Deak2015-03-201-0/+3
OpenPOWER on IntegriCloud