summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2014-06-10drm: Remove DRM_ARRAY_SIZE() for ARRAY_SIZE()Damien Lespiau2-2/+2
2014-06-06Merge tag 'drm-intel-fixes-2014-06-06' of git://anongit.freedesktop.org/drm-i...Dave Airlie18-180/+855
2014-06-05drm/i915: BDW: Adding missing cursor offsets.Rodrigo Vivi1-0/+2
2014-06-05Merge commit '9e9a928eed8796a0a1aaed7e0b676db86ba84594' into drm-nextDave Airlie14-339/+454
2014-06-05drm/i915/bdw: Only use 2g GGTT for 32b platformsBen Widawsky1-0/+7
2014-06-05drm/i915: Nuke pipe A quirk on i830MDaniel Vetter1-3/+0
2014-06-05drm/i915: fix display power sw state reportingImre Deak1-1/+16
2014-06-05drm/i915: Always apply cursor width changesChris Wilson3-58/+53
2014-06-05drm/i915: tell the user if both KMS and UMS are disabledJani Nikula1-0/+1
2014-06-05drm/i915: use VBT to determine whether to enumerate the VGA portJesse Barnes1-1/+1
2014-06-05drm/i915: Don't WARN about ring idle bit on gen2Ville Syrjälä1-1/+1
2014-06-05drm/i915: Silence the WARN if the user tries to GTT mmap an incoherent objectChris Wilson1-1/+1
2014-06-05drm/i915: Move the C3 LP write bit setup to gen3_init_clock_gating() for KMSVille Syrjälä2-1/+4
2014-06-05drm/i915: Enable interrupt-based AGPBUSY# enable on 85xVille Syrjälä2-0/+8
2014-06-05drm/i915: Flip the sense of AGPBUSY_DIS bitVille Syrjälä2-2/+2
2014-06-05drm/i915: Set AGPBUSY# bit in init_clock_gatingVille Syrjälä2-7/+3
2014-06-05drm/i915/vlv: add pll assertion when disabling DPIO common wellJesse Barnes1-0/+4
2014-06-05drm/i915/vlv: move DPIO common reset de-assert into __vlv_set_power_wellJesse Barnes2-22/+30
2014-06-05drm/i915/vlv: re-order power wells so DPIO common comes after TXJesse Barnes1-6/+6
2014-06-05drm/i915/vlv: move CRI refclk enable into __vlv_set_power_wellJesse Barnes2-8/+11
2014-06-05drm/i915/vlv: drop power well enable in uncore_sanitizeJesse Barnes1-18/+0
2014-06-05drm/i915/vlv: assert and de-assert sideband reset at boot and resume v3Jesse Barnes3-4/+31
2014-06-05drm/i915: dsi: fix pipe-off timeout due to port vs. pipe disable orderingImre Deak1-5/+16
2014-06-05drm/i915: Detect if MIPI panel based on VBT and initialize only if presentShobhit Kumar4-0/+23
2014-06-05drm/i915/vlv: Modifying WA 'WaDisableL3Bank2xClockGate for vlvAkash Goel1-2/+5
2014-06-05drm/i915: Add support for Generic MIPI panel driverShobhit Kumar4-0/+597
2014-06-05drm/i915: Extract gen8_gt_irq_resetDaniel Vetter1-8/+10
2014-06-05drm/i915: Improve irq handling after gpu resetsDaniel Vetter1-8/+8
2014-06-05drm/i915: Inline ilk/gen8_irq_resetDaniel Vetter1-12/+2
2014-06-05drm/i915: Disable gpu reset on i965g/gmDaniel Vetter1-0/+3
2014-06-05drm/i915: Fix up fifo underrun tracking, take NDaniel Vetter1-25/+19
2014-06-05drm/i915: Add fifo underrun reporting state to debugfsDaniel Vetter1-0/+4
2014-06-05drm: add drm_fb_helper_restore_fbdev_mode_unlocked()Rob Clark1-5/+1
2014-06-05drm: convert crtc and connection_mutex to ww_mutex (v5)Rob Clark9-41/+63
2014-06-05drm/dp: add a hw mutex around the transfer functions. (v2)Dave Airlie1-5/+5
2014-06-04drm: Split connection_mutex out of mode_config.mutex (v3)Daniel Vetter7-25/+32
2014-06-04drm/i915: replace drm_get_encoder_name() with direct name field useJani Nikula3-9/+9
2014-06-04drm/i915: replace drm_get_connector_name() with direct name field useJani Nikula12-31/+31
2014-05-27drm/i915: Prevent negative relocation deltas from wrappingChris Wilson5-38/+103
2014-05-27drm/i915: Only copy back the modified fields to userspace from execbufferChris Wilson1-22/+32
2014-05-27drm/i915: Fix dynamic allocation of physical handlesChris Wilson5-231/+136
2014-05-22drm/i915: Kill private_default_ctx offOscar Mateo3-14/+8
2014-05-22drm/i915: s/i915_hw_context/intel_contextOscar Mateo9-40/+40
2014-05-22drm/i915: Split the ringbuffers from the rings (3/3)Oscar Mateo4-60/+72
2014-05-22drm/i915: Split the ringbuffers from the rings (2/3)Oscar Mateo6-92/+75
2014-05-22drm/i915: Split the ringbuffers from the rings (1/3)Oscar Mateo2-9/+68
2014-05-22drm/i915: s/intel_ring_buffer/intel_engine_csOscar Mateo19-265/+265
2014-05-22drm/i915: disable GT power saving early during system suspendImre Deak2-4/+3
2014-05-22drm/i915: fix possible RPM ref leaking during RPS disablingImre Deak1-1/+3
2014-05-22drm/i915: remove user GTT mappings early during runtime suspendImre Deak1-2/+25