summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | | drm/i915: Bump up CDCLK to eliminate underruns on TGLStanislav Lisovskiy2020-01-131-0/+12
| | * | | drm/i915/pmu: Do not use colons or dashes in PMU namesTvrtko Ursulin2020-01-131-3/+8
| | * | | drm/i915: Correct typo in i915_vma_compress_finish stubChris Wilson2020-01-111-2/+3
| | * | | drm/i915/uc: Add sanitize to to intel_uc_opsMichal Wajdeczko2020-01-112-9/+4
| | * | | drm/i915/uc: Add init/fini to to intel_uc_opsMichal Wajdeczko2020-01-112-6/+10
| | * | | drm/i915/uc: Add init_fw/fini_fw to to intel_uc_opsMichal Wajdeczko2020-01-112-6/+10
| | * | | drm/i915/uc: Add ops to intel_ucMichal Wajdeczko2020-01-112-12/+54
| | * | | drm/i915/gt: Hold rpm wakeref before taking ggtt->vm.mutexChris Wilson2020-01-102-23/+19
| | * | | drm/i915/dsi: Parse the I2C element from the VBT MIPI sequence block (v3)Vivek Kasireddy2020-01-102-2/+100
| | * | | drm/i915: Drop request list from error stateChris Wilson2020-01-102-70/+8
OpenPOWER on IntegriCloud