summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2013-12-18drm: Kill DRM_HZDaniel Vetter1-1/+1
2013-12-18drm: kill DRIVER_REQUIRE_AGPDaniel Vetter2-2/+6
2013-12-18drm/dp: Use AUX constants from specificationThierry Reding1-18/+19
2013-12-18Merge tag 'drm-intel-next-2013-11-29' of git://people.freedesktop.org/~danvet...Dave Airlie34-1177/+2044
2013-12-05Merge tag 'drm-intel-fixes-2013-12-02' of git://people.freedesktop.org/~danve...Dave Airlie11-77/+82
2013-11-29drm/i915: Pin pages whilst allocating for dma-buf vmap()Chris Wilson1-5/+8
2013-11-29drm/i915: Fix port name in vlv_wait_port_ready() timeout warningVille Syrjälä1-1/+1
2013-11-29drm/i915: MI_PREDICATE_RESULT_2 is HSW onlyVille Syrjälä1-4/+3
2013-11-29drm/i915: Make the DERRMR SRM target global GTTVille Syrjälä2-1/+3
2013-11-29drm/i915: use the correct force_wake function at the PC8 codePaulo Zanoni1-2/+2
2013-11-28drm/i915: Fix pipe CSC post offset calculationVille Syrjälä1-1/+1
2013-11-28drm/i915: Return a drm_mode_status enum in the mode_valid vfuncsDamien Lespiau7-13/+19
2013-11-28drm/i915: add intel_display_power_enabled_sw() for use in atomic ctxImre Deak4-13/+30
2013-11-28drm/i915: drop DRM_ERROR in intel_fbdev initJesse Barnes1-1/+2
2013-11-28drm/i915: Simplify DP vs. eDP detectionVille Syrjälä1-20/+6
2013-11-28drm/i915: Check VBT for eDP ports on VLVVille Syrjälä4-9/+14
2013-11-28drm/i915/vlv: use parallel context restore when coming out of RC6Jesse Barnes2-1/+2
2013-11-28drm/i915/vlv: use a lower RC6 timeout on VLVJesse Barnes1-1/+1
2013-11-28drm/i915/sdvo: Fix up debug output to not split linesDaniel Vetter1-18/+37
2013-11-28drm/i915: make sparse happy for the new vlv mmio read functionDaniel Vetter1-1/+1
2013-11-28drm/i915: drop the right force-wake engine in the vlv mmio funcsDaniel Vetter1-1/+1
2013-11-28drm/i915: Fix GT wake FIFO free entries for VLVVille Syrjälä2-4/+5
2013-11-28drm/i915: Report all GTFIFODBG errorsVille Syrjälä2-4/+6
2013-11-28drm/i915: Enabling DebugFS for valleyview forcewake countsDeepak S1-3/+11
2013-11-28drm/i915/vlv: Valleyview support for forcewake Individual power wells.Deepak S3-31/+176
2013-11-28drm/i915: Add power well arguments to force wake routines.Deepak S6-38/+56
2013-11-27drm/i915: use crtc_htotal in watermark calculations to match fastboot v2Jesse Barnes1-7/+8
2013-11-27drm/i915: Do not attempt to re-enable an unconnected primary planeChris Wilson1-1/+6
2013-11-27drm/i915: Pin relocations for the duration of constructing the execbufferChris Wilson1-28/+32
2013-11-26drm/i915: add a debugfs entry for power domain infoImre Deak3-0/+86
2013-11-26drm/i915: add a default always-on power wellImre Deak3-31/+16
2013-11-26drm/i915: don't do BDW/HSW specific powerdomains init on other platformsImre Deak1-0/+3
2013-11-26drm/i915: protect HSW power well check with IS_HASWELL in redisable_vgaJesse Barnes1-1/+1
2013-11-26drm/i915: use IS_HASWELL/BROADWELL instead of HAS_POWER_WELLImre Deak1-2/+2
2013-11-26drm/i915: add always-on power wells instead of special casing themImre Deak2-28/+14
2013-11-26drm/i915: support for multiple power wellsImre Deak2-20/+108
2013-11-26drm/i915: add audio power domainImre Deak2-8/+3
2013-11-26drm/i915: take mode config lock around crtc disable at suspendJesse Barnes1-0/+2
2013-11-26drm/i915: split fb allocation and initialization v2Jesse Barnes1-16/+46
2013-11-26drm/i915: Drop forcewake w/a for missed interrupts/seqno on SandybridgeChris Wilson1-7/+0
2013-11-26drm/i915: Move the gtt mm takedown to cleanupBen Widawsky2-1/+2
2013-11-26drm/i915: Missed dropped VMA conversionBen Widawsky1-1/+1
2013-11-26drm/i915: Remove defunct ctx switch commentsBen Widawsky1-2/+0
2013-11-26drm/i915: Removed unused vm argsBen Widawsky1-5/+4
2013-11-26drm/i915: Demote drop_caches_set printBen Widawsky1-1/+1
2013-11-26drm/i915: Disallow dynamic ppgtt param modificationBen Widawsky1-1/+1
2013-11-26drm/i915: Add a few missed bits to the mmBen Widawsky1-0/+6
2013-11-26drm/i915: Fix BDW PPGTT error pathBen Widawsky1-1/+7
2013-11-25drm/i915: Prefer setting PTE cache age to 3Chris Wilson1-2/+4
2013-11-25drm/i915: Don't set the fence number in DPFC_CTL on SNBVille Syrjälä1-1/+3