summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'topic/drmp-cleanup-2019-01-02' of git://anongit.freedesktop.org/dr...Jani Nikula2019-01-081-0/+11
|\
| * drm: un-inline drm_legacy_findmap()Jani Nikula2019-01-021-0/+11
* | drm/i915/selftests: Mark the whole mock device as DMA capableChris Wilson2019-01-072-5/+1
* | drm/i915: Report the number of closed vma held by each context in debugfsChris Wilson2019-01-071-77/+47
* | drm/i915/hsw: Flush RING_IMR changes before changing the global GT IMR (vecs)Chris Wilson2019-01-071-0/+4
* | drm/i915: Fixup kerneldoc for intel_device_info_runtime_initChris Wilson2019-01-071-1/+1
* | drm/i915: Remove partial attempt to swizzle on pread/pwriteChris Wilson2019-01-051-164/+17
* | drm/i915: Do not allow unwedging following a failed driver initialisationChris Wilson2019-01-041-0/+3
* | drm/i915: Always try to reset the GPU on takeoverChris Wilson2019-01-038-15/+26
* | drm/i915: Show machine type in error stateChris Wilson2019-01-031-1/+3
* | drm/i915/gen6: Flush RING_IMR changes before changing the global GT IMRChris Wilson2019-01-031-0/+4
* | drm/i915/selftests: Take a breath during check_partial_mappings()Chris Wilson2019-01-021-0/+1
* | drm/i915: rename dev_priv info to __info to avoid usageJani Nikula2019-01-021-8/+2
* | drm/i915: drop intel_device_info_dump()Jani Nikula2019-01-023-18/+7
* | drm/i915: always use INTEL_INFO() to access device infoJani Nikula2019-01-024-53/+53
* | drm/i915: pass dev_priv to intel_device_info_runtime_init()Jani Nikula2019-01-023-5/+4
* | drm/i915/reg: abstract display_mmio_offset accessJani Nikula2019-01-021-93/+95
* | drm/i915: start moving runtime device info to a separate structJani Nikula2019-01-0220-94/+107
* | drm/i915: Drop unused engine->irq_seqno_barrier w/aChris Wilson2018-12-319-161/+1
* | drm/i915/ringbuffer: Move irq seqno barrier to the GPU for gen5Chris Wilson2018-12-311-17/+23
* | drm/i915/ringbuffer: Move irq seqno barrier to the GPU for gen7Chris Wilson2018-12-311-36/+44
* | drm/i915/ringbuffer: Remove irq-seqno w/a for gen6 xcsChris Wilson2018-12-311-2/+4
* | drm/i915/ringbuffer: Remove irq-seqno w/a for gen6/7 rcsChris Wilson2018-12-311-2/+0
* | drm/i915: Remove redundant trailing request flushChris Wilson2018-12-314-35/+7
* | drm/i915: Update kerneldoc for intel_wm_need_update()Chris Wilson2018-12-311-2/+2
* | drm/i915/params: document I915_PARAMS_FOR_EACH()Jani Nikula2018-12-311-0/+9
* | drm/i915: Remove has_pooled_eu static initializerTvrtko Ursulin2018-12-311-1/+0
* | drm/i915/params: set i915.enable_hangcheck permissions to 0600Jani Nikula2018-12-311-1/+1
* | drm/i915/uc: add dev_priv parameter to intel_uc_is_using_* functionsJani Nikula2018-12-314-13/+13
* | drm/i915: add a helper to free the members of i915_paramsJani Nikula2018-12-313-8/+18
* | drm/i915: add a helper to make a copy of i915_paramsJani Nikula2018-12-313-10/+16
* | drm/i915/ringbuffer: Pull the render flush into breadcrumb emissionChris Wilson2018-12-281-8/+98
* | drm/i915/execlists: Pull the render flush into breadcrumb emissionChris Wilson2018-12-283-6/+14
* | drm/i915: Drop debugfs/i915_next_seqnoChris Wilson2018-12-281-11/+0
* | drm/i915: Remove HW semaphores for gen7 inter-engine synchronisationChris Wilson2018-12-2811-557/+12
* | drm/i915: Restrict PSMI context load w/a to Haswell GT1Chris Wilson2018-12-282-4/+3
* | drm/i915: avoid division by zero on skl_calc_wrpll_linkYoung Xiao2018-12-281-0/+3
* | drm/intel_dsi_vbt: Remove duplicate headerBrajeswar Ghosh2018-12-281-1/+0
* | drm/i915: Remove debugfs/i915_ppgtt_infoChris Wilson2018-12-273-255/+0
* | drm/i915: Remove duplicate header from i915_request.hBrajeswar Ghosh2018-12-271-1/+0
* | drm/i915: DDI: call intel_psr_ and _edp_drrs_enable() on pipe updates (v2)Hans de Goede2018-12-251-0/+19
* | drm/i915: Allow calling intel_edp_drrs_enable twiceHans de Goede2018-12-251-2/+2
* | drm/i915: Add an update_pipe callback to intel_encoder and call this on fasts...Hans de Goede2018-12-252-0/+26
* | drm/i915: Unwind failure on pinning the gen7 ppgttChris Wilson2018-12-221-3/+12
* | drm/i915: Update DRIVER_DATE to 20181221Rodrigo Vivi2018-12-211-1/+1
* | drm/i915: Update DRIVER_DATE to 20181221Rodrigo Vivi2018-12-211-2/+2
* | drm/i915: don't apply Display WAs 1125 and 1126 to GLK/CNL+Paulo Zanoni2018-12-211-21/+24
* | drm/i915: Disable FBC on fastset if necessary, v2.Maarten Lankhorst2018-12-212-3/+3
* | drm/i915/dsc: Fix the deadlock in dsc debugfs nodeManasi Navare2018-12-201-0/+1
* | drm/i915/icl: Add fallback detection method for TypeC legacy portsImre Deak2018-12-181-2/+8