summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | drm/i915: Add debug message for FB plane[0].offset!=0 errorImre Deak2020-01-071-1/+4
| | * | | | | | | | | | drm/i915/tgl: Make sure a semiplanar UV plane is tile row size alignedImre Deak2020-01-071-3/+33
| | * | | | | | | | | | drm/i915: Add support for non-power-of-2 FB plane alignmentImre Deak2020-01-071-8/+16
| | * | | | | | | | | | drm/i915: Limit audio CDCLK>=2*BCLK constraint back to GLK onlyKai Vehmanen2020-01-061-2/+2
| | * | | | | | | | | | drm/i915/gt: Mark up virtual engine uabi_instanceChris Wilson2020-01-061-0/+2
| | * | | | | | | | | | drm/i915/gt: Use memset_p to clear the portsChris Wilson2020-01-061-5/+10
| | * | | | | | | | | | drm/i915/gt: Drop mutex serialisation between context pin/unpinChris Wilson2020-01-062-17/+26
| | * | | | | | | | | | drm/i915/gt: Convert the final GEM_TRACE to GT_TRACE and coChris Wilson2020-01-062-13/+10
| | * | | | | | | | | | drm/i915: Merge i915_request.flags with i915_request.fence.flagsChris Wilson2020-01-067-15/+41
| | * | | | | | | | | | drm/i915/selftests: Impose a timeout for request submissionChris Wilson2020-01-061-5/+21
| | * | | | | | | | | | drm/i915/selftests: Fixup sparse __user annotation on local varChris Wilson2020-01-061-1/+2
| | * | | | | | | | | | drm/i915: Create dumb buffer from LMEMRamalingam C2020-01-051-7/+22
| | * | | | | | | | | | drm/i915: lookup for mem_region of a mem_typeRamalingam C2020-01-052-0/+17
| | * | | | | | | | | | drm/i915/selftests: Compare user mmap against GPUChris Wilson2020-01-041-0/+129
| | * | | | | | | | | | drm/i915/selftests: Extend fault handler selftests to all memory regionsAbdiel Janulgue2020-01-041-89/+217
| | * | | | | | | | | | drm/i915/gem: Extend mmap support for lmemAbdiel Janulgue2020-01-043-22/+39
| | * | | | | | | | | | drm/i915/selftests: Make headers self-containedChris Wilson2020-01-037-11/+31
| | * | | | | | | | | | drm/i915/selftests: Move igt_atomic_section[] out of the headerChris Wilson2020-01-033-40/+49
| | * | | | | | | | | | drm/i915/gem: Support discontiguous lmem object mapsChris Wilson2020-01-035-123/+78
| | * | | | | | | | | | drm/i915/gt: Always poison the kernel_context image before unparkingChris Wilson2020-01-033-3/+21
| | * | | | | | | | | | drm/i915/gt: Discard stale context state from across idlingChris Wilson2020-01-033-8/+11
| | * | | | | | | | | | drm/i915/gt: Ignore stale context state upon resumeChris Wilson2020-01-032-2/+11
| | * | | | | | | | | | drm/i915/gt: Clear LRC image inlineChris Wilson2020-01-032-43/+58
| | * | | | | | | | | | drm/i915/gt: Include a bunch more rcs image stateChris Wilson2020-01-032-1/+94
| | * | | | | | | | | | drm/i915/dsi: Control panel and backlight enable GPIOs on BYTHans de Goede2020-01-032-1/+66
| | * | | | | | | | | | drm/i915/dsi: Move Crystal Cove PMIC panel GPIO lookup from mfd to the i915 d...Hans de Goede2020-01-031-1/+22
| | * | | | | | | | | | drm/i915/dsi: Init panel-enable GPIO to low when the LCD is initially off (v2)Hans de Goede2020-01-033-6/+7
| | * | | | | | | | | | drm/i915/dsi: Move poking of panel-enable GPIO to intel_dsi_vbt.cHans de Goede2020-01-033-27/+48
| | * | | | | | | | | | drm/i915/gt: Flush ongoing retires during wait_for_idleChris Wilson2020-01-033-9/+19
| | * | | | | | | | | | drm/i915/gem: Single page objects are naturally contiguousChris Wilson2020-01-021-0/+3
| | * | | | | | | | | | drm/i915: reimplement header test featureMasahiro Yamada2020-01-027-36/+31
| | * | | | | | | | | | drm/i915/gem: Drop local vma->vm_file referenceChris Wilson2020-01-012-0/+69
| | * | | | | | | | | | drm/i915: Add Wa_1407352427:icl,ehlMatt Roper2019-12-312-0/+4
| | * | | | | | | | | | drm/i915/gt: Restore coarse power gatingChris Wilson2020-01-011-2/+4
| | * | | | | | | | | | drm/i915: Introduce remap_io_sg() to prefault discontiguous objectsAbdiel Janulgue2019-12-313-20/+74
| | * | | | | | | | | | drm/i915/tgl: Assume future platforms will inherit TGL's SFC capabilityMatt Roper2019-12-311-1/+1
| | * | | | | | | | | | drm/i915/gt: Tweak flushes around ivb ppgttChris Wilson2019-12-311-2/+2
| | * | | | | | | | | | drm/i915/gt: Leave RING_BB_STATE to default valueChris Wilson2019-12-301-1/+0
| | * | | | | | | | | | drm/i915/selftests: Flush the context workerChris Wilson2019-12-302-2/+4
| | * | | | | | | | | | drm/i915/gt: Do not restore invalid RS stateChris Wilson2019-12-301-13/+11
| | * | | | | | | | | | drm/i915/gt: Avoid using the GPU before initialisationChris Wilson2019-12-304-5/+13
| | * | | | | | | | | | drm/i915/gt: Avoid using tag 0 for the very first submissionChris Wilson2019-12-301-1/+3
| | * | | | | | | | | | drm/i915/gt: Ensure that all new contexts clear STOP_RINGChris Wilson2019-12-301-3/+11
| | * | | | | | | | | | drn/i915: Break up long i915_buddy_free_list() with a cond_resched()Chris Wilson2019-12-301-1/+3
| | * | | | | | | | | | drm/i915/dp: Disable Port sync mode correctly on teardownManasi Navare2019-12-301-6/+1
| | * | | | | | | | | | drm/i915/dp: Make port sync mode assignments only if all tiles presentManasi Navare2019-12-301-65/+117
| | * | | | | | | | | | drm/i915/dp: Make sure all tiled connectors get added to the state with full ...Manasi Navare2019-12-301-0/+138
| | * | | | | | | | | | drm/fbdev: Fallback to non tiled mode if all tiles not presentManasi Navare2019-12-291-0/+72
| | * | | | | | | | | | drm: Handle connector tile support only for modes that match tile sizeManasi Navare2019-12-291-1/+3
| | * | | | | | | | | | drm/i915: prefer 3-letter acronym for tigerlakeLucas De Marchi2019-12-281-3/+3
OpenPOWER on IntegriCloud