aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_display.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-04Merge tag 'drm-intel-next-fixes-2014-12-30' of git://anongit.freedesktop.org/drm-intel into linusDave Airlie1-7/+1
2014-12-18Revert "drm/i915: Preserve VGACNTR bits from the BIOS"Ville Syrjälä1-7/+1
2014-12-12Merge tag 'drm-intel-next-fixes-2014-12-11' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-4/+6
2014-12-08Merge tag 'v3.18' into drm-nextDave Airlie1-3/+0
2014-12-05drm/i915: don't always do full mode sets when infoframes are enabledJesse Barnes1-4/+6
2014-12-03drm/i915: Reject modeset when the same digital port is used more than onceVille Syrjälä1-0/+47
2014-12-03drm/i915: Disable crtcs gracefully before GPU reset on gen3/4Ville Syrjälä1-0/+12
2014-12-03drm/i915: Grab modeset locks for GPU rest on pre-ctgVille Syrjälä1-16/+68
2014-12-03drm/i915: Don't clobber crtc->new_config when nothing changesVille Syrjälä1-3/+5
2014-12-03Merge tag 'drm-intel-next-2014-11-21-fixed' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-83/+301
2014-12-02drm/i915: More cautious with pch fifo underrunsDaniel Vetter1-2/+0
2014-12-02Merge tag 'v3.18-rc7' into drm-nextDave Airlie1-0/+4
2014-11-24drm/i915: Ignore SURFLIVE and flip counter when the GPU gets resetVille Syrjälä1-0/+4
2014-11-20drm/i915: vlv: fix cdclk setting during modeset while suspendedImre Deak1-0/+13
2014-11-20drm/i915: Dump hdmi pipe_config stateDaniel Vetter1-0/+4
2014-11-19drm/i915: Remove DRI1 ring accessors and APIChris Wilson1-34/+1
2014-11-19Merge tag 'drm-intel-fixes-2014-11-19' into drm-intel-next-queuedDaniel Vetter1-1/+4
2014-11-19drm/i915: disable rps irqs earlier during suspend/unloadImre Deak1-3/+3
2014-11-19drm/i915: Don't store panning coordinates as 16.16 fixed pointMatt Roper1-2/+2
2014-11-17drm/i915: Propagate invalid setcrtc cloning errors back to userspaceMatt Roper1-0/+1
2014-11-17drm/i915: Introduce intel_psr.cRodrigo Vivi1-1/+1
2014-11-17drm/i915/skl: Remove spurious warn in get_ddi_pll()Damien Lespiau1-2/+0
2014-11-15Merge tag 'drm-intel-next-2014-11-07-fixups' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-640/+503
2014-11-14drm/i915/skl: fetch, enable/disable pfit as needed v2Jesse Barnes1-4/+58
2014-11-14drm/i915/skl: Implement queue_flipDamien Lespiau1-0/+66
2014-11-14drm/i915/skl: Provide skl-specific pll hw state cross-checkingDamien Lespiau1-0/+3
2014-11-14drm/i915/skl: Query DPLL attached to port on SKLSatheeshakrishna M1-1/+28
2014-11-14drm/i915: preserve SSC if previously set v3Jesse Barnes1-0/+11
2014-11-14drm/i915: update pipe size at set_config timeJesse Barnes1-2/+2
2014-11-14drm/i915: check for audio and infoframe changes across mode sets v2Jesse Barnes1-1/+11
2014-11-14drm/i915/hdmi: fetch infoframe status in get_config v2Jesse Barnes1-0/+1
2014-11-14drm/i915: use compute_config in set_config v4Jesse Barnes1-2/+18
2014-11-14drm/i915: factor out compute_config from __intel_set_mode v3Jesse Barnes1-31/+74
2014-11-14drm/i915: Register the backlight device after the modeset initVille Syrjälä1-0/+4
2014-11-14drm/i915: Don't deref NULL crtc in intel_get_pipe_from_connector()Ville Syrjälä1-1/+1
2014-11-14drm/i915: avoid deadlock on failure paths in __intel_framebuffer_create()Alexey Khoroshilov1-2/+2
2014-11-14drm/i915: Use correct pipe config to update pll dividers. V2Bob Paauwe1-6/+6
2014-11-12drm/i915: Plug memory leak in intel_shared_dpll_start_config()Ander Conselvan de Oliveira1-0/+1
2014-11-12drm: Per-plane lockingDaniel Vetter1-0/+6
2014-11-12Merge tag 'v3.18-rc4' into drm-nextDave Airlie1-1/+4
2014-11-07drm/i915: Cache HPLL frequency on VLV/CHVVille Syrjälä1-7/+7
2014-11-07drm/i915: Make mmio flip wait for seqno in the work functionAnder Conselvan de Oliveira1-79/+11
2014-11-07drm/i915: Move the .global_resources() hook call into modeset_update_crtc_power_domains()Ville Syrjälä1-21/+4
2014-11-07drm/i915/skl: Check the DDB state at modesetDamien Lespiau1-0/+51
2014-11-07drm/i915/skl: Read the pipe WM HW statePradeep Bhat1-1/+3
2014-11-07drm/i915: Use vblank evade mechanism in mmio_flipAnder Conselvan de Oliveira1-4/+26
2014-11-07drm/i915: Make intel_pin_and_fence_fb_obj take plane and framebufferTvrtko Ursulin1-11/+12
2014-11-07drm/i915: Make intel_pipe_has_type() take an output type enumDamien Lespiau1-1/+1
2014-11-07drm/i915: Move pll state commit into intel_modeset_update_stateDaniel Vetter1-3/+3
2014-11-07drm/i915: Don't store current shared DPLL in the new pipe_configAnder Conselvan de Oliveira1-8/+0