Age | Commit message (Expand) | Author |
2020-01-20 | Backmerge v5.5-rc7 into drm-next | Dave Airlie |
2020-01-18 | Merge tag 'drm-fixes-2020-01-19' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds |
2020-01-15 | Merge tag 'drm-intel-next-2020-01-14' of git://anongit.freedesktop.org/drm/dr... | Dave Airlie |
2020-01-14 | drm/i915: Update DRIVER_DATE to 20200114 | Jani Nikula |
2020-01-14 | drm/i915/pmu: Do not use colons or dashes in PMU names | Tvrtko Ursulin |
2020-01-13 | Merge tag 'Intel-CVE-2019-14615' from bundle by Akeem Abodunrin. | Linus Torvalds |
2020-01-13 | drm/i915/gt: Always reset the timeslice after a context switch | Chris Wilson |
2020-01-13 | drm/i915: Fix too few arguments to function i915_capture_error_state | Zhang Xiaoxu |
2020-01-13 | drm/i915: Fix multiple definition of 'i915_vma_capture_finish' | Zhang Xiaoxu |
2020-01-13 | drm/i915: Use the passed in encoder | Ville Syrjälä |
2020-01-13 | drm/i915: Pass intel_encoder to enc_to_*() | Ville Syrjälä |
2020-01-13 | drm/i915: Pass intel_connector to intel_attached_*() | Ville Syrjälä |
2020-01-13 | drm/i915/gt: Mark ring->vma as active while pinned | Chris Wilson |
2020-01-13 | drm/i915/gt: Mark context->state vma as active while pinned | Chris Wilson |
2020-01-13 | drm/i915/gt: Skip trying to unbind in restore_ggtt_mappings | Chris Wilson |
2020-01-13 | drm/i915: Bump up CDCLK to eliminate underruns on TGL | Stanislav Lisovskiy |
2020-01-13 | drm/i915: Add missing include file <linux/math64.h> | YueHaibing |
2020-01-13 | drm/i915/pmu: Do not use colons or dashes in PMU names | Tvrtko Ursulin |
2020-01-13 | Merge tag 'amd-drm-next-5.6-2020-01-10-dp-mst-dsc' of git://people.freedeskto... | Dave Airlie |
2020-01-11 | drm/i915: Correct typo in i915_vma_compress_finish stub | Chris Wilson |
2020-01-11 | drm/i915/uc: Add sanitize to to intel_uc_ops | Michal Wajdeczko |
2020-01-11 | drm/i915/uc: Add init/fini to to intel_uc_ops | Michal Wajdeczko |
2020-01-11 | drm/i915/uc: Add init_fw/fini_fw to to intel_uc_ops | Michal Wajdeczko |
2020-01-11 | drm/i915/uc: Add ops to intel_uc | Michal Wajdeczko |
2020-01-10 | drm/i915/gt: Hold rpm wakeref before taking ggtt->vm.mutex | Chris Wilson |
2020-01-10 | drm/i915/dsi: Parse the I2C element from the VBT MIPI sequence block (v3) | Vivek Kasireddy |
2020-01-10 | drm/i915: Drop request list from error state | Chris Wilson |
2020-01-10 | drm/i915: Drop the shadow ring state from the error capture | Chris Wilson |
2020-01-10 | drm/i915: Drop the shadow w/a batch buffer | Chris Wilson |
2020-01-10 | drm/i915: Start chopping up the GPU error capture | Chris Wilson |
2020-01-10 | drm/i915/gt: Mark ring->vma as active while pinned | Chris Wilson |
2020-01-10 | drm/i915/gt: Mark context->state vma as active while pinned | Chris Wilson |
2020-01-10 | drm/i915/gt: Skip trying to unbind in restore_ggtt_mappings | Chris Wilson |
2020-01-10 | drm/i915/uncore: use new struct drm_device based macros. | Wambui Karuga |
2020-01-10 | drm/i915/sideband: convert to using new struct drm_device logging macros | Wambui Karuga |
2020-01-10 | drm/i915/lmem: use new struct drm_device based logging macros. | Wambui Karuga |
2020-01-10 | drm/i915/pm: use new struct drm_device logging macros. | Wambui Karuga |
2020-01-10 | drm/i915/pch: convert to using the drm_dbg_kms() macro. | Wambui Karuga |
2020-01-09 | drm/dp_mst: Manually overwrite PBN divider for calculating timeslots | Mikita Lipski |
2020-01-09 | drm/dp_mst: Add PBN calculation for DSC modes | David Francis |
2020-01-09 | drm/i915/gtt: add missing include file asm/smp.h | Chen Zhou |
2020-01-09 | drm/i915: Pass cpu_transcoder to assert_pipe_disabled() always | Ville Syrjälä |
2020-01-09 | drm/i915: Fix MST disable sequence | Ville Syrjälä |
2020-01-09 | Merge drm/drm-next into drm-intel-next-queued | Jani Nikula |
2020-01-09 | drm/i915/gen9: Clear residual context state on context switch | Akeem G Abodunrin |
2020-01-09 | drm/i915: use true,false for bool variable in intel_crt.c | Ma Feng |
2020-01-09 | drm/i915/dp: use true,false for bool variable in intel_dp.c | Ma Feng |
2020-01-09 | drm/i915: use true,false for bool variable in i915_debugfs.c | Ma Feng |
2020-01-09 | drm/i915/gt: runtime-pm is no longer required for ce->ops->pin() | Chris Wilson |
2020-01-09 | drm/i915/gt: Pull context activation into central intel_context_pin() | Chris Wilson |