mbox series

[PULL] drm-misc-fixes

Message ID af0dc371-16e0-cee8-0d71-4824d44aa973@linux.intel.com (mailing list archive)
State New, archived
Headers show
Series [PULL] drm-misc-fixes | expand

Pull-request

git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2019-08-02

Message

Maarten Lankhorst Aug. 2, 2019, 1:43 p.m. UTC
Hey,

Bit late, but fixes for v5.3-rc3. :)

drm-misc-fixes-2019-08-02:
drm-misc-fixes for v5.3-rc3:
- Fix some build errors in drm/bridge.
- Do not build i810 on CONFIG_PREEMPTION.
- Fix cache sync on arm in vgem.
- Allow mapping fb in drm_client only when required, and use it to fix bochs fbdev.
The following changes since commit 609488bc979f99f805f34e9a32c1e3b71179d10b:

  Linux 5.3-rc2 (2019-07-28 12:47:02 -0700)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2019-08-02

for you to fetch changes up to 58540594570778fd149cd8c9b2bff61f2cefa8c9:

  drm/bochs: Use shadow buffer for bochs framebuffer console (2019-08-01 15:01:42 +0200)

----------------------------------------------------------------
drm-misc-fixes for v5.3-rc3:
- Fix some build errors in drm/bridge.
- Do not build i810 on CONFIG_PREEMPTION.
- Fix cache sync on arm in vgem.
- Allow mapping fb in drm_client only when required, and use it to fix bochs fbdev.

----------------------------------------------------------------
Maarten Lankhorst (1):
      Merge tag 'v5.3-rc2' into drm-misc-fixes

Rob Clark (1):
      drm/vgem: fix cache synchronization on arm/arm64

Thomas Gleixner (1):
      drm/i810: Use CONFIG_PREEMPTION

Thomas Zimmermann (4):
      drm/client: Support unmapping of DRM client buffers
      drm/fb-helper: Map DRM client buffer only when required
      drm/fb-helper: Instanciate shadow FB if configured in device's mode_config
      drm/bochs: Use shadow buffer for bochs framebuffer console

YueHaibing (2):
      drm/bridge: lvds-encoder: Fix build error while CONFIG_DRM_KMS_HELPER=m
      drm/bridge: tc358764: Fix build error

 drivers/gpu/drm/Kconfig           |   2 +-
 drivers/gpu/drm/bochs/bochs_kms.c |   1 +
 drivers/gpu/drm/bridge/Kconfig    |   4 +-
 drivers/gpu/drm/drm_client.c      |  60 ++++++++++++++----
 drivers/gpu/drm/drm_fb_helper.c   |  51 +++++++++++----
 drivers/gpu/drm/vgem/vgem_drv.c   | 130 ++++++++++++++++++++++++--------------
 include/drm/drm_client.h          |   2 +
 include/drm/drm_mode_config.h     |   7 ++
 8 files changed, 186 insertions(+), 71 deletions(-)

Comments

Daniel Vetter Aug. 2, 2019, 3:07 p.m. UTC | #1
On Fri, Aug 02, 2019 at 03:43:48PM +0200, Maarten Lankhorst wrote:
> Hey,
> 
> Bit late, but fixes for v5.3-rc3. :)

Yes, please try to prep and send out -fixes pull on Thu latest. Otherwise
there's no time to fix things up and it eats into w/e ...

> 
> drm-misc-fixes-2019-08-02:
> drm-misc-fixes for v5.3-rc3:
> - Fix some build errors in drm/bridge.
> - Do not build i810 on CONFIG_PREEMPTION.
> - Fix cache sync on arm in vgem.
> - Allow mapping fb in drm_client only when required, and use it to fix bochs fbdev.
> The following changes since commit 609488bc979f99f805f34e9a32c1e3b71179d10b:
> 
>   Linux 5.3-rc2 (2019-07-28 12:47:02 -0700)
> 
> are available in the Git repository at:
> 
>   git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2019-08-02

Pulled, thanks.
-Daniel

> 
> for you to fetch changes up to 58540594570778fd149cd8c9b2bff61f2cefa8c9:
> 
>   drm/bochs: Use shadow buffer for bochs framebuffer console (2019-08-01 15:01:42 +0200)
> 
> ----------------------------------------------------------------
> drm-misc-fixes for v5.3-rc3:
> - Fix some build errors in drm/bridge.
> - Do not build i810 on CONFIG_PREEMPTION.
> - Fix cache sync on arm in vgem.
> - Allow mapping fb in drm_client only when required, and use it to fix bochs fbdev.
> 
> ----------------------------------------------------------------
> Maarten Lankhorst (1):
>       Merge tag 'v5.3-rc2' into drm-misc-fixes
> 
> Rob Clark (1):
>       drm/vgem: fix cache synchronization on arm/arm64
> 
> Thomas Gleixner (1):
>       drm/i810: Use CONFIG_PREEMPTION
> 
> Thomas Zimmermann (4):
>       drm/client: Support unmapping of DRM client buffers
>       drm/fb-helper: Map DRM client buffer only when required
>       drm/fb-helper: Instanciate shadow FB if configured in device's mode_config
>       drm/bochs: Use shadow buffer for bochs framebuffer console
> 
> YueHaibing (2):
>       drm/bridge: lvds-encoder: Fix build error while CONFIG_DRM_KMS_HELPER=m
>       drm/bridge: tc358764: Fix build error
> 
>  drivers/gpu/drm/Kconfig           |   2 +-
>  drivers/gpu/drm/bochs/bochs_kms.c |   1 +
>  drivers/gpu/drm/bridge/Kconfig    |   4 +-
>  drivers/gpu/drm/drm_client.c      |  60 ++++++++++++++----
>  drivers/gpu/drm/drm_fb_helper.c   |  51 +++++++++++----
>  drivers/gpu/drm/vgem/vgem_drv.c   | 130 ++++++++++++++++++++++++--------------
>  include/drm/drm_client.h          |   2 +
>  include/drm/drm_mode_config.h     |   7 ++
>  8 files changed, 186 insertions(+), 71 deletions(-)