[Intel-gfx] [PULL] drm-intel-fixes
Rodrigo Vivi
rodrigo.vivi at intel.com
Thu Sep 28 00:54:56 UTC 2017
Hi Dave,
Here goes the drm/i915 fixes for 4.14-rc3
Couple fixes for stable:
- Fix ELD connector types and consequently audio on DP (Jani).
- Ignore HDMI on Port A and consequently fix an ops on i915 probe
when VBT advertises HDMI on Port A (Jani).
And a small fix:
- That removes a reduntant hw_check on modeset. (Colin)
This last one is really minor, but dim scripts got it and
I decided to keep to keep consistency with our CI run.
Also, unfortunately I didn't rebase on Linus 4.14-rc2 tag as I should,
but it is based on a later merge he did. So pull request itself is
not ideal but at least it is sane this time.
But for next time I will make sure I rebase it on
fixed tags as Jani was doing and also I'm already taking a look to
improving our documents and maybe dim script to automate that rebase.
Thanks,
Rodrigo.
The following changes since commit e365806ac289457263a133bd32df8df49897f612:
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs (2017-09-25 18:24:14 -0700)
are available in the git repository at:
git://anongit.freedesktop.org/git/drm-intel tags/drm-intel-fixes-2017-09-27
for you to fetch changes up to 2ba7d7e0437127314864238f8bfcb8369d81075c:
drm/i915/bios: ignore HDMI on port A (2017-09-26 09:14:28 -0700)
----------------------------------------------------------------
drm/i915 fixes for 4.14-rc3
Couple fixes for stable:
- Fix ELD connector types and consequently audio on DP (Jani).
- Ignore HDMI on Port A and consequently fix an ops on i915 probe
when VBT advertises HDMI on Port A (Jani).
And a small fix:
- That removes a reduntant hw_check on modeset. (Colin)
----------------------------------------------------------------
Colin Ian King (1):
drm/i915: remove redundant variable hw_check
Jani Nikula (2):
drm/i915: always update ELD connector type after get modes
drm/i915/bios: ignore HDMI on port A
drivers/gpu/drm/i915/intel_audio.c | 5 -----
drivers/gpu/drm/i915/intel_bios.c | 7 +++++++
drivers/gpu/drm/i915/intel_display.c | 2 --
drivers/gpu/drm/i915/intel_modes.c | 17 +++++++++++++++++
4 files changed, 24 insertions(+), 7 deletions(-)
More information about the Intel-gfx
mailing list