aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-13drm/i915: remove unused has_dma_mapping flagImre Deak1-2/+0
2015-07-13drm/i915: Fix missing return warning for !CONFIG_DEBUGFSDaniel Vetter1-1/+2
2015-07-13drm/i915: Store device pointer in contexts for late tracepoint usafeChris Wilson1-0/+1
2015-06-15drm/i915: Fix command parser to validate multiple register access with the same command.Francisco Jerez1-0/+5
2015-05-28drm/i915: s/dpio_lock/sb_lock/Ville Syrjälä1-2/+2
2015-05-26drm/i915: Use spinlocks for checking when to waitboostChris Wilson1-2/+7
2015-05-22drm/i915: Update DRIVER_DATE to 20150522Daniel Vetter1-1/+1
2015-05-22drm/i915: Introduce DRM_I915_THROTTLE_JIFFIESChris Wilson1-0/+6
2015-05-21drm/i915/skl: Deinit/init the display at suspend/resumeDamien Lespiau1-0/+1
2015-05-21drm/i915: Convert RPS tracking to a intel_rps_client structChris Wilson1-6/+7
2015-05-21drm/i915: Limit mmio flip RPS boostsChris Wilson1-0/+1
2015-05-21drm/i915: Limit ring synchronisation (sw sempahores) RPS boostsChris Wilson1-16/+18
2015-05-21drm/i915: Implement inter-engine read-read optimisationsChris Wilson1-5/+14
2015-05-20drm/i915/skl: add F0 stepping IDImre Deak1-0/+1
2015-05-20drm/i915/bxt: Port PLL programming BUNVandana Kannan1-1/+1
2015-05-20drm/i915: add HAS_DP_MST feature test macroJani Nikula1-0/+3
2015-05-20drm/i915: Fix race on unreferencing the wrong mmio-flip-requestChris Wilson1-2/+4
2015-05-20drm/i915: Remove domain flubbing from i915_gem_object_finish_gpu()Chris Wilson1-1/+3
2015-05-20drm/i915: Adding dbuf support for skl nv12 format.Chandra Konduru1-1/+2
2015-05-08drm/i915: Update DRIVER_DATE to 20150508Daniel Vetter1-1/+1
2015-05-08drm/i915: Work around DISPLAY_PHY_CONTROL register corruption on CHVVille Syrjälä1-0/+2
2015-05-08drm/i915: Use the disable callback for disabling planes.Maarten Lankhorst1-0/+5
2015-05-08drm/i915/skl: Add module parameter to select edp vswing tableSonika Jindal1-1/+3
2015-05-08drm/i915/skl: Fix the CTRL typo in the DPLL_CRTL1 definesDamien Lespiau1-1/+1
2015-05-08drm/i915/skl: Enable runtime PMSuketu Shah1-1/+2
2015-05-08drm/i915/skl: Add DC5 Trigger SequenceSuketu Shah1-0/+7
2015-05-08drm/i915/skl: Add support to load SKL CSR firmware.Daniel Vetter1-0/+17
2015-05-08Merge tag 'drm-intel-next-2015-04-23-fixed' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-60/+111
2015-04-30drm/i915: fix intel_prepare_ddiImre Deak1-5/+0
2015-04-23drm/i915: Update DRIVER_DATE to 20150423Daniel Vetter1-1/+1
2015-04-23drm/i915: Fix up the vma aliasing ppgtt bindingDaniel Vetter1-4/+7
2015-04-20drm/i915: Fixup kerneldoc for struct intel_contextTvrtko Ursulin1-1/+1
2015-04-20drm/i915: Simplify and fix object to display trackingTvrtko Ursulin1-1/+2
2015-04-20Merge Linus master into drm-nextDave Airlie1-0/+1
2015-04-16drm/i915: Iterate through the initialized DDIs to prepare their buffersDamien Lespiau1-0/+4
2015-04-16drm/i915/bxt: Define bxt DDI PLLs and implement enable/disable sequenceSatheeshakrishna M1-0/+3
2015-04-16drm/i915: Rename vlv_cdclk_freq to cdclk_freqVandana Kannan1-1/+1
2015-04-14drm/i915: PSR: deprecate link_standby support for core platforms.Rodrigo Vivi1-1/+0
2015-04-14Merge branch 'topic/bxt-stage1' into drm-intel-next-queuedDaniel Vetter1-1/+6
2015-04-13drm/i915: Remove obj->pin_mappableChris Wilson1-1/+0
2015-04-10drm/i915: fix build for DEBUG_FS=nJani Nikula1-1/+2
2015-04-10drm/i915: Remove request->uniqChris Wilson1-4/+0
2015-04-10drm/i915: Reduce locking in execlist command submissionChris Wilson1-0/+18
2015-04-10drm/i915: Use a separate slab for vmasChris Wilson1-0/+1
2015-04-10drm/i915: Use a separate slab for requestsChris Wilson1-1/+3
2015-04-10drm/i915: Update DRIVER_DATE to 20150410Daniel Vetter1-1/+1
2015-04-10drm/i915: Record ring->start address in error stateChris Wilson1-0/+1
2015-04-10drm/i915: Split batch pool into size bucketsChris Wilson1-1/+1
2015-04-10drm/i915: Split the batch pool by engineChris Wilson1-8/+0
2015-04-10drm/i915: Split i915_gem_batch_pool into its own headerChris Wilson1-12/+1