summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/gt: Avoid resetting ring->head outside of its timeline mutexChris Wilson2020-02-183-23/+21
* drm/i915/execlists: Always force a context reload when rewinding RING_TAILChris Wilson2020-02-184-10/+18
* drm/i915: Wean off drm_pci_alloc/drm_pci_freeChris Wilson2020-02-184-56/+55
* drm/i915/gt: Protect defer_request() from new waitersChris Wilson2020-02-172-3/+10
* drm/i915/gt: Prevent queuing retire workers on the virtual engineChris Wilson2020-02-172-0/+6
* drm/i915/dsc: force full modeset whenever DSC is enabled at probeJani Nikula2020-02-171-0/+18
* drm/i915/ehl: Update port clock voltage level requirementsMatt Roper2020-02-171-1/+3
* drm/i915: Update drm/i915 bug filing URLJani Nikula2020-02-173-7/+6
* drm/i915: Initialise basic fence before acquiring seqnoChris Wilson2020-02-171-7/+14
* drm/i915/gem: Require per-engine reset support for non-persistent contextsChris Wilson2020-02-171-0/+16
* Merge tag 'drm-intel-next-fixes-2020-02-13' of git://anongit.freedesktop.org/...Dave Airlie2020-02-1426-178/+990
|\
| * drm/i915: Mark the removal of the i915_request from the sched.linkChris Wilson2020-02-121-0/+2
| * drm/i915/execlists: Reclaim the hanging virtual requestChris Wilson2020-02-122-0/+185
| * drm/i915/execlists: Take a reference while capturing the guilty requestChris Wilson2020-02-122-10/+32
| * drm/i915/execlists: Offline error captureChris Wilson2020-02-121-2/+120
| * drm/i915/gt: Allow temporary suspension of inflight requestsChris Wilson2020-02-125-6/+321
| * drm/i915: Keep track of request among the scheduling listsChris Wilson2020-02-124-18/+38
| * Merge tag 'gvt-fixes-2020-02-12' of https://github.com/intel/gvt-linux into d...Jani Nikula2020-02-122-2/+6
| |\
| | * drm/i915/gvt: more locking for ppgtt mm LRU listIgor Druzhinin2020-02-101-0/+4
| | * drm/i915/gvt: fix high-order allocation failure on late loadIgor Druzhinin2020-02-101-2/+2
| * | drm/i915/gem: Tighten checks and acquiring the mmap objectChris Wilson2020-02-122-30/+21
| * | drm/i915: Fix preallocated barrier list appendJosé Roberto de Souza2020-02-121-9/+10
| * | drm/i915/gt: Acquire ce->active before ce->pin_count/ce->pin_mutexChris Wilson2020-02-122-21/+31
| * | drm/i915: Tighten atomicity of i915_active_acquire vs i915_active_releaseChris Wilson2020-02-121-7/+9
| * | drm/i915: Stub out i915_gpu_coredump_putChris Wilson2020-02-121-0/+4
| * | drm/i915: Check activity on i915_vma after confirming pin_count==0Chris Wilson2020-02-111-2/+12
| * | drm/i915/gem: Detect overflow in calculating dumb buffer sizeChris Wilson2020-02-111-1/+4
| * | drm/i915: Don't show the blank process name for internal/simulated errorsChris Wilson2020-02-111-1/+1
| * | drm/i915/gem: Store mmap_offsets in an rbtree rather than a plain listChris Wilson2020-02-113-29/+85
| * | drm/i915/execlists: Leave resetting ring to intel_ringChris Wilson2020-02-111-1/+0
| * | drm/i915/gt: Use the BIT when checking the flags, not the indexChris Wilson2020-02-101-1/+2
| * | drm/i915/selftests: Add a mock i915_vma to the mock_ringChris Wilson2020-02-101-1/+16
| * | drm/i915: Make a copy of the ggtt view for slave planeVille Syrjälä2020-02-101-0/+1
| * | drm/i915/gem: Take local vma references for the parserChris Wilson2020-02-101-1/+36
| * | drm/i915/pmu: Correct the rc6 offset upon enablingChris Wilson2020-02-101-0/+12
| * | drm/i915: Fix i915_error_state_store error definationZhang Xiaoxu2020-02-091-2/+1
| * | drm/i915/bios: Fix the timing parametersVandita Kulkarni2020-02-091-2/+4
| * | drm/i915/dsi: Ensure that the ACPI adapter lookup overrides the bus numVivek Kasireddy2020-02-091-2/+1
| * | drm/i915: Fix post-fastset modeset check for port syncVille Syrjälä2020-02-091-26/+17
| * | drm/i915/dsi: Lookup the i2c bus from ACPI NS only if CONFIG_ACPI=y (v2)Vivek Kasireddy2020-02-091-16/+31
* | | Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-01-30275-14483/+20394
|\| |
| * | Backmerge v5.5-rc7 into drm-nextDave Airlie2020-01-207-6/+126
| |\ \
| * \ \ Merge tag 'drm-intel-next-2020-01-14' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2020-01-15141-7007/+8946
| |\ \ \
| | * | | drm/i915: Update DRIVER_DATE to 20200114Jani Nikula2020-01-141-2/+2
| | * | | drm/i915/gt: Always reset the timeslice after a context switchChris Wilson2020-01-131-2/+2
| | * | | drm/i915: Fix too few arguments to function i915_capture_error_stateZhang Xiaoxu2020-01-131-4/+2
| | * | | drm/i915: Fix multiple definition of 'i915_vma_capture_finish'Zhang Xiaoxu2020-01-131-2/+3
| | * | | drm/i915: Use the passed in encoderVille Syrjälä2020-01-131-2/+2
| | * | | drm/i915: Pass intel_encoder to enc_to_*()Ville Syrjälä2020-01-1322-212/+217
| | * | | drm/i915: Pass intel_connector to intel_attached_*()Ville Syrjälä2020-01-139-54/+54