aboutsummaryrefslogtreecommitdiffstats
path: root/ipc (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-10drm/i915: Use a separate slab for vmasChris Wilson4-2/+13
2015-04-10drm/i915: Use a separate slab for requestsChris Wilson4-23/+35
2015-04-10drm/i915: Clear crtc atomic flags at beginning of transactionMatt Roper1-0/+2
2015-04-10drm/i915: Switch to full atomic helpers for plane updates/disable, take twoMatt Roper2-17/+17
2015-04-10drm/i915: Update DRIVER_DATE to 20150410Daniel Vetter1-1/+1
2015-04-10drm: Adding drm helper function drm_plane_from_index().Chandra Konduru2-0/+24
2015-04-10drm/i915: Remove vestigal DRI1 ring quiescing codeChris Wilson3-134/+6
2015-04-10drm/i915: Use the global runtime-pm wakelock for a busy GPU for execlistsChris Wilson2-4/+0
2015-04-10drm/i915: Use simpler form of spin_lock_irq(execlist_lock)Chris Wilson1-6/+4
2015-04-10drm/i915: Fix the VBT child device parsing for BSWVille Syrjälä2-15/+15
2015-04-10drm/i915: Use complete address space in true PPGTTMichel Thierry1-3/+1
2015-04-10drm/i915/gen8: Dynamic page table allocationsMichel Thierry2-77/+253
2015-04-10drm/i915/gen8: begin bitmap trackingMichel Thierry2-12/+54
2015-04-10drm/i915/gen8: Split out mappingsMichel Thierry2-163/+86
2015-04-10drm/i915: Extract PPGTT param from page_directory allocMichel Thierry1-8/+7
2015-04-10drm/i915: num_pd_pages/num_pd_entries isn't usefulMichel Thierry3-54/+23
2015-04-10drm/i915/gen8: Update pdp switch and point unused PDPs to scratch pageMichel Thierry2-11/+22
2015-04-10drm/i915/gen8: pagetable allocation reworkMichel Thierry1-24/+59
2015-04-10drm/i915/gen8: page directories rework allocationMichel Thierry1-15/+85
2015-04-10drm/i915/gen8: Add dynamic allocation macros and helper functionsMichel Thierry1-0/+52
2015-04-10drm/i915/gen8: Initialize page tablesMichel Thierry1-1/+21
2015-04-10drm/i915: Remove unnecessary gen8_ppgtt_unmap_pagesMichel Thierry1-34/+0
2015-04-10drm/i915: Remove _entry from PPGTT page structuresMichel Thierry3-38/+38
2015-04-10drm/i915: Record ring->start address in error stateChris Wilson2-4/+7
2015-04-10drm/i915: Suppress empty lines from debugfs/i915_gem_objectsChris Wilson1-13/+13
2015-04-10drm/i915: Include active flag when describing objects in debugfsChris Wilson1-1/+2
2015-04-10drm/i915: Split batch pool into size bucketsChris Wilson5-37/+64
2015-04-10drm/i915: Free batch pool when idleChris Wilson1-1/+12
2015-04-10drm/i915: Split the batch pool by engineChris Wilson9-27/+35
2015-04-10drm/i915: Tidy batch pool logicChris Wilson3-37/+27
2015-04-10drm/i915: Split i915_gem_batch_pool into its own headerChris Wilson3-12/+44
2015-04-10drm/i915: Re-enable RPS wait-boosting for all enginesChris Wilson1-1/+1
2015-04-10drm/i915: Deminish contribution of wait-boosting from clientsChris Wilson5-34/+70
2015-04-10drm/i915: Boost GPU frequency if we detect outstanding pageflipsChris Wilson3-3/+45
2015-04-10drm/i915: Fix computation of last_adjustment for RPS autotuningChris Wilson1-15/+12
2015-04-10drm/i915: Agressive downclocking on BaytrailChris Wilson4-5/+12
2015-04-10drm/i915: Fix the flip synchronisation to consider mmioflipsChris Wilson1-2/+11
2015-04-10drm/i915: Cache last obj->pages location for i915_gem_object_get_page()Chris Wilson2-5/+30
2015-04-10drm/i915/skl: Implement WaDisableVFUnitClockGatingDamien Lespiau2-0/+5
2015-04-10drm/i915/skl: Fix stepping check for a couple of W/AsDamien Lespiau1-1/+1
2015-04-10drm/i915: Do not set L3-LLC Coherency bit in ctx descriptorArun Siluvery1-1/+2
2015-04-10drm/i915: use kref_put_mutex in i915_gem_request_unreference__unlockedMaarten Lankhorst1-6/+6
2015-04-10drm/i915: Don't use staged config in intel_mst_pre_enable_dp()Ander Conselvan de Oliveira1-4/+4
2015-04-10drm/i915: Don't use staged config in check_encoder_cloning()Ander Conselvan de Oliveira1-10/+25
2015-04-10drm/i915: Don't use staged config in check_digital_port_conflicts()Ander Conselvan de Oliveira1-8/+14
2015-04-10drm/i915: Remove intel_crtc->new_configAnder Conselvan de Oliveira2-32/+0
2015-04-10drm/i915: Don't use intel_crtc->new_config in pll calculation codeAnder Conselvan de Oliveira1-4/+11
2015-04-10drm/i915: Don't use staged config for VLV cdclk calculationsAnder Conselvan de Oliveira1-14/+41
2015-04-10drm/i915: Silence a sparse warningVille Syrjälä1-1/+1
2015-04-10drm/i915: Allow disabling the destination colorkey for overlayChris Wilson2-11/+20