diff options
author | Dave Airlie <airlied@redhat.com> | 2020-02-21 12:46:54 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2020-02-21 12:46:54 +1000 |
commit | 97d9a4e9619a822c5baf6a63e6f5b80fee4d4213 (patch) | |
tree | ff60199fe101f2e1ad6900de96b26b16471e98e7 /MAINTAINERS | |
parent | c1368b347fe81d9271412797fea8788dd5dc16b3 (diff) | |
parent | 15de9cb5c9c83a23be92b8f7a1178cead1486587 (diff) | |
download | lwn-97d9a4e9619a822c5baf6a63e6f5b80fee4d4213.tar.gz lwn-97d9a4e9619a822c5baf6a63e6f5b80fee4d4213.zip |
Merge tag 'drm-intel-fixes-2020-02-20' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
drm/i915 fixes for v5.6-rc3:
- Workaround missing Display Stream Compression (DSC) state readout by
forcing modeset when its enabled at probe
- Fix EHL port clock voltage level requirements
- Fix queuing retire workers on the virtual engine
- Fix use of partially initialized waiters
- Stop using drm_pci_alloc/drm_pci/free
- Fix rewind of RING_TAIL by forcing a context reload
- Fix locking on resetting ring->head
- Propagate our bug filing URL change to stable kernels
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/87y2sxtsrd.fsf@intel.com
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a0d86490c2c6..19dd0d4ffdcc 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8392,7 +8392,7 @@ M: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> M: Rodrigo Vivi <rodrigo.vivi@intel.com> L: intel-gfx@lists.freedesktop.org W: https://01.org/linuxgraphics/ -B: https://01.org/linuxgraphics/documentation/how-report-bugs +B: https://gitlab.freedesktop.org/drm/intel/-/wikis/How-to-file-i915-bugs C: irc://chat.freenode.net/intel-gfx Q: http://patchwork.freedesktop.org/project/intel-gfx/ T: git git://anongit.freedesktop.org/drm-intel |