aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915 (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-30Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds275-14483/+20394
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds1-1/+1
2020-01-21drm/i915: Align engine->uabi_class/instance with i915_drm.hTvrtko Ursulin2-8/+8
2020-01-21drm/i915/userptr: fix size calculationMatthew Auld2-4/+7
2020-01-20Backmerge v5.5-rc7 into drm-nextDave Airlie7-6/+126
2020-01-18Merge tag 'drm-fixes-2020-01-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds4-11/+48
2020-01-15Merge tag 'drm-intel-next-2020-01-14' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie141-7007/+8946
2020-01-14drm/i915: Update DRIVER_DATE to 20200114Jani Nikula1-2/+2
2020-01-14drm/i915/pmu: Do not use colons or dashes in PMU namesTvrtko Ursulin1-3/+8
2020-01-13Merge tag 'Intel-CVE-2019-14615' from bundle by Akeem Abodunrin.Linus Torvalds1-0/+8
2020-01-13drm/i915/gt: Always reset the timeslice after a context switchChris Wilson1-2/+2
2020-01-13drm/i915: Fix too few arguments to function i915_capture_error_stateZhang Xiaoxu1-4/+2
2020-01-13drm/i915: Fix multiple definition of 'i915_vma_capture_finish'Zhang Xiaoxu1-2/+3
2020-01-13drm/i915: Use the passed in encoderVille Syrjälä1-2/+2
2020-01-13drm/i915: Pass intel_encoder to enc_to_*()Ville Syrjälä22-212/+217
2020-01-13drm/i915: Pass intel_connector to intel_attached_*()Ville Syrjälä9-54/+54
2020-01-13drm/i915/gt: Mark ring->vma as active while pinnedChris Wilson1-3/+28
2020-01-13drm/i915/gt: Mark context->state vma as active while pinnedChris Wilson1-0/+9
2020-01-13drm/i915/gt: Skip trying to unbind in restore_ggtt_mappingsChris Wilson1-5/+2
2020-01-13drm/i915: Bump up CDCLK to eliminate underruns on TGLStanislav Lisovskiy1-0/+12
2020-01-13drm/i915: Add missing include file <linux/math64.h>YueHaibing1-0/+1
2020-01-13drm/i915/pmu: Do not use colons or dashes in PMU namesTvrtko Ursulin1-3/+8
2020-01-13Merge tag 'amd-drm-next-5.6-2020-01-10-dp-mst-dsc' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-2/+3
2020-01-11drm/i915: Correct typo in i915_vma_compress_finish stubChris Wilson1-2/+3
2020-01-11drm/i915/uc: Add sanitize to to intel_uc_opsMichal Wajdeczko2-9/+4
2020-01-11drm/i915/uc: Add init/fini to to intel_uc_opsMichal Wajdeczko2-6/+10
2020-01-11drm/i915/uc: Add init_fw/fini_fw to to intel_uc_opsMichal Wajdeczko2-6/+10
2020-01-11drm/i915/uc: Add ops to intel_ucMichal Wajdeczko2-12/+54
2020-01-10drm/i915/gt: Hold rpm wakeref before taking ggtt->vm.mutexChris Wilson2-23/+19
2020-01-10drm/i915/dsi: Parse the I2C element from the VBT MIPI sequence block (v3)Vivek Kasireddy2-2/+100
2020-01-10drm/i915: Drop request list from error stateChris Wilson2-70/+8
2020-01-10drm/i915: Drop the shadow ring state from the error captureChris Wilson2-9/+0
2020-01-10drm/i915: Drop the shadow w/a batch bufferChris Wilson1-2/+0
2020-01-10drm/i915: Start chopping up the GPU error captureChris Wilson11-673/+877
2020-01-10drm/i915/gt: Mark ring->vma as active while pinnedChris Wilson1-3/+28
2020-01-10drm/i915/gt: Mark context->state vma as active while pinnedChris Wilson1-0/+9
2020-01-10drm/i915/gt: Skip trying to unbind in restore_ggtt_mappingsChris Wilson1-5/+2
2020-01-10drm/i915/uncore: use new struct drm_device based macros.Wambui Karuga1-12/+13
2020-01-10drm/i915/sideband: convert to using new struct drm_device logging macrosWambui Karuga1-12/+17
2020-01-10drm/i915/lmem: use new struct drm_device based logging macros.Wambui Karuga1-4/+6
2020-01-10drm/i915/pm: use new struct drm_device logging macros.Wambui Karuga1-157/+194
2020-01-10drm/i915/pch: convert to using the drm_dbg_kms() macro.Wambui Karuga1-22/+24
2020-01-09drm/dp_mst: Manually overwrite PBN divider for calculating timeslotsMikita Lipski1-1/+1
2020-01-09drm/dp_mst: Add PBN calculation for DSC modesDavid Francis1-1/+2
2020-01-09drm/i915/gtt: add missing include file asm/smp.hChen Zhou1-0/+1
2020-01-09drm/i915: Pass cpu_transcoder to assert_pipe_disabled() alwaysVille Syrjälä2-3/+3
2020-01-09drm/i915: Fix MST disable sequenceVille Syrjälä1-10/+12
2020-01-09Merge drm/drm-next into drm-intel-next-queuedJani Nikula10-161/+8
2020-01-09drm/i915/gen9: Clear residual context state on context switchAkeem G Abodunrin1-0/+8
2020-01-09drm/i915: use true,false for bool variable in intel_crt.cMa Feng1-3/+3