Hi Dave,
This is the pull request that I tried to send few days ago, but apparently I had some issue with my mutt/smtp and it didn't go through.
Well, I don't think that there is anything critical that cannot wait another week or -rc2 Anyway I'm sending just in case, for the record, and to try out my dim changes that allow to do pull requests with old generated tags. :)
Here goes drm-intel-next-fixes-2018-08-22:
One important fix for display affecting NUCs with LSPCON and other 3 small fixes for: - audio hook when display is disabled - icl's has_csr definition - vma stop holding ppgtt reference
Thanks, Rodrigo.
The following changes since commit 4795ac626a2fe5ce99ff788080ace343faf4c886:
Merge tag 'gvt-next-fixes-2018-08-14' of https://github.com/intel/gvt-linux into drm-intel-next-fixes (2018-08-15 13:42:32 -0700)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm-intel tags/drm-intel-next-fixes-2018-08-22
for you to fetch changes up to 2693efd99cad2509522a88722e04162b7e869333:
drm/i915/audio: Hook up component bindings even if displays are disabled (2018-08-20 17:24:55 -0700)
---------------------------------------------------------------- One important fix for display affecting NUCs with LSPCON and other 3 small fixes for: - audio hook when display is disabled - icl's has_csr definition - vma stop holding ppgtt reference
---------------------------------------------------------------- Anusha Srivatsa (1): drm/i915: Do not redefine the has_csr parameter.
Chris Wilson (2): drm/i915: Stop holding a ref to the ppgtt from each vma drm/i915/audio: Hook up component bindings even if displays are disabled
Fredrik Schön (1): drm/i915: Increase LSPCON timeout
drivers/gpu/drm/i915/i915_pci.c | 1 - drivers/gpu/drm/i915/i915_vma.c | 4 ---- drivers/gpu/drm/i915/intel_audio.c | 3 --- drivers/gpu/drm/i915/intel_lspcon.c | 2 +- 4 files changed, 1 insertion(+), 9 deletions(-)
dri-devel@lists.freedesktop.org