summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
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
2019-10-04drm/i915: extend audio CDCLK>=2*BCLK constraint to more platformsKai Vehmanen1-2/+2
2019-10-04drm/i915: Fix audio power up sequence for gen10+ displayKai Vehmanen2-0/+7
2019-10-04drm/i915/dp: remove static variable for aux last statusJani Nikula2-3/+3
2019-10-04drm/i915/execlists: Skip redundant resubmissionChris Wilson1-1/+16
2019-10-04drm/i915/tgl: Add the Thunderbolt PLL divider valuesImre Deak1-2/+40
2019-10-03drm/i915: use DRM_DEBUG_KMS() instead of drm_dbg(DRM_UT_KMS, ...)Jani Nikula1-4/+4
2019-10-03drm/i915: use DRM_ERROR() instead of drm_err()Jani Nikula1-4/+4
2019-10-03drm/i915/selftests: Exercise potential false lite-restoreChris Wilson2-4/+194
2019-10-02drm/i915/mg: Use tc_port instead of port parameter to MG registersJosé Roberto de Souza2-83/+81
2019-10-02drm/i915: Clean up encoder->crtc_mask setupVille Syrjälä7-15/+14
2019-10-02drm/i915: Populate possible_crtcs correctlyVille Syrjälä1-1/+16
2019-10-02drm/i915/gem: Refactor tests on obj->ops->flagsChris Wilson1-5/+12