summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2019-10-08drm/i915/gt: Flush submission tasklet before waiting/retiringChris Wilson3-14/+34
2019-10-08drm/i915/perf: drop list of streamsLionel Landwerlin2-21/+1
2019-10-08drm/i915/selftests: Assign the intel_runtime_pm pointer for mock_uncoreChris Wilson4-3/+8
2019-10-08drm/i915/selftests: Assign the mock_engine->uncore shortcutChris Wilson1-0/+1
2019-10-08drm/i915/execlists: Assign virtual_engine->uncore from first siblingChris Wilson1-0/+1
2019-10-08drm/i915/tgl: Add DC3CO counter in i915_dmc_infoAnshuman Gupta2-0/+9
2019-10-08drm/i915/tgl: Switch between dc3co and dc5 based on display idlenessAnshuman Gupta4-1/+163
2019-10-08drm/i915/tgl: Do modeset to enable and configure DC3CO exitlineAnshuman Gupta3-2/+93
2019-10-08drm/i915/tgl: Enable DC3CO state in "DC Off" power wellAnshuman Gupta3-9/+73
2019-10-08drm/i915/tgl: Add DC3CO mask to allowed_dc_mask and gen9_dc_maskAnshuman Gupta2-7/+25
2019-10-08drm/i915/tgl: Add DC3CO required register and bitsAnshuman Gupta1-0/+8
2019-10-08drm/i915/perf: Set the exclusive stream under perf->lockChris Wilson1-11/+1
2019-10-08drm/i915/perf: Wean ourselves off dev_privChris Wilson3-428/+422
2019-10-08drm/i915: Fix Kconfig indentationKrzysztof Kozlowski2-78/+78
2019-10-07drm/i915/gt: Treat a busy timeline as 'active' while waitingChris Wilson1-1/+3
2019-10-07drm/i915/selftests: Appease lockdepChris Wilson1-2/+2
2019-10-07drm/i915/execlists: Fix annotation for decoupling virtual requestChris Wilson1-1/+2
2019-10-07drm/i915/gt: Prefer local path to runtime powermanagementChris Wilson14-30/+28
2019-10-07drm/i915: make array hw_engine_mask static, makes object smallerColin Ian King1-3/+3
2019-10-07drm/i915/vbt: Child device size remains unchanged through VBT 229Matt Roper1-1/+1
2019-10-07drm/i915/perf: move perf types to their own headerLionel Landwerlin3-299/+330
2019-10-07drm/i915/gt: Restore dropped 'interruptible' flagChris Wilson1-1/+1
2019-10-07drm/i915: Update DRIVER_DATE to 20191007Joonas Lahtinen1-2/+2
2019-10-06drm/i915: move gmbus setup down to intel_modeset_init()Jani Nikula2-4/+2
2019-10-06drm/i915: split out i915_switcheroo.[ch] from i915_drv.cJani Nikula5-56/+92
2019-10-06drm/i915/vga: rename intel_vga_msr_write() to intel_vga_reset_io_mem()Jani Nikula3-3/+3
2019-10-04drm/i915/stolen: make the object creation interface consistentCQ Tang7-29/+36
2019-10-04drm/i915: Implement a better i945gm vblank irq vs. C-states workaroundVille Syrjälä5-81/+22
2019-10-04drm/i915: Drop struct_mutex from around GEM initialisationChris Wilson3-18/+0
2019-10-04drm/i915/selftests: Drop vestigal struct_mutex guardsChris Wilson8-161/+27
2019-10-04drm/i915: Drop struct_mutex from suspend state save/restoreChris Wilson1-8/+0
2019-10-04drm/i915: Remove struct_mutex guard for debugfs/opregionChris Wilson1-11/+1
2019-10-04drm/i915: Drop struct_mutex guard from debugfs/framebuffer_infoChris Wilson1-6/+0
2019-10-04drm/i915/overlay: Drop struct_mutex guardChris Wilson3-23/+1
2019-10-04drm/i915: Move context management under GEMChris Wilson28-354/+394
2019-10-04drm/i915: Remove logical HW IDChris Wilson18-302/+57
2019-10-04drm/i915: Move global activity tracking from GEM to GTChris Wilson2-10/+6
2019-10-04drm/i915: Move request runtime management onto gtChris Wilson21-158/+213
2019-10-04drm/i915/gem: Retire directly for mmap-offset shrinkingChris Wilson1-12/+5
2019-10-04drm/i915: Merge wait_for_timelines with retire_requestChris Wilson14-96/+50
2019-10-04drm/i915: Remove the GEM idle workerChris Wilson5-49/+2
2019-10-04drm/i915: Drop struct_mutex from around i915_retire_requests()Chris Wilson26-460/+213
2019-10-04drm/i915: Move idle barrier cleanup into engine-pmChris Wilson3-19/+16
2019-10-04drm/i915: Coordinate i915_active with its own mutexChris Wilson24-572/+298
2019-10-04drm/i915: Push the i915_active.retire into a workerChris Wilson9-9/+55
2019-10-04drm/i915: Pull i915_vma_pin under the vm->mutexChris Wilson40-706/+824
2019-10-04drm/i915: Mark up address spaces that may need to allocateChris Wilson2-0/+5
2019-10-04drm/i915: Only track bound elements of the GTTChris Wilson5-36/+8
2019-10-04drm/i915: Use helpers for drm_mm_node booleansChris Wilson6-13/+13
2019-10-04drm/i915: Restrict L3 remapping sysfs interface to dwordsChris Wilson1-28/+29