summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)Author
2014-09-10drm: add driver->set_busid() callbackDavid Herrmann
2014-09-10drm: mark drm_buf and drm_map as legacyDavid Herrmann
2014-09-02Merge tag 'drm-intel-next-2014-09-01' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2014-08-26drm/i915: fix suspend/resume for GENs w/o runtime PM supportImre Deak
2014-08-25Merge tag 'drm-intel-next-2014-08-08' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2014-08-22drm/i915: Update DRIVER_DATE to 20140822Daniel Vetter
2014-08-20drm/i915/bdw: Disable execlists by defaultDamien Lespiau
2014-08-20drm/i915/bdw: Enable Logical Ring Contexts (hence, Execlists)Oscar Mateo
2014-08-20drm/i915/bdw: Document Logical Rings, LR contexts and ExeclistsOscar Mateo
2014-08-20drm/i915/bdw: Print context state in debugfsBen Widawsky
2014-08-20drm/i915/bdw: Display context backing obj & ringbuffer info in debugfsOscar Mateo
2014-08-20drm/i915/bdw: Display execlists info in debugfsOscar Mateo
2014-08-20drm/i915/bdw: Disable semaphores for ExeclistsOscar Mateo
2014-08-20drm/i915/bdw: Make sure gpu reset still works with ExeclistsOscar Mateo
2014-08-20drm/i915/bdw: Don't write PDP in the legacy way when using LRCsOscar Mateo
2014-08-18drm/i915: don't try to retrain a DP link on an inactive CRTCImre Deak
2014-08-18drm/i915: make sure VDD is turned off during system suspendImre Deak
2014-08-18drm/i915: cancel hotplug and dig_port work during suspend and unloadImre Deak
2014-08-18drm/i915: fix HPD IRQ reenable work cancelationImre Deak
2014-08-18drm/i915: take display port power domain in DP HPD handlerImre Deak
2014-08-18drm/i915: Don't try to enable cursor from setplane when crtc is disabledVille Syrjälä
2014-08-18drm/i915: Skip load detect when intel_crtc->new_enable==trueVille Syrjälä
2014-08-18drm/i915: Fix locking for intel_enable_pipe_a()Ville Syrjälä
2014-08-14drm/i915: Track cursor changes as frontbuffer tracking flushesDaniel Vetter
2014-08-14drm/i915/bdw: Help out the ctx switch interrupt handlerOscar Mateo
2014-08-14drm/i915/bdw: Avoid non-lite-restore preemptionsOscar Mateo
2014-08-14drm/i915/bdw: Handle context switch eventsThomas Daniel
2014-08-14drm/i915/bdw: Two-stage execlist submit processMichel Thierry
2014-08-14drm/i915/bdw: Write the tail pointer, LRC styleOscar Mateo
2014-08-14drm/i915/bdw: Implement context switching (somewhat)Ben Widawsky
2014-08-14drm/i915/bdw: Emission of requests with logical ringsOscar Mateo
2014-08-14drm/i915: Add temporary ring->ctx backpointerOscar Mateo
2014-08-14drm/i915: Print captured bo for all VM in error stateChris Wilson
2014-08-14drm/i915: Sharing platform specific sequence between runtime and system suspe...Sagar Kamble
2014-08-14drm/i915: Created common handler for platform specific suspend/resumeSagar Kamble
2014-08-13drm/i915: Localise the fbdev console lock frobbingChris Wilson
2014-08-13drm/i915: Replace __I915__ with typesafe variantChris Wilson
2014-08-13drm/i915: Add support for variable cursor size on 845/865Ville Syrjälä
2014-08-13drm/i915: Unify ivb_update_cursor() and i9xx_update_cursor()Ville Syrjälä
2014-08-13drm/i915: Move CURSIZE setup to i845_update_cursor()Ville Syrjälä
2014-08-13drm/i915: Don't try to enable cursor from setplane when crtc is disabledVille Syrjälä
2014-08-13drm/i915: Cleanup aliasging ppgtt alongside the global gttDaniel Vetter
2014-08-13drm/i915: Extract commmon global gtt cleanup codeDaniel Vetter
2014-08-13drm/i915: Extract common cleanup into i915_ppgtt_releaseDaniel Vetter
2014-08-13drm/i915: Drop create_vm argument to i915_gem_create_contextDaniel Vetter
2014-08-13drm/i915: Only track real ppgtt for a contextDaniel Vetter
2014-08-13drm/i915: Initialize the aliasing ppgtt as part of global gttDaniel Vetter
2014-08-13drm/i915: Rework ppgtt init to no require an aliasing ppgttDaniel Vetter
2014-08-13drm/i915: Fix up checks for aliasing ppgttDaniel Vetter
2014-08-13drm/i915: Allow i915_gem_setup_global_gtt to failDaniel Vetter