aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-12drm: Move legacy buffer structures to <drm/drm_legacy.h>Daniel Vetter1-3/+6
2014-09-12drm: Create drm legacy driver headerDaniel Vetter1-0/+1
2014-09-11Merge remote-tracking branch 'airlied/drm-next' into topic/vblank-reworkDaniel Vetter40-1381/+4735
2014-09-11drm: Clarify vblank ts/scanoutpos sampling #definesDaniel Vetter1-1/+1
2014-09-10drm: add driver->set_busid() callbackDavid Herrmann1-0/+1
2014-09-10drm: mark drm_buf and drm_map as legacyDavid Herrmann1-1/+1
2014-09-03Merge tag 'drm-intel-next-2014-09-01' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie26-835/+3073
2014-08-26drm/i915: fix suspend/resume for GENs w/o runtime PM supportImre Deak1-17/+14
2014-08-26Merge tag 'drm-intel-next-2014-08-08' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie23-397/+1260
2014-08-22drm/i915: Update DRIVER_DATE to 20140822Daniel Vetter1-1/+1
2014-08-20drm/i915/bdw: Disable execlists by defaultDamien Lespiau1-2/+2
2014-08-20drm/i915/bdw: Enable Logical Ring Contexts (hence, Execlists)Oscar Mateo1-1/+1
2014-08-20drm/i915/bdw: Document Logical Rings, LR contexts and ExeclistsOscar Mateo2-1/+232
2014-08-20drm/i915/bdw: Print context state in debugfsBen Widawsky1-0/+52
2014-08-20drm/i915/bdw: Display context backing obj & ringbuffer info in debugfsOscar Mateo1-4/+33
2014-08-20drm/i915/bdw: Display execlists info in debugfsOscar Mateo3-6/+88
2014-08-20drm/i915/bdw: Disable semaphores for ExeclistsOscar Mateo1-0/+4
2014-08-20drm/i915/bdw: Make sure gpu reset still works with ExeclistsOscar Mateo2-0/+13
2014-08-20drm/i915/bdw: Don't write PDP in the legacy way when using LRCsOscar Mateo1-0/+6
2014-08-18drm/i915: don't try to retrain a DP link on an inactive CRTCImre Deak1-0/+3
2014-08-18drm/i915: make sure VDD is turned off during system suspendImre Deak3-0/+34
2014-08-18drm/i915: cancel hotplug and dig_port work during suspend and unloadImre Deak3-2/+18
2014-08-18drm/i915: fix HPD IRQ reenable work cancelationImre Deak3-22/+14
2014-08-18drm/i915: take display port power domain in DP HPD handlerImre Deak1-5/+14
2014-08-18drm/i915: Don't try to enable cursor from setplane when crtc is disabledVille Syrjälä1-2/+2
2014-08-18drm/i915: Skip load detect when intel_crtc->new_enable==trueVille Syrjälä1-4/+8
2014-08-18drm/i915: Fix locking for intel_enable_pipe_a()Ville Syrjälä4-21/+17
2014-08-14drm/i915: Track cursor changes as frontbuffer tracking flushesDaniel Vetter1-0/+4
2014-08-14drm/i915/bdw: Help out the ctx switch interrupt handlerOscar Mateo1-4/+22
2014-08-14drm/i915/bdw: Avoid non-lite-restore preemptionsOscar Mateo2-4/+27
2014-08-14drm/i915/bdw: Handle context switch eventsThomas Daniel4-17/+155
2014-08-14drm/i915/bdw: Two-stage execlist submit processMichel Thierry3-5/+77
2014-08-14drm/i915/bdw: Write the tail pointer, LRC styleOscar Mateo1-0/+19
2014-08-14drm/i915/bdw: Implement context switching (somewhat)Ben Widawsky2-2/+115
2014-08-14drm/i915/bdw: Emission of requests with logical ringsOscar Mateo3-23/+80
2014-08-14drm/i915: Add temporary ring->ctx backpointerOscar Mateo2-0/+9
2014-08-14drm/i915: Print captured bo for all VM in error stateChris Wilson2-24/+58
2014-08-14drm/i915: Sharing platform specific sequence between runtime and system suspend/ resume pathsSagar Kamble1-20/+43
2014-08-14drm/i915: Created common handler for platform specific suspend/resumeSagar Kamble1-27/+49
2014-08-13drm/i915: Localise the fbdev console lock frobbingChris Wilson5-40/+48
2014-08-13drm/i915: Replace __I915__ with typesafe variantChris Wilson2-5/+10
2014-08-13drm/i915: Add support for variable cursor size on 845/865Ville Syrjälä3-24/+91
2014-08-13drm/i915: Unify ivb_update_cursor() and i9xx_update_cursor()Ville Syrjälä1-40/+1
2014-08-13drm/i915: Move CURSIZE setup to i845_update_cursor()Ville Syrjälä1-4/+1
2014-08-13drm/i915: Don't try to enable cursor from setplane when crtc is disabledVille Syrjälä1-2/+2
2014-08-13drm/i915: Cleanup aliasging ppgtt alongside the global gttDaniel Vetter2-4/+7
2014-08-13drm/i915: Extract commmon global gtt cleanup codeDaniel Vetter3-10/+15
2014-08-13drm/i915: Extract common cleanup into i915_ppgtt_releaseDaniel Vetter1-5/+3
2014-08-13drm/i915: Drop create_vm argument to i915_gem_create_contextDaniel Vetter1-6/+5
2014-08-13drm/i915: Only track real ppgtt for a contextDaniel Vetter6-34/+30