intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PULL] drm-misc-next-fixes
@ 2025-10-02 12:23 Thomas Zimmermann
  0 siblings, 0 replies; 73+ messages in thread
From: Thomas Zimmermann @ 2025-10-02 12:23 UTC (permalink / raw)
  To: Dave Airlie, Simona Vetter
  Cc: Jani Nikula, Joonas Lahtinen, Tvrtko Ursulin, Rodrigo Vivi,
	Thomas Zimmermann, Maarten Lankhorst, Maxime Ripard,
	Thomas Hellström, Oded Gabbay, Lucas De Marchi, dri-devel,
	intel-gfx, intel-xe, dim-tools

Hi Dave, Sima,

here's the PR for drm-misc-next-fixes. All further fixes for upstream
will now go through drm-misc-fixes again.

Best regards
Thomas

drm-misc-next-fixes-2025-10-02:
Short summary of fixes pull:

v3d:
- Fix fence locking
The following changes since commit 0c4932f6ddf815618fa34f7403df682aed7862b5:

  drm/tiny: pixpaper: Fix missing dependency on DRM_GEM_SHMEM_HELPER (2025-09-23 14:07:04 +0200)

are available in the Git repository at:

  https://gitlab.freedesktop.org/drm/misc/kernel.git tags/drm-misc-next-fixes-2025-10-02

for you to fetch changes up to adefb2ccea1e96b452cbbc39150bc0ccf1688b99:

  drm/v3d: create a dedicated lock for dma fence (2025-09-30 14:28:14 -0100)

----------------------------------------------------------------
Short summary of fixes pull:

v3d:
- Fix fence locking

----------------------------------------------------------------
Melissa Wen (1):
      drm/v3d: create a dedicated lock for dma fence

 drivers/gpu/drm/v3d/v3d_drv.h   | 2 ++
 drivers/gpu/drm/v3d/v3d_fence.c | 2 +-
 drivers/gpu/drm/v3d/v3d_gem.c   | 1 +
 3 files changed, 4 insertions(+), 1 deletion(-)

-- 
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Frankenstrasse 146, 90461 Nuernberg, Germany
GF: Ivo Totev, Andrew Myers, Andrew McDonald, Boudien Moerman
HRB 36809 (AG Nuernberg)

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2025-09-25  6:42 Thomas Zimmermann
  0 siblings, 0 replies; 73+ messages in thread
From: Thomas Zimmermann @ 2025-09-25  6:42 UTC (permalink / raw)
  To: Dave Airlie, Simona Vetter
  Cc: Jani Nikula, Joonas Lahtinen, Tvrtko Ursulin, Rodrigo Vivi,
	Thomas Zimmermann, Maarten Lankhorst, Maxime Ripard,
	Thomas Hellström, Oded Gabbay, Lucas De Marchi, dri-devel,
	intel-gfx, intel-xe, dim-tools

Hi Dave, Sima,

here's the drm-misc-next-fixes PR.

Best regards
Thomas

drm-misc-next-fixes-2025-09-25:
Short summary of fixes pull:

bridge:
- waveshare-dsi: Fix error handling in probe function

pixpaper:
- select GEM SHMEM helpers
The following changes since commit 0265d0ebb409a25d3bb3a19494e0173d06d9d132:

  drm/pixpaper: Fix return type of pixpaper_mode_valid() (2025-09-15 12:29:37 +0200)

are available in the Git repository at:

  https://gitlab.freedesktop.org/drm/misc/kernel.git tags/drm-misc-next-fixes-2025-09-25

for you to fetch changes up to 0c4932f6ddf815618fa34f7403df682aed7862b5:

  drm/tiny: pixpaper: Fix missing dependency on DRM_GEM_SHMEM_HELPER (2025-09-23 14:07:04 +0200)

----------------------------------------------------------------
Short summary of fixes pull:

bridge:
- waveshare-dsi: Fix error handling in probe function

pixpaper:
- select GEM SHMEM helpers

----------------------------------------------------------------
LiangCheng Wang (1):
      drm/tiny: pixpaper: Fix missing dependency on DRM_GEM_SHMEM_HELPER

Liu Ying (1):
      drm/bridge: waveshare-dsi: Fix bailout for devm_drm_bridge_alloc()

 drivers/gpu/drm/bridge/waveshare-dsi.c | 4 ++--
 drivers/gpu/drm/tiny/Kconfig           | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

-- 
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Frankenstrasse 146, 90461 Nuernberg, Germany
GF: Ivo Totev, Andrew Myers, Andrew McDonald, Boudien Moerman
HRB 36809 (AG Nuernberg)

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2025-09-18  6:45 Thomas Zimmermann
  0 siblings, 0 replies; 73+ messages in thread
From: Thomas Zimmermann @ 2025-09-18  6:45 UTC (permalink / raw)
  To: Dave Airlie, Simona Vetter
  Cc: Jani Nikula, Joonas Lahtinen, Tvrtko Ursulin, Rodrigo Vivi,
	Thomas Zimmermann, Maarten Lankhorst, Maxime Ripard,
	Thomas Hellström, Oded Gabbay, Lucas De Marchi, dri-devel,
	intel-gfx, intel-xe, dim-tools

Hi Dave, Sima,

getting closer to the next merge window, here's the first PR from
drm-misc-next-fixes.

Best regards
Thomas

drm-misc-next-fixes-2025-09-18:
Short summary of fixes pull:

pixpaper:
- Fix mode_valid function signature
The following changes since commit 0d9f0083f7a5a31d91d501467b499bb8c4b25bdf:

  Merge tag 'v6.17-rc6' into drm-next (2025-09-15 17:51:07 +1000)

are available in the Git repository at:

  https://gitlab.freedesktop.org/drm/misc/kernel.git tags/drm-misc-next-fixes-2025-09-18

for you to fetch changes up to 0265d0ebb409a25d3bb3a19494e0173d06d9d132:

  drm/pixpaper: Fix return type of pixpaper_mode_valid() (2025-09-15 12:29:37 +0200)

----------------------------------------------------------------
Short summary of fixes pull:

pixpaper:
- Fix mode_valid function signature

----------------------------------------------------------------
Nathan Chancellor (1):
      drm/pixpaper: Fix return type of pixpaper_mode_valid()

Thomas Zimmermann (1):
      Merge drm/drm-next into drm-misc-next-fixes

 drivers/gpu/drm/tiny/pixpaper.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Frankenstrasse 146, 90461 Nuernberg, Germany
GF: Ivo Totev, Andrew Myers, Andrew McDonald, Boudien Moerman
HRB 36809 (AG Nuernberg)

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2025-08-12  6:47 Thomas Zimmermann
  0 siblings, 0 replies; 73+ messages in thread
From: Thomas Zimmermann @ 2025-08-12  6:47 UTC (permalink / raw)
  To: Dave Airlie, Simona Vetter
  Cc: Jani Nikula, Joonas Lahtinen, Tvrtko Ursulin, Rodrigo Vivi,
	Thomas Zimmermann, Maarten Lankhorst, Maxime Ripard,
	Thomas Hellström, Oded Gabbay, Lucas De Marchi, dri-devel,
	intel-gfx, intel-xe, dim-tools

Hi Dave, Sima,

this PR contains a number of left-over changes from drm-misc-next-fixes
for upstream. Most importantly, there's a fix for leaking OF nodes and
several fixes for format selection in fbdev emulation.

Best regards
Thomas

drm-misc-next-fixes-2025-08-12:
Short summary of fixes pull:

bridge:
- fix OF-node leak
- fix documentation

fbdev-emulation:
- pass correct format info to drm_helper_mode_fill_fb_struct()

panfrost:
- print correct RSS size
The following changes since commit 6531a2cf07ef156956840853692755cc7e1621b7:

  Merge tag 'drm-xe-next-fixes-2025-07-31' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-next (2025-08-01 07:09:16 +1000)

are available in the Git repository at:

  https://gitlab.freedesktop.org/drm/misc/kernel.git tags/drm-misc-next-fixes-2025-08-12

for you to fetch changes up to 54d4f445517fe8350d735624d7f4225e7511d9eb:

  drm/panfrost: Print RSS for tiler heap BO's in debugfs GEMS file (2025-08-12 08:31:47 +0200)

----------------------------------------------------------------
Short summary of fixes pull:

bridge:
- fix OF-node leak
- fix documentation

fbdev-emulation:
- pass correct format info to drm_helper_mode_fill_fb_struct()

panfrost:
- print correct RSS size

----------------------------------------------------------------
Adrián Larumbe (1):
      drm/panfrost: Print RSS for tiler heap BO's in debugfs GEMS file

Andy Yan (1):
      drm/bridge: Describe the newly introduced drm_connector parameter for drm_bridge_detect

Dmitry Baryshkov (1):
      drm/bridge: document HDMI CEC callbacks

Imre Deak (3):
      drm/omap: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()
      drm/nouveau: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()
      drm/radeon: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()

Johan Hovold (1):
      drm/bridge: fix OF node leak

Maarten Lankhorst (1):
      Merge remote-tracking branch 'drm/drm-next' into drm-misc-next-fixes

 drivers/gpu/drm/bridge/aux-bridge.c       |  2 ++
 drivers/gpu/drm/drm_bridge.c              |  1 +
 drivers/gpu/drm/nouveau/nouveau_display.c |  9 ++----
 drivers/gpu/drm/nouveau/nouveau_display.h |  3 ++
 drivers/gpu/drm/omapdrm/omap_fb.c         | 23 +++++++--------
 drivers/gpu/drm/omapdrm/omap_fb.h         |  2 ++
 drivers/gpu/drm/omapdrm/omap_fbdev.c      |  5 +++-
 drivers/gpu/drm/panfrost/panfrost_gem.c   |  2 +-
 drivers/gpu/drm/radeon/radeon_display.c   |  5 ++--
 drivers/gpu/drm/radeon/radeon_fbdev.c     | 11 +++----
 drivers/gpu/drm/radeon/radeon_mode.h      |  2 ++
 include/drm/drm_bridge.h                  | 48 +++++++++++++++++++++++++++++++
 12 files changed, 85 insertions(+), 28 deletions(-)

-- 
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Frankenstrasse 146, 90461 Nuernberg, Germany
GF: Ivo Totev, Andrew Myers, Andrew McDonald, Boudien Moerman
HRB 36809 (AG Nuernberg)

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2025-07-24  6:52 Maxime Ripard
  0 siblings, 0 replies; 73+ messages in thread
From: Maxime Ripard @ 2025-07-24  6:52 UTC (permalink / raw)
  To: Dave Airlie, Simona Vetter
  Cc: Jani Nikula, Joonas Lahtinen, Tvrtko Ursulin, Rodrigo Vivi,
	Thomas Zimmermann, Maarten Lankhorst, Maxime Ripard,
	Thomas Hellström, Oded Gabbay, Lucas De Marchi, dri-devel,
	intel-gfx, intel-xe, dim-tools

[-- Attachment #1: Type: text/plain, Size: 1242 bytes --]

Hi,

Here's this week drm-misc-next-fixes PR.

Maxime

drm-misc-next-fixes-2025-07-24:
Two more bridge conversions to devm_drm_bridge_alloc that address a
warning now reported by the bridge core code.
The following changes since commit fe69a391808404977b1f002a6e7447de3de7a88e:

  drm/panthor: Fix UAF in panthor_gem_create_with_handle() debugfs code (2025-07-10 10:16:50 +0100)

are available in the Git repository at:

  https://gitlab.freedesktop.org/drm/misc/kernel.git tags/drm-misc-next-fixes-2025-07-24

for you to fetch changes up to b213eb34f857c45bdd769c9e9191a386accc9e8f:

  drm/tidss: oldi: convert to devm_drm_bridge_alloc() API (2025-07-18 14:55:57 +0300)

----------------------------------------------------------------
Two more bridge conversions to devm_drm_bridge_alloc that address a
warning now reported by the bridge core code.

----------------------------------------------------------------
Jayesh Choudhary (1):
      drm/tidss: oldi: convert to devm_drm_bridge_alloc() API

Michael Walle (1):
      drm/tidss: encoder: convert to devm_drm_bridge_alloc()

 drivers/gpu/drm/tidss/tidss_encoder.c | 10 +++++++---
 drivers/gpu/drm/tidss/tidss_oldi.c    |  8 ++++----
 2 files changed, 11 insertions(+), 7 deletions(-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 273 bytes --]

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2025-06-05 17:02 Maarten Lankhorst
  0 siblings, 0 replies; 73+ messages in thread
From: Maarten Lankhorst @ 2025-06-05 17:02 UTC (permalink / raw)
  To: Simona Vetter, Dave Airlie
  Cc: dim-tools, intel-xe, intel-gfx, dri-devel, Lucas De Marchi,
	Oded Gabbay, Thomas Hellström, Maxime Ripard,
	Maarten Lankhorst, Thomas Zimmermann, Rodrigo Vivi,
	Tvrtko Ursulin, Joonas Lahtinen, Jani Nikula

Hi Dave, Simona,

Small list of fixes for v6.16-rc1!

Best regards!
~Maarten

drm-misc-next-fixes-2025-06-05:
drm-misc-fixes for v6.16-rc1:
- Fixes for nt37801 panel
- Fix null deref in HDMI audio helper.
- Fixes for analogix_dp.
The following changes since commit 7c1a9408ce5f34ded5a85db81cf80e0975901685:

  Merge tag 'drm-msm-next-2025-05-16' of https://gitlab.freedesktop.org/drm/msm into drm-next (2025-05-19 11:05:58 +1000)

are available in the Git repository at:

  https://gitlab.freedesktop.org/drm/misc/kernel.git tags/drm-misc-next-fixes-2025-06-05

for you to fetch changes up to fd03f82a026cc03cb8051a8c6487c99f96c9029f:

  drm/bridge: analogix_dp: Fix clk-disable removal (2025-05-28 16:53:31 +0300)

----------------------------------------------------------------
drm-misc-fixes for v6.16-rc1:
- Fixes for nt37801 panel
- Fix null deref in HDMI audio helper.
- Fixes for analogix_dp.

----------------------------------------------------------------
Arnd Bergmann (1):
      drm/panel: nt37801: select CONFIG_DRM_DISPLAY_DSC_HELPER

Damon Ding (1):
      drm/bridge: analogix_dp: Remove the unnecessary calls to clk_disable_unprepare() during probing

Dan Carpenter (1):
      drm/panel: nt37801: Fix IS_ERR() vs NULL check in probe()

Heiko Stuebner (1):
      drm/bridge: analogix_dp: Fix clk-disable removal

Nicolas Frattaroli (1):
      drm/connector: only call HDMI audio helper plugged cb if non-null

 drivers/gpu/drm/bridge/analogix/analogix_dp_core.c | 20 ++++++--------------
 drivers/gpu/drm/display/drm_hdmi_audio_helper.c    |  3 ++-
 drivers/gpu/drm/panel/Kconfig                      |  2 ++
 drivers/gpu/drm/panel/panel-novatek-nt37801.c      |  4 ++--
 4 files changed, 12 insertions(+), 17 deletions(-)

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2025-04-04  6:51 Thomas Zimmermann
  0 siblings, 0 replies; 73+ messages in thread
From: Thomas Zimmermann @ 2025-04-04  6:51 UTC (permalink / raw)
  To: Dave Airlie, Simona Vetter
  Cc: Jani Nikula, Joonas Lahtinen, Tvrtko Ursulin, Rodrigo Vivi,
	Thomas Zimmermann, Maarten Lankhorst, Maxime Ripard,
	Thomas Hellström, Oded Gabbay, Lucas De Marchi, dri-devel,
	intel-gfx, intel-xe, dim-tools

Hi Dave, Sima,

this is the final PR for this release cycle's drm-misc-next-fixes.

Best regards
Thomas

drm-misc-next-fixes-2025-04-04:
Short summary of fixes pull:

bridge:
- tda998x: Select CONFIG_DRM_KMS_HELPER
The following changes since commit ee20c69c789b6cb2179a535cf440d72b98f4a134:

  drm: adp: Fix NULL vs IS_ERR() check in adp_plane_new() (2025-03-14 09:42:11 -0400)

are available in the Git repository at:

  https://gitlab.freedesktop.org/drm/misc/kernel.git tags/drm-misc-next-fixes-2025-04-04

for you to fetch changes up to 85a063b8b281e144ed96463936fb4e6b3d4fe9e4:

  drm/i2c: tda998x: select CONFIG_DRM_KMS_HELPER (2025-03-30 21:02:06 +0300)

----------------------------------------------------------------
Short summary of fixes pull:

bridge:
- tda998x: Select CONFIG_DRM_KMS_HELPER

----------------------------------------------------------------
Arnd Bergmann (1):
      drm/i2c: tda998x: select CONFIG_DRM_KMS_HELPER

 drivers/gpu/drm/bridge/Kconfig | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

-- 
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Frankenstrasse 146, 90461 Nuernberg, Germany
GF: Ivo Totev, Andrew Myers, Andrew McDonald, Boudien Moerman
HRB 36809 (AG Nuernberg)

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2025-03-27 14:18 Thomas Zimmermann
  0 siblings, 0 replies; 73+ messages in thread
From: Thomas Zimmermann @ 2025-03-27 14:18 UTC (permalink / raw)
  To: Dave Airlie, Simona Vetter
  Cc: Jani Nikula, Joonas Lahtinen, Tvrtko Ursulin, Rodrigo Vivi,
	Thomas Zimmermann, Maarten Lankhorst, Maxime Ripard,
	Thomas Hellström, Oded Gabbay, Lucas De Marchi, dri-devel,
	intel-gfx, intel-xe, dim-tools

Hi Dave, Sima,

here's the PR from drm-misc-next-fixes for this week. There's a single
trivial fix for the new adp driver.

Best regards
Thomas

drm-misc-next-fixes-2025-03-27:
Short summary of fixes pull:

adp:
- Fix error handling in plane setup
The following changes since commit 914ee6e730e134410b77edc453b629767e84c32c:

  drm/appletbdrm: Fix ref-counting on dmadev (2025-03-10 10:54:24 +0100)

are available in the Git repository at:

  https://gitlab.freedesktop.org/drm/misc/kernel.git tags/drm-misc-next-fixes-2025-03-27

for you to fetch changes up to ee20c69c789b6cb2179a535cf440d72b98f4a134:

  drm: adp: Fix NULL vs IS_ERR() check in adp_plane_new() (2025-03-14 09:42:11 -0400)

----------------------------------------------------------------
Short summary of fixes pull:

adp:
- Fix error handling in plane setup

----------------------------------------------------------------
Dan Carpenter (1):
      drm: adp: Fix NULL vs IS_ERR() check in adp_plane_new()

 drivers/gpu/drm/adp/adp_drv.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Frankenstrasse 146, 90461 Nuernberg, Germany
GF: Ivo Totev, Andrew Myers, Andrew McDonald, Boudien Moerman
HRB 36809 (AG Nuernberg)

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2025-03-13 18:01 Thomas Zimmermann
  0 siblings, 0 replies; 73+ messages in thread
From: Thomas Zimmermann @ 2025-03-13 18:01 UTC (permalink / raw)
  To: Dave Airlie, Simona Vetter
  Cc: Jani Nikula, Joonas Lahtinen, Tvrtko Ursulin, Rodrigo Vivi,
	Thomas Zimmermann, Maarten Lankhorst, Maxime Ripard,
	Thomas Hellström, Oded Gabbay, Lucas De Marchi, dri-devel,
	intel-gfx, intel-xe, dim-tools

Hi Dave, Sima,

here's the first PR from drm-misc-next-fixes for this release cycle.
Just one patch this week.

Best regards
Thomas

drm-misc-next-fixes-2025-03-13:
Short summary of fixes pull:

appletbdrm:
- Fix device refcount
The following changes since commit d65a27f95f6ab236b1a788d9bc463d24a8b2aebe:

  Merge tag 'drm-misc-next-2025-03-06' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-next (2025-03-07 09:55:50 +1000)

are available in the Git repository at:

  https://gitlab.freedesktop.org/drm/misc/kernel.git tags/drm-misc-next-fixes-2025-03-13

for you to fetch changes up to 914ee6e730e134410b77edc453b629767e84c32c:

  drm/appletbdrm: Fix ref-counting on dmadev (2025-03-10 10:54:24 +0100)

----------------------------------------------------------------
Short summary of fixes pull:

appletbdrm:
- Fix device refcount

----------------------------------------------------------------
Thomas Zimmermann (1):
      drm/appletbdrm: Fix ref-counting on dmadev

 drivers/gpu/drm/tiny/appletbdrm.c | 1 -
 1 file changed, 1 deletion(-)

-- 
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Frankenstrasse 146, 90461 Nuernberg, Germany
GF: Ivo Totev, Andrew Myers, Andrew McDonald, Boudien Moerman
HRB 36809 (AG Nuernberg)

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2025-01-24 15:25 Maarten Lankhorst
  2025-01-24 16:09 ` Simona Vetter
  0 siblings, 1 reply; 73+ messages in thread
From: Maarten Lankhorst @ 2025-01-24 15:25 UTC (permalink / raw)
  To: Simona Vetter, Dave Airlie
  Cc: dim-tools, intel-xe, intel-gfx, dri-devel, Lucas De Marchi,
	Oded Gabbay, Thomas Hellström, Maxime Ripard,
	Maarten Lankhorst, Thomas Zimmermann, Rodrigo Vivi,
	Tvrtko Ursulin, Joonas Lahtinen, Jani Nikula

Hi Dave, Simona,

Oops, I messsed up the pull request, didn't see the other commits in the 
branch.

Additionally:
- Fix bogus Kconfig change in cgroup/rdma
- Kernel doc fixup for xlnx.
- virtio UAF in virtgpu

Cheers,
~Maarten

drm-misc-next-fixes-2025-01-24:
drm-misc-next-fixes for v6.14-rc1:
- Fix a serious regression from commit e4b5ccd392b9 ("drm/v3d: Ensure
   job pointer is set to NULL after job completion")
The following changes since commit 07c5b277208cf9a9e9cf31bf0143977d7f030aa1:

   Merge v6.13 into drm-next (2025-01-23 14:42:21 +0100)

are available in the Git repository at:

   https://gitlab.freedesktop.org/drm/misc/kernel.git 
tags/drm-misc-next-fixes-2025-01-24

for you to fetch changes up to 6e64d6b3a3c39655de56682ec83e894978d23412:

   drm/v3d: Assign job pointer to NULL before signaling the fence 
(2025-01-23 16:15:01 -0300)

----------------------------------------------------------------
drm-misc-next-fixes for v6.14-rc1:
- Fix a serious regression from commit e4b5ccd392b9 ("drm/v3d: Ensure
   job pointer is set to NULL after job completion")

----------------------------------------------------------------
Geert Uytterhoeven (1):
       cgroup/rdma: Drop bogus PAGE_COUNTER select

Maarten Lankhorst (1):
       Merge remote-tracking branch 'drm/drm-next' into drm-misc-next-fixes

Maíra Canal (1):
       drm/v3d: Assign job pointer to NULL before signaling the fence

Tomi Valkeinen (1):
       drm: xlnx: zynqmp_dpsub: Fix kernel doc

Vivek Kasireddy (1):
       drm/virtio: Fix UAF in virtgpu_dma_buf_free_obj()

  Documentation/gpu/zynqmp.rst           |  2 --
  drivers/gpu/drm/v3d/v3d_irq.c          | 16 ++++++++++++----
  drivers/gpu/drm/virtio/virtgpu_prime.c | 11 ++++++-----
  drivers/gpu/drm/xlnx/zynqmp_dpsub.h    |  1 +
  init/Kconfig                           |  1 -
  5 files changed, 19 insertions(+), 12 deletions(-)

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2025-01-16  8:45 Maxime Ripard
  0 siblings, 0 replies; 73+ messages in thread
From: Maxime Ripard @ 2025-01-16  8:45 UTC (permalink / raw)
  To: Dave Airlie, Simona Vetter
  Cc: Jani Nikula, Joonas Lahtinen, Tvrtko Ursulin, Rodrigo Vivi,
	Thomas Zimmermann, Maarten Lankhorst, Maxime Ripard,
	Thomas Hellström, Oded Gabbay, Lucas De Marchi, dri-devel,
	intel-gfx, intel-xe, dim-tools

[-- Attachment #1: Type: text/plain, Size: 2166 bytes --]

Hi,

Here's this week drm-misc-next-fixes PR.

Thanks!
Maxime

drm-misc-next-fixes-2025-01-16:
Several fixes for the new dmem cgroup controller and the HDMI framework
audio support
The following changes since commit 24c61d553302ee49e9c21dd251275ba8c36dcfe4:

  Merge tag 'drm-msm-next-2025-01-07' of gitlab.freedesktop.org:drm/msm into drm-next (2025-01-13 11:14:07 +1000)

are available in the Git repository at:

  https://gitlab.freedesktop.org/drm/misc/kernel.git tags/drm-misc-next-fixes-2025-01-16

for you to fetch changes up to f1359f46f1f1305340970b5073240126fe87254f:

  drm/bridge: fix documentation for the hdmi_audio_prepare() callback (2025-01-15 12:32:47 +0200)

----------------------------------------------------------------
Several fixes for the new dmem cgroup controller and the HDMI framework
audio support

----------------------------------------------------------------
Cristian Ciocaltea (1):
      drm/display: hdmi: Do not read EDID on disconnected connectors

Dmitry Baryshkov (2):
      drm/display: hdmi-state-helper: add drm_display_mode declaration
      drm/bridge: fix documentation for the hdmi_audio_prepare() callback

Jiapeng Chong (1):
      kernel/cgroup: Remove the unused variable climit

Liu Ying (2):
      drm/connector: hdmi: Do atomic check when necessary
      drm/tests: hdmi: Add connector disablement test

Maxime Ripard (5):
      Merge drm/drm-next into drm-misc-next-fixes
      cgroup/dmem: Select PAGE_COUNTER
      cgroup/dmem: Fix parameters documentation
      drm/doc: Include new drm-compute documentation
      doc/cgroup: Fix title underline length

 Documentation/core-api/cgroup.rst                  |  2 +-
 Documentation/gpu/index.rst                        |  1 +
 drivers/gpu/drm/display/drm_hdmi_state_helper.c    |  5 +++
 drivers/gpu/drm/tests/drm_hdmi_state_helper_test.c | 52 ++++++++++++++++++++++
 include/drm/display/drm_hdmi_state_helper.h        |  1 +
 include/drm/drm_bridge.h                           |  2 +-
 init/Kconfig                                       |  1 +
 kernel/cgroup/dmem.c                               | 10 ++---
 8 files changed, 65 insertions(+), 9 deletions(-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 273 bytes --]

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2024-11-28 13:01 Maarten Lankhorst
  0 siblings, 0 replies; 73+ messages in thread
From: Maarten Lankhorst @ 2024-11-28 13:01 UTC (permalink / raw)
  To: Simona Vetter, Dave Airlie
  Cc: dim-tools, intel-xe, intel-gfx, dri-devel, Lucas De Marchi,
	Oded Gabbay, Thomas Hellström, Maxime Ripard,
	Maarten Lankhorst, Thomas Zimmermann, Rodrigo Vivi,
	Tvrtko Ursulin, Joonas Lahtinen, Jani Nikula

Hi Dave, Simona,

A pull request with a single obvious patch in it. Consequently it's very likely to break the world and everything in it. As famous last words I'll add: "the affected source file seems to compile on 32-bits and 64-bits x86".

Cheers,
~Maarten

drm-misc-next-fixes-2024-11-28:
A single buildfix for 32-bits rockchip compilation.
The following changes since commit a163b895077861598be48c1cf7f4a88413c28b22:

  Merge tag 'drm-xe-next-fixes-2024-11-15' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-next (2024-11-18 13:38:46 +1000)

are available in the Git repository at:

  https://gitlab.freedesktop.org/drm/misc/kernel.git tags/drm-misc-next-fixes-2024-11-28

for you to fetch changes up to 818956c76517e127fad8cf02cd29866e0a852072:

  drm/rockchip: avoid 64-bit division (2024-11-22 10:11:39 +0100)

----------------------------------------------------------------
A single buildfix for 32-bits rockchip compilation.

----------------------------------------------------------------
Arnd Bergmann (1):
      drm/rockchip: avoid 64-bit division

 drivers/gpu/drm/rockchip/dw_hdmi_qp-rockchip.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2024-09-05 11:38 Thomas Zimmermann
  0 siblings, 0 replies; 73+ messages in thread
From: Thomas Zimmermann @ 2024-09-05 11:38 UTC (permalink / raw)
  To: Dave Airlie, Simona Vetter
  Cc: Jani Nikula, Joonas Lahtinen, Tvrtko Ursulin, Rodrigo Vivi,
	Thomas Zimmermann, Maarten Lankhorst, Maxime Ripard,
	Thomas Hellström, Oded Gabbay, Lucas De Marchi, dri-devel,
	intel-gfx, intel-xe, dim-tools

Hi Dave, Sima,

here's the drm-misc-next-fixes PR for this week. I cherry-picked
the fix from drm-misc-next, as there will be no more PRs for the
latter branch in this release cycle.

Best regards
Thomas

drm-misc-next-fixes-2024-09-05:
Short summary of fixes pull:

tegra:
- Fix uninitialized variable in EDID code
The following changes since commit e066e9aa4d9c869c92d1d03647472e4ce96c0919:

  MAINATINERS: update drm maintainer contacts (2024-09-03 20:07:57 +0200)

are available in the Git repository at:

  https://gitlab.freedesktop.org/drm/misc/kernel.git tags/drm-misc-next-fixes-2024-09-05

for you to fetch changes up to ba2b9de0c1ac2abfbe663414a292c5881e64c361:

  drm/tegra: fix potential uninitialized variable use (2024-09-05 12:40:18 +0200)

----------------------------------------------------------------
Short summary of fixes pull:

tegra:
- Fix uninitialized variable in EDID code

----------------------------------------------------------------
Jani Nikula (1):
      drm/tegra: fix potential uninitialized variable use

 drivers/gpu/drm/tegra/output.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Frankenstrasse 146, 90461 Nuernberg, Germany
GF: Ivo Totev, Andrew Myers, Andrew McDonald, Boudien Moerman
HRB 36809 (AG Nuernberg)

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2024-07-25 14:59 Maxime Ripard
  0 siblings, 0 replies; 73+ messages in thread
From: Maxime Ripard @ 2024-07-25 14:59 UTC (permalink / raw)
  To: Dave Airlie, Daniel Vetter
  Cc: Jani Nikula, Joonas Lahtinen, Tvrtko Ursulin, Rodrigo Vivi,
	Thomas Zimmermann, Maarten Lankhorst, Maxime Ripard,
	Thomas Hellström, Oded Gabbay, Lucas De Marchi, dri-devel,
	intel-gfx, intel-xe, dim-tools

[-- Attachment #1: Type: text/plain, Size: 997 bytes --]

Hi,

Here's this week drm-misc-next-fixes PR

Maxime

drm-misc-next-fixes-2024-07-25:
A single fix for a panel compatible
The following changes since commit 1fe1c66274fb80cc1ac42e0d38917d53adc7d7a3:

  drm/v3d: Fix Indirect Dispatch configuration for V3D 7.1.6 and later (2024-07-15 12:49:52 -0300)

are available in the Git repository at:

  https://gitlab.freedesktop.org/drm/misc/kernel.git tags/drm-misc-next-fixes-2024-07-25

for you to fetch changes up to b6f7d984ebf826069d3dc6fa187b4d1cfb90f965:

  dt-bindings: display: panel: samsung,atna33xc20: Document ATNA45AF01 (2024-07-22 08:40:32 -0700)

----------------------------------------------------------------
A single fix for a panel compatible

----------------------------------------------------------------
Stephan Gerhold (1):
      dt-bindings: display: panel: samsung,atna33xc20: Document ATNA45AF01

 .../devicetree/bindings/display/panel/samsung,atna33xc20.yaml     | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 273 bytes --]

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2024-07-19  7:39 Maxime Ripard
  0 siblings, 0 replies; 73+ messages in thread
From: Maxime Ripard @ 2024-07-19  7:39 UTC (permalink / raw)
  To: Dave Airlie, Daniel Vetter
  Cc: Jani Nikula, Joonas Lahtinen, Tvrtko Ursulin, Rodrigo Vivi,
	Thomas Zimmermann, Maarten Lankhorst, Maxime Ripard,
	Thomas Hellström, Oded Gabbay, Lucas De Marchi, dri-devel,
	intel-gfx, intel-xe, dim-tools

[-- Attachment #1: Type: text/plain, Size: 1209 bytes --]

Hi,

Here's this week drm-misc-next-fixes PR

Thanks!
Maxime

drm-misc-next-fixes-2024-07-19:
Two fixes for v3d to fix an array indexing on newer V3D revisions.
The following changes since commit c537fb4e3d36e7cd1a0837dd577cd30d3d64f1bc:

  drm/qxl: Pin buffer objects for internal mappings (2024-07-10 09:12:42 +0200)

are available in the Git repository at:

  https://gitlab.freedesktop.org/drm/misc/kernel.git tags/drm-misc-next-fixes-2024-07-19

for you to fetch changes up to 1fe1c66274fb80cc1ac42e0d38917d53adc7d7a3:

  drm/v3d: Fix Indirect Dispatch configuration for V3D 7.1.6 and later (2024-07-15 12:49:52 -0300)

----------------------------------------------------------------
Two fixes for v3d to fix an array indexing on newer V3D revisions.

----------------------------------------------------------------
Maíra Canal (2):
      drm/v3d: Add V3D tech revision to the device information
      drm/v3d: Fix Indirect Dispatch configuration for V3D 7.1.6 and later

 drivers/gpu/drm/v3d/v3d_drv.c   |  5 ++++-
 drivers/gpu/drm/v3d/v3d_drv.h   |  8 +++++---
 drivers/gpu/drm/v3d/v3d_sched.c | 16 +++++++++++++---
 3 files changed, 22 insertions(+), 7 deletions(-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2024-07-11 11:43 Maxime Ripard
  0 siblings, 0 replies; 73+ messages in thread
From: Maxime Ripard @ 2024-07-11 11:43 UTC (permalink / raw)
  To: Dave Airlie, Daniel Vetter
  Cc: Jani Nikula, Joonas Lahtinen, Tvrtko Ursulin, Rodrigo Vivi,
	Thomas Zimmermann, Maarten Lankhorst, Maxime Ripard,
	Thomas Hellström, Oded Gabbay, Lucas De Marchi, dri-devel,
	intel-gfx, intel-xe, dim-tools

[-- Attachment #1: Type: text/plain, Size: 1806 bytes --]

Hi,

Here's this week drm-misc-next-fixes PR

Thanks!
Maxime

drm-misc-next-fixes-2024-07-11:
A fix for fbdev on big endian systems, a condition fix for a sharp panel
at removal, and a fix for qxl to prevent unpinned buffer access under
certain conditions.
The following changes since commit 896868eded124059023be0af92d68cdaf9b4de70:

  drm/panthor: Record devfreq busy as soon as a job is started (2024-07-04 09:29:55 +0100)

are available in the Git repository at:

  https://gitlab.freedesktop.org/drm/misc/kernel.git tags/drm-misc-next-fixes-2024-07-11

for you to fetch changes up to c537fb4e3d36e7cd1a0837dd577cd30d3d64f1bc:

  drm/qxl: Pin buffer objects for internal mappings (2024-07-10 09:12:42 +0200)

----------------------------------------------------------------
A fix for fbdev on big endian systems, a condition fix for a sharp panel
at removal, and a fix for qxl to prevent unpinned buffer access under
certain conditions.

----------------------------------------------------------------
Douglas Anderson (1):
      drm/panel: sharp-lq101r1sx01: Fixed reversed "if" in remove

Maxime Ripard (1):
      Merge drm-misc-next-2024-07-04 into drm-misc-next-fixes

Thomas Huth (1):
      drm/fbdev-dma: Fix framebuffer mode for big endian devices

Thomas Zimmermann (1):
      drm/qxl: Pin buffer objects for internal mappings

 drivers/gpu/drm/arm/display/komeda/komeda_color_mgmt.c |  5 -----
 drivers/gpu/drm/drm_fbdev_dma.c                        |  3 ++-
 drivers/gpu/drm/panel/panel-sharp-lq101r1sx01.c        |  2 +-
 drivers/gpu/drm/qxl/qxl_display.c                      | 14 +++++++-------
 drivers/gpu/drm/qxl/qxl_object.c                       | 13 +++++++++++--
 drivers/gpu/drm/qxl/qxl_object.h                       |  4 ++--
 6 files changed, 23 insertions(+), 18 deletions(-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 273 bytes --]

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2024-06-06 22:12 Maarten Lankhorst
  0 siblings, 0 replies; 73+ messages in thread
From: Maarten Lankhorst @ 2024-06-06 22:12 UTC (permalink / raw)
  To: Daniel Vetter, Dave Airlie
  Cc: dim-tools, intel-xe, intel-gfx, dri-devel, Lucas De Marchi,
	Oded Gabbay, Thomas Hellström, Maxime Ripard,
	Maarten Lankhorst, Thomas Zimmermann, Rodrigo Vivi,
	Tvrtko Ursulin, Joonas Lahtinen, Jani Nikula

Hi Dave, Sima,

Pull request for a single patch lost in the wrong tree.

Cheers,
~Maarten

drm-misc-next-fixes-2024-06-07:
drm-misc-next-fixes for v6.10-rc3:
- Single unused struct removal that should have been in -fixes.
The following changes since commit 5a507b7d2be15fddb95bf8dee01110b723e2bcd9:

   drm/mst: Fix NULL pointer dereference at drm_dp_add_payload_part2 
(2024-05-21 16:36:59 -0400)

are available in the Git repository at:

   https://gitlab.freedesktop.org/drm/misc/kernel.git 
tags/drm-misc-next-fixes-2024-06-07

for you to fetch changes up to 539d33b5783804f22a62bd62ff463dfd1cef4265:

   drm/komeda: remove unused struct 'gamma_curve_segment' (2024-05-31 
12:09:51 +0100)

----------------------------------------------------------------
drm-misc-next-fixes for v6.10-rc3:
- Single unused struct removal that should have been in -fixes.

----------------------------------------------------------------
Dr. David Alan Gilbert (1):
       drm/komeda: remove unused struct 'gamma_curve_segment'

  drivers/gpu/drm/arm/display/komeda/komeda_color_mgmt.c | 5 -----
  1 file changed, 5 deletions(-)

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2024-05-23  4:41 Maarten Lankhorst
  0 siblings, 0 replies; 73+ messages in thread
From: Maarten Lankhorst @ 2024-05-23  4:41 UTC (permalink / raw)
  To: Daniel Vetter, Dave Airlie
  Cc: dim-tools, intel-xe, intel-gfx, dri-devel, Lucas De Marchi,
	Oded Gabbay, Thomas Hellström, Maxime Ripard,
	Maarten Lankhorst, Thomas Zimmermann, Rodrigo Vivi,
	Tvrtko Ursulin, Joonas Lahtinen, Jani Nikula

drm-misc-next-fixes-2024-05-23:
drm-misc-next-fixes for v6.10-rc1:
- MST null deref fix.
- Don't let next bridge create connector in adv7511 to make probe work.
The following changes since commit 959314c438caf1b62d787f02d54a193efda38880:

   drm/nouveau: use tile_mode and pte_kind for VM_BIND bo allocations 
(2024-05-13 22:27:33 +0200)

are available in the Git repository at:

   https://gitlab.freedesktop.org/drm/misc/kernel.git 
tags/drm-misc-next-fixes-2024-05-23

for you to fetch changes up to 5a507b7d2be15fddb95bf8dee01110b723e2bcd9:

   drm/mst: Fix NULL pointer dereference at drm_dp_add_payload_part2 
(2024-05-21 16:36:59 -0400)

----------------------------------------------------------------
drm-misc-next-fixes for v6.10-rc1:
- MST null deref fix.
- Don't let next bridge create connector in adv7511 to make probe work.

----------------------------------------------------------------
Liu Ying (1):
       drm/bridge: adv7511: Attach next bridge without creating connector

Wayne Lin (1):
       drm/mst: Fix NULL pointer dereference at drm_dp_add_payload_part2

  drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c | 2 +-
  drivers/gpu/drm/bridge/adv7511/adv7511_drv.c              | 3 ++-
  drivers/gpu/drm/display/drm_dp_mst_topology.c             | 4 +---
  drivers/gpu/drm/i915/display/intel_dp_mst.c               | 2 +-
  drivers/gpu/drm/nouveau/dispnv50/disp.c                   | 2 +-
  include/drm/display/drm_dp_mst_helper.h                   | 1 -
  6 files changed, 6 insertions(+), 8 deletions(-)

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2024-05-16 15:00 Maarten Lankhorst
  0 siblings, 0 replies; 73+ messages in thread
From: Maarten Lankhorst @ 2024-05-16 15:00 UTC (permalink / raw)
  To: Daniel Vetter, Dave Airlie
  Cc: dim-tools, intel-xe, intel-gfx, dri-devel, Lucas De Marchi,
	Oded Gabbay, Thomas Hellström, Maxime Ripard,
	Maarten Lankhorst, Thomas Zimmermann, Rodrigo Vivi,
	Tvrtko Ursulin, Joonas Lahtinen, Jani Nikula

drm-misc-next-fixes-2024-05-16:
drm-misc-next-fixes for v6.10-rc1:
- VM_BIND fix for nouveau.
- Lots of panthor fixes:
   * Fixes for panthor's heap logical block.
   * Reset on unrecoverable fault
   * Fix VM references.
   * Reset fix.
- xlnx compile and doc fixes.
The following changes since commit be3f3042391d061cfca2bd22630e0d101acea5fc:

   drm: zynqmp_dpsub: Always register bridge (2024-05-02 23:40:56 +0200)

are available in the Git repository at:

   https://gitlab.freedesktop.org/drm/misc/kernel.git 
tags/drm-misc-next-fixes-2024-05-16

for you to fetch changes up to 959314c438caf1b62d787f02d54a193efda38880:

   drm/nouveau: use tile_mode and pte_kind for VM_BIND bo allocations 
(2024-05-13 22:27:33 +0200)

----------------------------------------------------------------
drm-misc-next-fixes for v6.10-rc1:
- VM_BIND fix for nouveau.
- Lots of panthor fixes:
   * Fixes for panthor's heap logical block.
   * Reset on unrecoverable fault
   * Fix VM references.
   * Reset fix.
- xlnx compile and doc fixes.

----------------------------------------------------------------
Anatoliy Klymenko (2):
       drm: xlnx: zynqmp_dpsub: Fix few function comments
       drm: xlnx: zynqmp_dpsub: Fix compilation error

Antonino Maniscalco (1):
       drm/panthor: Fix tiler OOM handling to allow incremental rendering

Boris Brezillon (8):
       drm/panthor: Make sure the tiler initial/max chunks are consistent
       drm/panthor: Relax the constraints on the tiler chunk size
       drm/panthor: Fix an off-by-one in the heap context retrieval logic
       drm/panthor: Document drm_panthor_tiler_heap_destroy::handle 
validity constraints
       drm/panthor: Force an immediate reset on unrecoverable faults
       drm/panthor: Keep a ref to the VM at the panthor_kernel_bo level
       drm/panthor: Reset the FW VM to NULL on unplug
       drm/panthor: Call panthor_sched_post_reset() even if the reset failed

Mohamed Ahmed (1):
       drm/nouveau: use tile_mode and pte_kind for VM_BIND bo allocations

  drivers/gpu/drm/nouveau/nouveau_abi16.c  |  3 ++
  drivers/gpu/drm/nouveau/nouveau_bo.c     | 44 
+++++++++++++----------------
  drivers/gpu/drm/panthor/panthor_device.c |  8 ++----
  drivers/gpu/drm/panthor/panthor_device.h |  1 +
  drivers/gpu/drm/panthor/panthor_fw.c     |  5 ++--
  drivers/gpu/drm/panthor/panthor_gem.c    |  8 ++++--
  drivers/gpu/drm/panthor/panthor_gem.h    |  8 ++++--
  drivers/gpu/drm/panthor/panthor_heap.c   | 36 ++++++++++++++----------
  drivers/gpu/drm/panthor/panthor_sched.c  | 48 
+++++++++++++++++++++++---------
  drivers/gpu/drm/panthor/panthor_sched.h  |  2 +-
  drivers/gpu/drm/xlnx/zynqmp_disp.c       |  6 ++--
  include/uapi/drm/nouveau_drm.h           |  7 +++++
  include/uapi/drm/panthor_drm.h           | 20 ++++++++++---
  13 files changed, 123 insertions(+), 73 deletions(-)

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2024-05-08 10:36 Maarten Lankhorst
  0 siblings, 0 replies; 73+ messages in thread
From: Maarten Lankhorst @ 2024-05-08 10:36 UTC (permalink / raw)
  To: Daniel Vetter, Dave Airlie
  Cc: dim-tools, intel-xe, intel-gfx, dri-devel, Lucas De Marchi,
	Oded Gabbay, Thomas Hellström, Maxime Ripard,
	Maarten Lankhorst, Thomas Zimmermann, Rodrigo Vivi,
	Tvrtko Ursulin, Joonas Lahtinen, Jani Nikula

Hi Dave, Sima,

drm-misc-next-fixes for v6.10-rc1.

There was some discussion on certain cherry picks I did,
specifically the one for hiding fbdev address. There is some potential
to cause regressions on ARM by hiding the physical address, but I think 
it should be fine to move ahead. This is why a pull request didn't make 
it in time last week.

Hope the extra time at least gave more chance of detection of potential 
regressions.

Cheers,
Maarten

drm-misc-next-fixes-2024-05-08:
drm-misc-next-fixes for v6.10-rc1:
- panthor fixes.
- Reverting Kconfig changes, and moving drm options to submenu.
- Hide physical fb address in fb helper.
- zynqmp bridge fix.
- Revert broken ti-sn65dsi83 fix.
The following changes since commit 4a56c0ed5aa0bcbe1f5f7d755fb1fe1ebf48ae9c:

   Merge tag 'amd-drm-next-6.10-2024-04-26' of 
https://gitlab.freedesktop.org/agd5f/linux into drm-next (2024-04-30 
14:43:00 +1000)

are available in the Git repository at:

   https://gitlab.freedesktop.org/drm/misc/kernel.git 
tags/drm-misc-next-fixes-2024-05-08

for you to fetch changes up to be3f3042391d061cfca2bd22630e0d101acea5fc:

   drm: zynqmp_dpsub: Always register bridge (2024-05-02 23:40:56 +0200)

----------------------------------------------------------------
drm-misc-next-fixes for v6.10-rc1:
- panthor fixes.
- Reverting Kconfig changes, and moving drm options to submenu.
- Hide physical fb address in fb helper.
- zynqmp bridge fix.
- Revert broken ti-sn65dsi83 fix.

----------------------------------------------------------------
Boris Brezillon (3):
       drm/panthor: Kill the faulty_slots variable in 
panthor_sched_suspend()
       drm/panthor: Make sure we handle 'unknown group state' case properly
       drm/panthor: Fix the FW reset logic

Geert Uytterhoeven (11):
       Revert "drm: fix DRM_DISPLAY_DP_HELPER dependencies, part 2"
       Revert "drm/display: Select DRM_KMS_HELPER for DP helpers"
       Revert "drm/bridge: dw-hdmi: Make DRM_DW_HDMI selectable"
       Revert "drm: fix DRM_DISPLAY_DP_HELPER dependencies"
       Revert "drm: Switch DRM_DISPLAY_HDMI_HELPER to depends on"
       Revert "drm: Switch DRM_DISPLAY_HDCP_HELPER to depends on"
       Revert "drm: Switch DRM_DISPLAY_DP_HELPER to depends on"
       Revert "drm: Switch DRM_DISPLAY_DP_AUX_BUS to depends on"
       Revert "drm: Switch DRM_DISPLAY_HELPER to depends on"
       Revert "drm: Make drivers depends on DRM_DW_HDMI"
       Revert "drm/display: Make all helpers visible and switch to 
depends on"

Jocelyn Falempe (1):
       drm/fb_dma: Add checks in drm_fb_dma_get_scanout_buffer()

Luca Ceresoli (1):
       Revert "drm/bridge: ti-sn65dsi83: Fix enable error path"

Masahiro Yamada (1):
       drm: move DRM-related CONFIG options into DRM submenu

Sean Anderson (1):
       drm: zynqmp_dpsub: Always register bridge

Thomas Zimmermann (1):
       drm/fbdev-generic: Do not set physical framebuffer address

  drivers/gpu/drm/Kconfig                 | 20 +++++++-------
  drivers/gpu/drm/amd/amdgpu/Kconfig      | 12 ++++-----
  drivers/gpu/drm/bridge/Kconfig          | 28 ++++++++++----------
  drivers/gpu/drm/bridge/analogix/Kconfig | 18 ++++++-------
  drivers/gpu/drm/bridge/cadence/Kconfig  |  8 +++---
  drivers/gpu/drm/bridge/imx/Kconfig      |  4 +--
  drivers/gpu/drm/bridge/synopsys/Kconfig |  6 ++---
  drivers/gpu/drm/bridge/ti-sn65dsi83.c   |  1 -
  drivers/gpu/drm/display/Kconfig         | 32 +++++++++-------------
  drivers/gpu/drm/drm_fb_dma_helper.c     |  3 +++
  drivers/gpu/drm/drm_fbdev_generic.c     |  1 -
  drivers/gpu/drm/exynos/Kconfig          |  4 +--
  drivers/gpu/drm/i915/Kconfig            |  8 +++---
  drivers/gpu/drm/imx/ipuv3/Kconfig       |  5 ++--
  drivers/gpu/drm/ingenic/Kconfig         |  2 +-
  drivers/gpu/drm/mediatek/Kconfig        |  6 ++---
  drivers/gpu/drm/meson/Kconfig           |  2 +-
  drivers/gpu/drm/msm/Kconfig             |  8 +++---
  drivers/gpu/drm/nouveau/Kconfig         | 10 +++----
  drivers/gpu/drm/panel/Kconfig           | 32 +++++++++++-----------
  drivers/gpu/drm/panthor/panthor_fw.c    |  7 ++---
  drivers/gpu/drm/panthor/panthor_sched.c | 47 
++++++++++++++++++++++++++-------
  drivers/gpu/drm/radeon/Kconfig          |  8 +++---
  drivers/gpu/drm/renesas/rcar-du/Kconfig |  2 +-
  drivers/gpu/drm/rockchip/Kconfig        | 10 +++----
  drivers/gpu/drm/sun4i/Kconfig           |  2 +-
  drivers/gpu/drm/tegra/Kconfig           |  8 +++---
  drivers/gpu/drm/vc4/Kconfig             | 10 +++----
  drivers/gpu/drm/xe/Kconfig              | 13 ++++-----
  drivers/gpu/drm/xlnx/Kconfig            |  8 +++---
  drivers/gpu/drm/xlnx/zynqmp_dpsub.c     |  7 +++--
  31 files changed, 172 insertions(+), 160 deletions(-)

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2024-03-21 16:19 Thomas Zimmermann
  0 siblings, 0 replies; 73+ messages in thread
From: Thomas Zimmermann @ 2024-03-21 16:19 UTC (permalink / raw)
  To: Dave Airlie, Daniel Vetter
  Cc: Jani Nikula, Joonas Lahtinen, Tvrtko Ursulin, Rodrigo Vivi,
	Thomas Zimmermann, Maarten Lankhorst, Maxime Ripard,
	Thomas Hellström, Oded Gabbay, Lucas De Marchi, dri-devel,
	intel-gfx, intel-xe, dim-tools

Hi Dave, Sima,

here's the drm-misc-next-fixes PR for this week.

Best regards
Thomas

drm-misc-next-fixes-2024-03-21:
Short summary of fixes pull:

core:
- fix rounding in drm_fixp2int_round()

bridge:
- fix documentation for DRM_BRIDGE_OP_EDID

nouveau:
- don't check devinit disable on GSP

sun4i:
- fix 64-bit division on 32-bit architectures

tests:
- fix dependency on DRM_KMS_HELPER
The following changes since commit 9dd81b2e1ec72a3759f8d6bb6e9cbef93aab6227:

  drm/exynos: simplify the return value handling in exynos_dp_get_modes() (2024-03-13 10:44:14 +0200)

are available in the Git repository at:

  https://gitlab.freedesktop.org/drm/misc/kernel.git tags/drm-misc-next-fixes-2024-03-21

for you to fetch changes up to 5d4e8ae6e57b025802aadf55a4775c55cceb75f1:

  nouveau/gsp: don't check devinit disable on GSP. (2024-03-19 14:34:55 +0100)

----------------------------------------------------------------
Short summary of fixes pull:

core:
- fix rounding in drm_fixp2int_round()

bridge:
- fix documentation for DRM_BRIDGE_OP_EDID

nouveau:
- don't check devinit disable on GSP

sun4i:
- fix 64-bit division on 32-bit architectures

tests:
- fix dependency on DRM_KMS_HELPER

----------------------------------------------------------------
Arthur Grillo (1):
      drm: Fix drm_fixp2int_round() making it add 0.5

Dave Airlie (1):
      nouveau/gsp: don't check devinit disable on GSP.

Dmitry Baryshkov (1):
      drm/bridge: correct DRM_BRIDGE_OP_EDID documentation

Karolina Stolarek (1):
      drm/tests: Build KMS helpers when DRM_KUNIT_TEST_HELPERS is enabled

Maxime Ripard (1):
      drm/sun4i: hdmi: Fix u64 div on 32bit arch

 drivers/gpu/drm/Kconfig                            | 2 +-
 drivers/gpu/drm/nouveau/nvkm/subdev/devinit/r535.c | 1 -
 drivers/gpu/drm/sun4i/sun4i_hdmi_enc.c             | 2 +-
 include/drm/drm_bridge.h                           | 4 ++--
 include/drm/drm_fixed.h                            | 3 +--
 5 files changed, 5 insertions(+), 7 deletions(-)

-- 
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Frankenstrasse 146, 90461 Nuernberg, Germany
GF: Ivo Totev, Andrew Myers, Andrew McDonald, Boudien Moerman
HRB 36809 (AG Nuernberg)

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2024-03-14  8:28 Thomas Zimmermann
  0 siblings, 0 replies; 73+ messages in thread
From: Thomas Zimmermann @ 2024-03-14  8:28 UTC (permalink / raw)
  To: Dave Airlie, Daniel Vetter
  Cc: Jani Nikula, Joonas Lahtinen, Tvrtko Ursulin, Rodrigo Vivi,
	Thomas Zimmermann, Maarten Lankhorst, Maxime Ripard,
	Thomas Hellström, Oded Gabbay, Lucas De Marchi, dri-devel,
	intel-gfx, intel-xe, dim-tools

Hi Dave, Sima,

here's the PR for drm-misc-next-fixes for this week. There's a fix
for nouveau BOs and quite a few fixes for get_modes() functions.

Best regards
Thomas

drm-misc-next-fixes-2024-03-14:
Short summary of fixes pull:

probe-helper:
- never return negative values from .get_modes() plus driver fixes

nouveau:
- clear bo resource bus after eviction
- documentation fixes
The following changes since commit 838f865802b9f26135ea7df4e30f89ac2f50c23e:

  arch/powerpc: Remove <linux/fb.h> from backlight code (2024-03-07 13:34:14 +0100)

are available in the Git repository at:

  https://gitlab.freedesktop.org/drm/misc/kernel.git tags/drm-misc-next-fixes-2024-03-14

for you to fetch changes up to 9dd81b2e1ec72a3759f8d6bb6e9cbef93aab6227:

  drm/exynos: simplify the return value handling in exynos_dp_get_modes() (2024-03-13 10:44:14 +0200)

----------------------------------------------------------------
Short summary of fixes pull:

probe-helper:
- never return negative values from .get_modes() plus driver fixes

nouveau:
- clear bo resource bus after eviction
- documentation fixes

----------------------------------------------------------------
Dave Airlie (1):
      nouveau: reset the bo resource bus info after an eviction

Jani Nikula (8):
      drm/probe-helper: warn about negative .get_modes()
      drm/panel: do not return negative error codes from drm_panel_get_modes()
      drm/exynos: do not return negative values from .get_modes()
      drm/bridge: lt8912b: do not return negative values from .get_modes()
      drm/imx/ipuv3: do not return negative values from .get_modes()
      drm/vc4: hdmi: do not return negative values from .get_modes()
      drm/bridge: lt9611uxc: use int for holding number of modes
      drm/exynos: simplify the return value handling in exynos_dp_get_modes()

Timur Tabi (1):
      drm/nouveau: fix kerneldoc warnings

 drivers/gpu/drm/bridge/lontium-lt8912b.c       | 16 +++++++---------
 drivers/gpu/drm/bridge/lontium-lt9611uxc.c     |  2 +-
 drivers/gpu/drm/drm_panel.c                    | 17 +++++++++++------
 drivers/gpu/drm/drm_probe_helper.c             |  7 +++++++
 drivers/gpu/drm/exynos/exynos_dp.c             |  7 +++----
 drivers/gpu/drm/exynos/exynos_drm_vidi.c       |  4 ++--
 drivers/gpu/drm/exynos/exynos_hdmi.c           |  4 ++--
 drivers/gpu/drm/imx/ipuv3/parallel-display.c   |  4 ++--
 drivers/gpu/drm/nouveau/nouveau_bo.c           |  2 ++
 drivers/gpu/drm/nouveau/nvkm/subdev/gsp/r535.c |  9 +++++++++
 drivers/gpu/drm/vc4/vc4_hdmi.c                 |  2 +-
 include/drm/drm_modeset_helper_vtables.h       |  3 ++-
 12 files changed, 49 insertions(+), 28 deletions(-)

-- 
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Frankenstrasse 146, 90461 Nuernberg, Germany
GF: Ivo Totev, Andrew Myers, Andrew McDonald, Boudien Moerman
HRB 36809 (AG Nuernberg)

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2024-03-07 12:46 Thomas Zimmermann
  0 siblings, 0 replies; 73+ messages in thread
From: Thomas Zimmermann @ 2024-03-07 12:46 UTC (permalink / raw)
  To: Dave Airlie, Daniel Vetter
  Cc: Jani Nikula, Joonas Lahtinen, Tvrtko Ursulin, Rodrigo Vivi,
	Thomas Zimmermann, Maarten Lankhorst, Maxime Ripard,
	Thomas Hellström, Oded Gabbay, Lucas De Marchi, dri-devel,
	intel-gfx, intel-xe, dim-tools

Hi Dave, Sima,

this is the weekly PR for drm-misc-next-fixes.

Best regards
Thomas

drm-misc-next-fixes-2024-03-07:
Short summary of fixes pull:

- i915: Fix applying placement flags
- fbdev: Fix build on PowerMacs after header cleanup
The following changes since commit c6d6a82d8a9f8f9326b760accaa532b839b80140:

  Merge tag 'drm-misc-next-fixes-2024-02-29' of https://anongit.freedesktop.org/git/drm/drm-misc into drm-next (2024-03-01 19:38:13 +1000)

are available in the Git repository at:

  https://anongit.freedesktop.org/git/drm/drm-misc tags/drm-misc-next-fixes-2024-03-07

for you to fetch changes up to 838f865802b9f26135ea7df4e30f89ac2f50c23e:

  arch/powerpc: Remove <linux/fb.h> from backlight code (2024-03-07 13:34:14 +0100)

----------------------------------------------------------------
Short summary of fixes pull:

- i915: Fix applying placement flags
- fbdev: Fix build on PowerMacs after header cleanup

----------------------------------------------------------------
Christian König (1):
      drm/i915: fix applying placement flag

Thomas Zimmermann (4):
      Merge drm/drm-next into drm-misc-next-fixes
      fbdev/chipsfb: Include <linux/backlight.h>
      macintosh/via-pmu-backlight: Include <linux/backlight.h>
      arch/powerpc: Remove <linux/fb.h> from backlight code

 arch/powerpc/include/asm/backlight.h        |  5 ++---
 arch/powerpc/platforms/powermac/backlight.c | 26 --------------------------
 drivers/gpu/drm/i915/gem/i915_gem_ttm.c     |  2 +-
 drivers/macintosh/via-pmu-backlight.c       |  1 +
 drivers/video/fbdev/chipsfb.c               |  1 +
 5 files changed, 5 insertions(+), 30 deletions(-)

-- 
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Frankenstrasse 146, 90461 Nuernberg, Germany
GF: Ivo Totev, Andrew Myers, Andrew McDonald, Boudien Moerman
HRB 36809 (AG Nuernberg)

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2024-02-29  8:53 Thomas Zimmermann
  0 siblings, 0 replies; 73+ messages in thread
From: Thomas Zimmermann @ 2024-02-29  8:53 UTC (permalink / raw)
  To: Dave Airlie, Daniel Vetter
  Cc: Jani Nikula, Joonas Lahtinen, Tvrtko Ursulin, Rodrigo Vivi,
	Thomas Zimmermann, Maarten Lankhorst, Maxime Ripard,
	Thomas Hellström, Oded Gabbay, Lucas De Marchi, dri-devel,
	intel-gfx, intel-xe, dim-tools

Hi Dave, Sima,

here's the release cycle's first PR for drm-misc-next-fixes.

Best regards
Thomas

drm-misc-next-fixes-2024-02-29:
Short summary of fixes pull:

i915:
- Fix NULL-pointer deref

imx:
- dcss: Fix resource-size calculation

firmware:
- sysfb: Fix returned error code
The following changes since commit f112b68f273fb0121cb64e0c3ac06adcb91e32b8:

  Merge v6.8-rc6 into drm-next (2024-02-26 11:41:07 +0100)

are available in the Git repository at:

  https://anongit.freedesktop.org/git/drm/drm-misc tags/drm-misc-next-fixes-2024-02-29

for you to fetch changes up to 9cb3542aeeac31b3dd6b5a7d58b9b7d6fe9fd2bc:

  drm/imx/dcss: fix resource size calculation (2024-02-28 09:16:59 +0000)

----------------------------------------------------------------
Short summary of fixes pull:

i915:
- Fix NULL-pointer deref

imx:
- dcss: Fix resource-size calculation

firmware:
- sysfb: Fix returned error code

----------------------------------------------------------------
Dan Carpenter (2):
      firmware/sysfb: fix an error code in sysfb_init()
      drm/imx/dcss: fix resource size calculation

Thomas Zimmermann (1):
      Merge drm/drm-next into drm-misc-next-fixes

Tvrtko Ursulin (1):
      drm/i915: Fix possible null pointer dereference after drm_dbg_printer conversion

 drivers/firmware/sysfb.c                         | 4 +++-
 drivers/gpu/drm/i915/gt/intel_engine_heartbeat.c | 4 ++--
 drivers/gpu/drm/imx/dcss/dcss-dev.c              | 4 +---
 3 files changed, 6 insertions(+), 6 deletions(-)

-- 
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Frankenstrasse 146, 90461 Nuernberg, Germany
GF: Ivo Totev, Andrew Myers, Andrew McDonald, Boudien Moerman
HRB 36809 (AG Nuernberg)

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2024-01-19 12:13 Maxime Ripard
  0 siblings, 0 replies; 73+ messages in thread
From: Maxime Ripard @ 2024-01-19 12:13 UTC (permalink / raw)
  To: Dave Airlie, Daniel Vetter
  Cc: dim-tools, dri-devel, Thomas Hellström, Lucas De Marchi,
	Oded Gabbay, Maxime Ripard, Thomas Zimmermann, Rodrigo Vivi,
	intel-gfx

[-- Attachment #1: Type: text/plain, Size: 1245 bytes --]

Hi,

Here's this week (and last (maybe)) drm-misc-next-fixes PR.

Thanks!
Maxime

drm-misc-next-fixes-2024-01-19:
A null pointer dereference fix for v3d and a protection fault fix for
ttm.
The following changes since commit 89fe46019a62bc1d0cb49c9615cb3520096c4bc1:

  drm/v3d: Fix support for register debugging on the RPi 4 (2024-01-09 14:21:47 -0300)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-fixes-2024-01-19

for you to fetch changes up to 1f1626ac0428820f998245478610f452650bcab5:

  drm/ttm: fix ttm pool initialization for no-dma-device drivers (2024-01-15 13:56:08 +0100)

----------------------------------------------------------------
A null pointer dereference fix for v3d and a protection fault fix for
ttm.

----------------------------------------------------------------
Fedor Pchelkin (1):
      drm/ttm: fix ttm pool initialization for no-dma-device drivers

Maíra Canal (1):
      drm/v3d: Free the job and assign it to NULL if initialization fails

 drivers/gpu/drm/ttm/ttm_device.c |  9 +++++++--
 drivers/gpu/drm/v3d/v3d_submit.c | 35 ++++++++++++++++++++++++++++-------
 2 files changed, 35 insertions(+), 9 deletions(-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2024-01-11 10:11 Maxime Ripard
  0 siblings, 0 replies; 73+ messages in thread
From: Maxime Ripard @ 2024-01-11 10:11 UTC (permalink / raw)
  To: Dave Airlie, Daniel Vetter
  Cc: dim-tools, dri-devel, Maxime Ripard, Thomas Zimmermann,
	Rodrigo Vivi, intel-gfx

[-- Attachment #1: Type: text/plain, Size: 1256 bytes --]

Hi,

Here's this week drm-misc-next-fixes PR.

Maxime

drm-misc-next-fixes-2024-01-11:
A fix for the v3d register readout, and two compilation fixes for
rockchip.
The following changes since commit eee706839333ec0643f1b4898a37588025bf4cb5:

  drm/imagination: pvr_device.h: fix all kernel-doc warnings (2024-01-02 11:50:05 +0100)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-fixes-2024-01-11

for you to fetch changes up to 89fe46019a62bc1d0cb49c9615cb3520096c4bc1:

  drm/v3d: Fix support for register debugging on the RPi 4 (2024-01-09 14:21:47 -0300)

----------------------------------------------------------------
A fix for the v3d register readout, and two compilation fixes for
rockchip.

----------------------------------------------------------------
Cristian Ciocaltea (2):
      drm/rockchip: vop2: Drop superfluous include
      drm/rockchip: vop2: Drop unused if_dclk_rate variable

Maíra Canal (1):
      drm/v3d: Fix support for register debugging on the RPi 4

 drivers/gpu/drm/rockchip/rockchip_drm_vop2.c |  4 +---
 drivers/gpu/drm/v3d/v3d_debugfs.c            | 20 ++++++++++----------
 2 files changed, 11 insertions(+), 13 deletions(-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2024-01-04 14:45 Maxime Ripard
  0 siblings, 0 replies; 73+ messages in thread
From: Maxime Ripard @ 2024-01-04 14:45 UTC (permalink / raw)
  To: Dave Airlie, Daniel Vetter
  Cc: dim-tools, dri-devel, Maxime Ripard, Thomas Zimmermann,
	Rodrigo Vivi, intel-gfx

[-- Attachment #1: Type: text/plain, Size: 2047 bytes --]

Hi!

Here's this week drm-misc-next-fixes PR

Maxime

drm-misc-next-fixes-2024-01-04:
One fix for drm/plane to avoid a use-after-free and some additional
warnings to prevent more of these occurences, a lock inversion
dependency fix and an indentation fix for drm/rockchip, and some doc
warning fixes for imagination and gpuvm.
The following changes since commit 933a2a376fb3f22ba4774f74233571504ac56b02:

  drm: using mul_u32_u32() requires linux/math64.h (2023-12-19 15:29:17 +0200)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-fixes-2024-01-04

for you to fetch changes up to eee706839333ec0643f1b4898a37588025bf4cb5:

  drm/imagination: pvr_device.h: fix all kernel-doc warnings (2024-01-02 11:50:05 +0100)

----------------------------------------------------------------
One fix for drm/plane to avoid a use-after-free and some additional
warnings to prevent more of these occurences, a lock inversion
dependency fix and an indentation fix for drm/rockchip, and some doc
warning fixes for imagination and gpuvm.

----------------------------------------------------------------
Andy Yan (1):
      drm/rockchip: vop2: Avoid use regmap_reinit_cache at runtime

Jiapeng Chong (1):
      drm/rockchip: vop2: clean up some inconsistent indenting

Randy Dunlap (2):
      drm/gpuvm: fix all kernel-doc warnings in include/drm/drm_gpuvm.h
      drm/imagination: pvr_device.h: fix all kernel-doc warnings

Ville Syrjälä (2):
      drm: Don't unref the same fb many times by mistake due to deadlock handling
      drm: Warn when freeing a framebuffer that's still on a list

 drivers/gpu/drm/drm_framebuffer.c            |  5 +-
 drivers/gpu/drm/drm_plane.c                  |  1 +
 drivers/gpu/drm/imagination/pvr_device.h     | 46 ++++++++--------
 drivers/gpu/drm/rockchip/rockchip_drm_vop2.c | 12 ++---
 include/drm/drm_gpuvm.h                      | 80 ++++++++++++++++------------
 5 files changed, 79 insertions(+), 65 deletions(-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2023-12-21  8:36 Maxime Ripard
  0 siblings, 0 replies; 73+ messages in thread
From: Maxime Ripard @ 2023-12-21  8:36 UTC (permalink / raw)
  To: Dave Airlie, Daniel Vetter
  Cc: dim-tools, dri-devel, Maxime Ripard, Thomas Zimmermann,
	Rodrigo Vivi, intel-gfx

[-- Attachment #1: Type: text/plain, Size: 1801 bytes --]

Hi,

Here's this week drm-misc-next-fixes PR

Thanks!
Maxime

drm-misc-next-fixes-2023-12-21:
More fixes for the new imagination drier, a DT node refcount fix for the
new aux bridge driver and a missing header fix for the LUT management
code.
The following changes since commit b1a2aa9bcbb88a7dc1c4df98dbf4f4df9ca79c9f:

  drm: ci: Update xfails (2023-12-13 15:18:30 -0300)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-fixes-2023-12-21

for you to fetch changes up to 933a2a376fb3f22ba4774f74233571504ac56b02:

  drm: using mul_u32_u32() requires linux/math64.h (2023-12-19 15:29:17 +0200)

----------------------------------------------------------------
More fixes for the new imagination drier, a DT node refcount fix for the
new aux bridge driver and a missing header fix for the LUT management
code.

----------------------------------------------------------------
Dmitry Baryshkov (1):
      drm/bridge: properly refcount DT nodes in aux bridge drivers

Donald Robson (4):
      drm/imagination: Fixed infinite loop in pvr_vm_mips_map()
      drm/imagination: Fixed oops when misusing ioctl CREATE_HWRT_DATASET
      drm/imagination: Fix ERR_PTR test on pointer to pointer.
      drm/imagination: Fix error path in pvr_vm_create_context

Stephen Rothwell (1):
      drm: using mul_u32_u32() requires linux/math64.h

 drivers/gpu/drm/bridge/aux-bridge.c       |  3 ++-
 drivers/gpu/drm/bridge/aux-hpd-bridge.c   |  4 ++--
 drivers/gpu/drm/imagination/pvr_hwrt.c    | 27 ++++++++++++++-------------
 drivers/gpu/drm/imagination/pvr_vm.c      | 30 ++++++++++++++----------------
 drivers/gpu/drm/imagination/pvr_vm_mips.c |  6 +++---
 include/drm/drm_color_mgmt.h              |  1 +
 6 files changed, 36 insertions(+), 35 deletions(-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2019-11-20 20:49 Sean Paul
  0 siblings, 0 replies; 73+ messages in thread
From: Sean Paul @ 2019-11-20 20:49 UTC (permalink / raw)
  To: Dave Airlie, Daniel Vetter
  Cc: dim-tools, dri-devel, Maxime Ripard, intel-gfx, Gerd Hoffmann


Hi Dave & Daniel,
Just one patch this week which fixes the bo refcounts when mmap'ing ttm buffers
using the new ->mmap() hook.


drm-misc-next-fixes-2019-11-20:
- Fix ttm bo refcnt when using the new gem obj mmap hook (Thomas)

Cc: Gerd Hoffmann <kraxel@redhat.com>

Cheers, Sean


The following changes since commit a64fc11b9a520c55ca34d82e5ca32274f49b6b15:

  drm/msm: fix memleak on release (2019-11-13 15:34:15 -0500)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-fixes-2019-11-20

for you to fetch changes up to 9786b65bc61acec63f923978c75e707afbb74bc7:

  drm/ttm: fix mmap refcounting (2019-11-15 08:00:08 +0100)

----------------------------------------------------------------
- Fix ttm bo refcnt when using the new gem obj mmap hook (Thomas)

Cc: Gerd Hoffmann <kraxel@redhat.com>

----------------------------------------------------------------
Gerd Hoffmann (1):
      drm/ttm: fix mmap refcounting

 drivers/gpu/drm/drm_gem.c            | 24 ++++++++++++++----------
 drivers/gpu/drm/drm_gem_ttm_helper.c | 13 ++++++++++++-
 2 files changed, 26 insertions(+), 11 deletions(-)

-- 
Sean Paul, Software Engineer, Google / Chromium OS
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2019-11-13 21:10 Sean Paul
  0 siblings, 0 replies; 73+ messages in thread
From: Sean Paul @ 2019-11-13 21:10 UTC (permalink / raw)
  To: Dave Airlie, Daniel Vetter
  Cc: dim-tools, dri-devel, Johan Hovold, Maxime Ripard, intel-gfx


Hi Dave & Daniel,
Just one msm patch this week. Looks like -misc is going to be perfect when merge
window rolls around :-)


drm-misc-next-fixes-2019-11-13:
- Fix memory leak in gpu debugfs node's release (Johan)

Cc: Johan Hovold <johan@kernel.org>

Cheers, Sean


The following changes since commit 3ca3a9eab7085b3c938b5d088c3020269cfecdc8:

  Merge tag 'drm-misc-next-fixes-2019-11-06' of git://anongit.freedesktop.org/drm/drm-misc into drm-next (2019-11-08 16:48:22 +1000)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-fixes-2019-11-13

for you to fetch changes up to a64fc11b9a520c55ca34d82e5ca32274f49b6b15:

  drm/msm: fix memleak on release (2019-11-13 15:34:15 -0500)

----------------------------------------------------------------
- Fix memory leak in gpu debugfs node's release (Johan)

Cc: Johan Hovold <johan@kernel.org>

----------------------------------------------------------------
Johan Hovold (1):
      drm/msm: fix memleak on release

 drivers/gpu/drm/msm/msm_debugfs.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

-- 
Sean Paul, Software Engineer, Google / Chromium OS
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2019-11-06 20:27 Sean Paul
  0 siblings, 0 replies; 73+ messages in thread
From: Sean Paul @ 2019-11-06 20:27 UTC (permalink / raw)
  To: Dave Airlie, Daniel Vetter
  Cc: dim-tools, dri-devel, Sean Paul, Rodrigo Vivi, Sharat Masetty,
	Sean Paul, intel-gfx


Hi Dave & Daniel,
drm-misc-next-fixes is open and just a couple of patches this week.

drm-misc-next-fixes-2019-11-06:
-msm: Fix up a6xx debugbus register names (Sharat)
-mst: Avoid u64 division (Sean)

Cc: Sharat Masetty <smasetty@codeaurora.org>
Cc: Sean Paul <seanpaul@chromium.org>

Cheers, Sean


The following changes since commit cea35f5ad5ffac06ea29e0d7a7f748683e1f1b7d:

  drm/i915: Don't select BROKEN (2019-11-06 05:46:04 +1000)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-fixes-2019-11-06

for you to fetch changes up to b149cbfeecaa2b2870d2c4f878382a024e6e4975:

  drm/mst: Fix up u64 division (2019-11-06 15:20:37 -0500)

----------------------------------------------------------------
-msm: Fix up a6xx debugbus register names (Sharat)
-mst: Avoid u64 division (Sean)

Cc: Sharat Masetty <smasetty@codeaurora.org>
Cc: Sean Paul <seanpaul@chromium.org>

----------------------------------------------------------------
Sean Paul (1):
      drm/mst: Fix up u64 division

Sharat Masetty (1):
      drm: msm: a6xx: fix debug bus register configuration

 drivers/gpu/drm/drm_dp_mst_topology.c       |  4 ++--
 drivers/gpu/drm/msm/adreno/a6xx_gpu_state.c | 24 ++++++++++++------------
 2 files changed, 14 insertions(+), 14 deletions(-)

-- 
Sean Paul, Software Engineer, Google / Chromium OS
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2019-09-23 16:09 Maxime Ripard
  0 siblings, 0 replies; 73+ messages in thread
From: Maxime Ripard @ 2019-09-23 16:09 UTC (permalink / raw)
  To: Dave Airlie, Daniel Vetter
  Cc: dim-tools, dri-devel, Maxime Ripard, Rodrigo Vivi, Sean Paul,
	intel-gfx


[-- Attachment #1.1: Type: text/plain, Size: 2749 bytes --]

Hi Daniel, Dave,

Here is a new round of drm-misc-next fixes

Maxime

drm-misc-next-fixes-2019-09-23:
 - Multiple panfrost fixes for regulator support and page fault handling
 - Some cleanups and fixes in the self-refresh helpers
 - Some cleanups and fixes in the atomic helpers
The following changes since commit 88537ddbbe4c755e193aa220a306395edf08a4cf:

  drm/mcde: Fix DSI transfers (2019-09-04 22:05:34 +0200)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-fixes-2019-09-23

for you to fetch changes up to 65e51e30d8625c82ddfe405da46124e9bbffaa71:

  drm/panfrost: Prevent race when handling page fault (2019-09-19 11:48:57 -0500)

----------------------------------------------------------------
 - Multiple panfrost fixes for regulator support and page fault handling
 - Some cleanups and fixes in the self-refresh helpers
 - Some cleanups and fixes in the atomic helpers

----------------------------------------------------------------
Daniel Vetter (4):
      drm/kms: Duct-tape for mode object lifetime checks
      drm/atomic: Take the atomic toys away from X
      drm/atomic: Reject FLIP_ASYNC unconditionally
      drm/atomic: Rename crtc_state->pageflip_flags to async_flip

Mark Brown (1):
      drm/panfrost: Fix regulator_get_optional() misuse

Rob Clark (1):
      Revert "drm/bridge: adv7511: Attach to DSI host at probe time"

Sean Paul (2):
      drm: Fix kerneldoc and remove unused struct member in self_refresh helper
      drm: Measure Self Refresh Entry/Exit times to avoid thrashing

Steven Price (2):
      drm/panfrost: Remove NULL checks for regulator
      drm/panfrost: Prevent race when handling page fault

 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c |  5 +-
 drivers/gpu/drm/bridge/adv7511/adv7511_drv.c      | 12 +---
 drivers/gpu/drm/drm_atomic_helper.c               | 22 ++++++-
 drivers/gpu/drm/drm_atomic_state_helper.c         |  2 +-
 drivers/gpu/drm/drm_atomic_uapi.c                 |  3 +-
 drivers/gpu/drm/drm_drv.c                         |  4 +-
 drivers/gpu/drm/drm_ioctl.c                       |  7 ++-
 drivers/gpu/drm/drm_mode_object.c                 |  4 +-
 drivers/gpu/drm/drm_self_refresh_helper.c         | 73 ++++++++++++++++++++---
 drivers/gpu/drm/nouveau/dispnv50/wndw.c           |  4 +-
 drivers/gpu/drm/panfrost/panfrost_devfreq.c       | 10 ++--
 drivers/gpu/drm/panfrost/panfrost_device.c        |  8 +--
 drivers/gpu/drm/panfrost/panfrost_mmu.c           | 55 +++++++++++------
 drivers/gpu/drm/rockchip/rockchip_drm_vop.c       |  5 +-
 include/drm/drm_crtc.h                            | 10 ++--
 include/drm/drm_self_refresh_helper.h             |  6 +-
 16 files changed, 157 insertions(+), 73 deletions(-)

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2019-09-18 14:09 Maxime Ripard
  0 siblings, 0 replies; 73+ messages in thread
From: Maxime Ripard @ 2019-09-18 14:09 UTC (permalink / raw)
  To: Dave Airlie, Daniel Vetter
  Cc: dim-tools, dri-devel, Maxime Ripard, Rodrigo Vivi, Sean Paul,
	intel-gfx


[-- Attachment #1.1: Type: text/plain, Size: 1347 bytes --]

Hi Dave, Daniel,

Here is a drm-misc-next-fixes PR, with two fixes that should go in
this current merge window.

Thanks!
Maxime

drm-misc-next-fixes-2019-09-18:
  - One fix for the KMS object lifetime checks with DP drivers
  - One revert for an ADV7511 probe breakage on older systems
The following changes since commit 88537ddbbe4c755e193aa220a306395edf08a4cf:

  drm/mcde: Fix DSI transfers (2019-09-04 22:05:34 +0200)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-fixes-2019-09-18

for you to fetch changes up to e0f32f78e51b9989ee89f608fd0dd10e9c230652:

  drm/kms: Duct-tape for mode object lifetime checks (2019-09-18 11:27:18 +0200)

----------------------------------------------------------------
  - One fix for the KMS object lifetime checks with DP drivers
  - One revert for an ADV7511 probe breakage on older systems

----------------------------------------------------------------
Daniel Vetter (1):
      drm/kms: Duct-tape for mode object lifetime checks

Rob Clark (1):
      Revert "drm/bridge: adv7511: Attach to DSI host at probe time"

 drivers/gpu/drm/bridge/adv7511/adv7511_drv.c | 12 +++---------
 drivers/gpu/drm/drm_drv.c                    |  4 ++--
 drivers/gpu/drm/drm_mode_object.c            |  4 ++--
 3 files changed, 7 insertions(+), 13 deletions(-)

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2019-09-06  7:05 Maxime Ripard
  0 siblings, 0 replies; 73+ messages in thread
From: Maxime Ripard @ 2019-09-06  7:05 UTC (permalink / raw)
  To: Dave Airlie, Daniel Vetter
  Cc: dim-tools, dri-devel, Maxime Ripard, Rodrigo Vivi, Sean Paul,
	intel-gfx


[-- Attachment #1.1: Type: text/plain, Size: 2652 bytes --]

Hi Daniel, Dave,

Here is a drm-misc-next-fixes PR with a significant number of fixes
for panfrost.

Maxime

drm-misc-next-fixes-2019-09-06:
 - A significant number of panfrost fixes for runtime_pm, MMU and GEM support
 - A fix for DCS transfers on mcde
The following changes since commit 578d2342ec702e5fb8a77983fabb3754ae3e9660:

  Merge tag 'drm-next-5.4-2019-08-23' of git://people.freedesktop.org/~agd5f/linux into drm-next (2019-08-27 17:22:15 +1000)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-fixes-2019-09-06

for you to fetch changes up to 88537ddbbe4c755e193aa220a306395edf08a4cf:

  drm/mcde: Fix DSI transfers (2019-09-04 22:05:34 +0200)

----------------------------------------------------------------
 - A significant number of panfrost fixes for runtime_pm, MMU and GEM support
 - A fix for DCS transfers on mcde

----------------------------------------------------------------
Linus Walleij (1):
      drm/mcde: Fix DSI transfers

Rob Herring (12):
      drm/panfrost: Fix possible suspend in panfrost_remove
      drm/shmem: Do dma_unmap_sg before purging pages
      drm/shmem: Use mutex_trylock in drm_gem_shmem_purge
      drm/panfrost: Use mutex_trylock in panfrost_gem_purge
      drm/panfrost: Rework runtime PM initialization
      drm/panfrost: Hold runtime PM reference until jobs complete
      drm/panfrost: Remove unnecessary mmu->lock mutex
      drm/panfrost: Rework page table flushing and runtime PM interaction
      drm/panfrost: Split mmu_hw_do_operation into locked and unlocked version
      drm/panfrost: Add cache/TLB flush before switching address space
      drm/panfrost: Flush and disable address space when freeing page tables
      drm/panfrost: Remove unnecessary hwaccess_lock spin_lock

Steven Price (1):
      drm/panfrost: Add missing check for pfdev->regulator

 drivers/gpu/drm/drm_gem_shmem_helper.c           | 13 +++-
 drivers/gpu/drm/mcde/mcde_dsi.c                  | 68 ++++++++++++------
 drivers/gpu/drm/panfrost/panfrost_devfreq.c      |  6 +-
 drivers/gpu/drm/panfrost/panfrost_device.c       | 10 ---
 drivers/gpu/drm/panfrost/panfrost_device.h       |  3 -
 drivers/gpu/drm/panfrost/panfrost_drv.c          | 16 +++--
 drivers/gpu/drm/panfrost/panfrost_gem_shrinker.c | 11 +--
 drivers/gpu/drm/panfrost/panfrost_job.c          | 43 +++++++----
 drivers/gpu/drm/panfrost/panfrost_mmu.c          | 91 +++++++++++-------------
 include/drm/drm_gem_shmem_helper.h               |  2 +-
 10 files changed, 149 insertions(+), 114 deletions(-)

--
Maxime Ripard, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2019-07-18 15:14 Sean Paul
  0 siblings, 0 replies; 73+ messages in thread
From: Sean Paul @ 2019-07-18 15:14 UTC (permalink / raw)
  To: Dave Airlie
  Cc: dim-tools, Arnd Bergmann, Maxime Ripard, Daniel Vetter, intel-gfx,
	Hans de Goede, dri-devel, Rodrigo Vivi, Liviu Dudau, Sean Paul,
	Dmitry Osipenko


Hi team,
I am Guest-Maarten this week and next! Not exactly a quiet last PR for the merge
window, but I think this is right in line with how things have gone over the rest
of 5.3. Although there's more volume than we'd like, I don't think there's
anything here that is contraversial.

So, welcome komeda to -misc, and happy pulling :-)


drm-misc-next-fixes-2019-07-18:
- Rip out komeda internal properties and move the driver to -misc (Daniel)
- Handle a couple edge cases with incomplete/incorrect cmdline modes (Dmitry)
- Fix some silly warnings (Arnd)
- Add orientation quirk for newer GPD MicroPCs (Hans)

Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: Liviu Dudau <Liviu.Dudau@arm.com>
Cc: Dmitry Osipenko <digetx@gmail.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Hans de Goede <hdegoede@redhat.com>

Cheers, Sean


The following changes since commit daed277e4d5ace0883d30b9be245d35c46289f49:

  Merge tag 'topic/remove-fbcon-notifiers-2019-06-26' into drm-misc-next-fixes (2019-06-26 12:26:34 +0200)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-fixes-2019-07-18

for you to fetch changes up to 7aaddd96d5febcf5b24357a326b3038d49a20532:

  drm/modes: Don't apply cmdline's rotation if it wasn't specified (2019-07-16 10:34:38 +0200)

----------------------------------------------------------------
- Rip out komeda internal properties and move the driver to -misc (Daniel)
- Handle a couple edge cases with incomplete/incorrect cmdline modes (Dmitry)
- Fix some silly warnings (Arnd)
- Add orientation quirk for newer GPD MicroPCs (Hans)

Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: Liviu Dudau <Liviu.Dudau@arm.com>
Cc: Dmitry Osipenko <digetx@gmail.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Hans de Goede <hdegoede@redhat.com>

----------------------------------------------------------------
Arnd Bergmann (2):
      drm/selftests: reduce stack usage
      drm: connector: remove bogus NULL check

Daniel Vetter (5):
      drm/komeda: Remove clock ratio property
      drm/komeda: remove slave_planes property
      drm/komeda: remove img_enhancement property
      drm/komeda: Remove layer_split property
      MAINTAINERS: maintain drm/arm drivers in drm-misc for now

Dmitry Osipenko (2):
      drm/modes: Skip invalid cmdline mode
      drm/modes: Don't apply cmdline's rotation if it wasn't specified

Gerd Hoffmann (1):
      drm/bochs: fix framebuffer setup.

Hans de Goede (1):
      drm: panel-orientation-quirks: Add extra quirk table entry for GPD MicroPC

james qian wang (Arm Technology China) (2):
      drm/komeda: Computing layer_split internally
      drm/komeda: Computing image enhancer internally

 MAINTAINERS                                        |   4 +-
 drivers/gpu/drm/arm/display/komeda/komeda_crtc.c   |  63 ----------
 drivers/gpu/drm/arm/display/komeda/komeda_kms.h    |  18 +--
 .../gpu/drm/arm/display/komeda/komeda_pipeline.h   |   3 +-
 .../drm/arm/display/komeda/komeda_pipeline_state.c |  15 ++-
 drivers/gpu/drm/arm/display/komeda/komeda_plane.c  |  84 +------------
 .../drm/arm/display/komeda/komeda_wb_connector.c   |  10 +-
 drivers/gpu/drm/bochs/bochs.h                      |   2 +-
 drivers/gpu/drm/bochs/bochs_hw.c                   |  14 ++-
 drivers/gpu/drm/bochs/bochs_kms.c                  |   3 +-
 drivers/gpu/drm/drm_client_modeset.c               |   5 +-
 drivers/gpu/drm/drm_connector.c                    |   2 +-
 drivers/gpu/drm/drm_modes.c                        |  14 ++-
 drivers/gpu/drm/drm_panel_orientation_quirks.c     |  12 ++
 .../gpu/drm/selftests/test-drm_cmdline_parser.c    | 136 ++++++++-------------
 include/drm/drm_modes.h                            |   2 +-
 16 files changed, 110 insertions(+), 277 deletions(-)

-- 
Sean Paul, Software Engineer, Google / Chromium OS
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2019-07-12  8:33 Maarten Lankhorst
  0 siblings, 0 replies; 73+ messages in thread
From: Maarten Lankhorst @ 2019-07-12  8:33 UTC (permalink / raw)
  To: Dave Airlie, Daniel Vetter
  Cc: dim-tools, Maxime Ripard, intel-gfx, dri-devel, Rodrigo Vivi,
	Sean Paul

drm-misc-next-fixes-2019-07-11:
Pull request for drm-misc-fixes-next for v5.3:
- Revert properties exposed in komeda that need improvement before they become ABI.
- Only add modes from the cmdline if they are valid.
- Add orientation quirk for GPD MicroPC.
- Reduce stack usage in drm selftests.
- Fix bochs framebuffer setup.
The following changes since commit daed277e4d5ace0883d30b9be245d35c46289f49:

  Merge tag 'topic/remove-fbcon-notifiers-2019-06-26' into drm-misc-next-fixes (2019-06-26 12:26:34 +0200)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-fixes-2019-07-11

for you to fetch changes up to 7f3bbc0b817b51206948b743331c7441bf918c7f:

  drm/modes: Skip invalid cmdline mode (2019-07-10 12:11:18 +0200)

----------------------------------------------------------------
Pull request for drm-misc-fixes-next for v5.3:
- Revert properties exposed in komeda that need improvement before they become ABI.
- Only add modes from the cmdline if they are valid.
- Add orientation quirk for GPD MicroPC.
- Reduce stack usage in drm selftests.
- Fix bochs framebuffer setup.

----------------------------------------------------------------
Arnd Bergmann (2):
      drm/selftests: reduce stack usage
      drm: connector: remove bogus NULL check

Daniel Vetter (5):
      drm/komeda: Remove clock ratio property
      drm/komeda: remove slave_planes property
      drm/komeda: remove img_enhancement property
      drm/komeda: Remove layer_split property
      MAINTAINERS: maintain drm/arm drivers in drm-misc for now

Dmitry Osipenko (1):
      drm/modes: Skip invalid cmdline mode

Gerd Hoffmann (1):
      drm/bochs: fix framebuffer setup.

Hans de Goede (1):
      drm: panel-orientation-quirks: Add extra quirk table entry for GPD MicroPC

james qian wang (Arm Technology China) (2):
      drm/komeda: Computing layer_split internally
      drm/komeda: Computing image enhancer internally

 MAINTAINERS                                        |   4 +-
 drivers/gpu/drm/arm/display/komeda/komeda_crtc.c   |  63 ----------
 drivers/gpu/drm/arm/display/komeda/komeda_kms.h    |  18 +--
 .../gpu/drm/arm/display/komeda/komeda_pipeline.h   |   3 +-
 .../drm/arm/display/komeda/komeda_pipeline_state.c |  15 ++-
 drivers/gpu/drm/arm/display/komeda/komeda_plane.c  |  84 +------------
 .../drm/arm/display/komeda/komeda_wb_connector.c   |  10 +-
 drivers/gpu/drm/bochs/bochs.h                      |   2 +-
 drivers/gpu/drm/bochs/bochs_hw.c                   |  14 ++-
 drivers/gpu/drm/bochs/bochs_kms.c                  |   3 +-
 drivers/gpu/drm/drm_client_modeset.c               |   3 +-
 drivers/gpu/drm/drm_connector.c                    |   2 +-
 drivers/gpu/drm/drm_modes.c                        |  14 ++-
 drivers/gpu/drm/drm_panel_orientation_quirks.c     |  12 ++
 .../gpu/drm/selftests/test-drm_cmdline_parser.c    | 136 ++++++++-------------
 include/drm/drm_modes.h                            |   2 +-
 16 files changed, 109 insertions(+), 276 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2019-06-27 13:03 Maarten Lankhorst
  0 siblings, 0 replies; 73+ messages in thread
From: Maarten Lankhorst @ 2019-06-27 13:03 UTC (permalink / raw)
  To: Dave Airlie, Daniel Vetter
  Cc: dim-tools, Maxime Ripard, intel-gfx, Andrzej Hajda,
	Tomi Valkeinen, dri-devel

drm-misc-next-fixes-2019-06-27:
- Fixes to the tfp410 bridge.
- Small build fix for vga_switcheroo to prevent building against modular fbcon.

The following changes since commit 80d42db02b3a5beb8cffba08207adf5f4c525ee3:

  drm/edid: use for_each_displayid_db where applicable (2019-06-25 14:44:03 +1000)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-fixes-2019-06-27

for you to fetch changes up to daed277e4d5ace0883d30b9be245d35c46289f49:

  Merge tag 'topic/remove-fbcon-notifiers-2019-06-26' into drm-misc-next-fixes (2019-06-26 12:26:34 +0200)

----------------------------------------------------------------
drm-misc-next-fixes for v5.3:
- Fixes to the tfp410 bridge.
- Small build fix for vga_switcheroo to prevent building against modular fbcon.

----------------------------------------------------------------
Daniel Vetter (1):
      vga_switcheroo: Depend upon fbcon being built-in, if enabled

Maarten Lankhorst (2):
      Merge remote-tracking branch 'drm/drm-next' into drm-misc-next-fixes
      Merge tag 'topic/remove-fbcon-notifiers-2019-06-26' into drm-misc-next-fixes

Tomi Valkeinen (2):
      drm/bridge: tfp410: fix memleak in get_modes()
      drm/bridge: tfp410: fix use of cancel_delayed_work_sync

 drivers/gpu/drm/bridge/ti-tfp410.c | 10 ++++++++--
 drivers/gpu/vga/Kconfig            |  1 +
 2 files changed, 9 insertions(+), 2 deletions(-)
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2019-05-15 20:17 Sean Paul
  0 siblings, 0 replies; 73+ messages in thread
From: Sean Paul @ 2019-05-15 20:17 UTC (permalink / raw)
  To: Dave Airlie, Daniel Vetter
  Cc: robdclark, dim-tools, Maxime Ripard, intel-gfx, dri-devel


Hi Da.*,
Some more fixes for -next. As predicted more panfrost cleanup.

We also have 4 msm patches that Rob and I figured should just go through -misc
instead of spinning up an msm-fixes branch. If we pooled together all msm fixes
for 5.2, maybe the -fixes branch would have been warranted, but we've been
boiling this frog for a while so why not continue.

Anyways, hopefully this is it until we move back to -misc-fixes.


drm-misc-next-fixes-2019-05-15:
- A couple new panfrost fixes
- Fix the low refresh rate register in adv7511
- A handful of msm fixes that fell out of 5.1 bringup on SDM845
- Fix spinlock initialization in pl111

Cheers, Sean


The following changes since commit eb85d03e01c3e9f3b0ba7282b2e3515a635decb2:

  Merge tag 'drm-misc-next-fixes-2019-05-08' of git://anongit.freedesktop.org/drm/drm-misc into drm-next (2019-05-09 11:04:00 +1000)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-fixes-2019-05-15

for you to fetch changes up to 2b117451277140b782f3e4e56a4296c0a165e7ae:

  drm/msm: Upgrade gxpd checks to IS_ERR_OR_NULL (2019-05-15 16:03:08 -0400)

----------------------------------------------------------------
- A couple new panfrost fixes
- Fix the low refresh rate register in adv7511
- A handful of msm fixes that fell out of 5.1 bringup on SDM845
- Fix spinlock initialization in pl111

----------------------------------------------------------------
Boris Brezillon (1):
      drm/panfrost: Add missing _fini() calls in panfrost_device_fini()

Brian Masney (2):
      drm/msm: remove resv fields from msm_gem_object struct
      drm/msm: correct attempted NULL pointer dereference in debugfs

Guenter Roeck (1):
      drm/pl111: Initialize clock spinlock early

Matt Redfearn (1):
      drm/bridge: adv7511: Fix low refresh rate selection

Sabyasachi Gupta (1):
      drm/msm/dpu: Remove duplicate header

Sean Paul (1):
      drm/msm: Upgrade gxpd checks to IS_ERR_OR_NULL

Tomeu Vizoso (1):
      drm/panfrost: Only put sync_out if non-NULL

 drivers/gpu/drm/bridge/adv7511/adv7511_drv.c | 6 +++---
 drivers/gpu/drm/msm/adreno/a6xx_gmu.c        | 6 +++---
 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_lm.c    | 1 -
 drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c    | 4 +---
 drivers/gpu/drm/msm/msm_atomic.c             | 4 +---
 drivers/gpu/drm/msm/msm_gem.c                | 3 ++-
 drivers/gpu/drm/msm/msm_gem.h                | 4 ----
 drivers/gpu/drm/panfrost/panfrost_device.c   | 4 ++++
 drivers/gpu/drm/panfrost/panfrost_drv.c      | 3 ++-
 drivers/gpu/drm/pl111/pl111_display.c        | 5 +++--
 10 files changed, 19 insertions(+), 21 deletions(-)

-- 
Sean Paul, Software Engineer, Google / Chromium OS
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2019-05-08 20:51 Sean Paul
  0 siblings, 0 replies; 73+ messages in thread
From: Sean Paul @ 2019-05-08 20:51 UTC (permalink / raw)
  To: Dave Airlie, Daniel Vetter
  Cc: Rob Clark, dim-tools, Maxime Ripard, intel-gfx, Masahiro Yamada,
	Noralf Trønnes, dri-devel


Hi Da.*,
So last week when I said we were ready for merge window... I lied. Lots of stuff
to sneak in this week including 6 patches that came from -misc-next. Fortunately
they _just_ missed the feature freeze so I was able to tag and merge them here.
Most of what is here is panfrost fixes, which is understandable given its age, I
expect this trend will continue this release as it becomes more mature.

The sole msm patch is here b/c that's all Rob and I have for -fixes in msm atm
and it was easier to just stuff it in here.

drm-misc-next-fixes-2019-05-08:
- A handful of fixes from -next that just missed feature freeze
- More panfrost fixes that went directly in -misc-next-fixes (various)
- Fix searchpaths during build (Masahiro)
- msm patch to fix the driver for chips without zap shader (Rob)
- Fix freeing imported buffers in drm_gem_cma_free_object() (Noralf)

Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: Rob Clark <robdclark@chromium.org>
Cc: Noralf Trønnes <noralf@tronnes.org>

Cheers, Sean


The following changes since commit 761e473f6b23f206862d904a1a5fcbc012656b47:

  drm/gem: Fix sphinx warnings (2019-04-25 10:02:10 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 15273ffd7efdf6e9f21c4e4beef6539229167343:

  drm/msm/a6xx: No zap shader is not an error (2019-05-08 16:00:54 -0400)

----------------------------------------------------------------
- A handful of fixes from -next that just missed feature freeze
- More panfrost fixes that went directly in -misc-next-fixes (various)
- Fix searchpaths during build (Masahiro)
- msm patch to fix the driver for chips without zap shader (Rob)
- Fix freeing imported buffers in drm_gem_cma_free_object() (Noralf)

Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: Rob Clark <robdclark@chromium.org>
Cc: Noralf Trønnes <noralf@tronnes.org>

----------------------------------------------------------------
Mario Kleiner (1):
      drm: Fix timestamp docs for variable refresh properties.

Masahiro Yamada (1):
      drm: prefix header search paths with $(srctree)/

Noralf Trønnes (1):
      drm/cma-helper: Fix drm_gem_cma_free_object()

Rob Clark (1):
      drm/msm/a6xx: No zap shader is not an error

Robin Murphy (4):
      drm/panfrost: Set DMA masks earlier
      drm/panfrost: Disable PM on probe failure
      drm/panfrost: Don't scream about deferred probe
      drm/panfrost: Show stored feature registers

Sean Paul (1):
      Merge panfrost-fixes into drm-misc-next-fixes

Steven Price (2):
      drm/panfrost: Add missing include
      drm/panfrost: depend on !GENERIC_ATOMIC64 when using COMPILE_TEST

Tomeu Vizoso (2):
      drm/panfrost: Prevent concurrent resets
      drm/panfrost: Add sanity checks to submit IOCTL

Vicente Bergas (1):
      drm/rockchip: shutdown drm subsystem on shutdown

YueHaibing (1):
      drm/panfrost: Make panfrost_gem_free_object() static

 drivers/gpu/drm/amd/amdgpu/Makefile         |  2 +-
 drivers/gpu/drm/arm/display/komeda/Makefile |  4 +--
 drivers/gpu/drm/drm_connector.c             |  6 ----
 drivers/gpu/drm/drm_gem_cma_helper.c        |  8 ++---
 drivers/gpu/drm/i915/gvt/Makefile           |  2 +-
 drivers/gpu/drm/msm/Makefile                |  6 ++--
 drivers/gpu/drm/msm/adreno/a6xx_gpu.c       |  1 +
 drivers/gpu/drm/nouveau/Kbuild              |  8 ++---
 drivers/gpu/drm/panfrost/Kconfig            |  2 +-
 drivers/gpu/drm/panfrost/panfrost_devfreq.c |  1 +
 drivers/gpu/drm/panfrost/panfrost_device.c  |  1 +
 drivers/gpu/drm/panfrost/panfrost_device.h  |  1 +
 drivers/gpu/drm/panfrost/panfrost_drv.c     | 47 ++++++++++++++++++-----------
 drivers/gpu/drm/panfrost/panfrost_gem.c     |  2 +-
 drivers/gpu/drm/panfrost/panfrost_gpu.c     | 19 +++++++-----
 drivers/gpu/drm/panfrost/panfrost_job.c     |  4 +++
 drivers/gpu/drm/rockchip/rockchip_drm_drv.c |  9 ++++++
 17 files changed, 75 insertions(+), 48 deletions(-)

-- 
Sean Paul, Software Engineer, Google / Chromium OS
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2019-05-01 19:09 Sean Paul
  0 siblings, 0 replies; 73+ messages in thread
From: Sean Paul @ 2019-05-01 19:09 UTC (permalink / raw)
  To: Dave Airlie, Daniel Vetter
  Cc: Philip Yang, dim-tools, Maxime Ripard, intel-gfx, Sean Paul,
	dri-devel


Hi Da.*,
Quiet week since the last PR, I'd say we're ready for the merge window!


drm-misc-next-fixes-2019-05-01:
core: restore drm mmap_range size back to 1TB (Philip)
sphinx: squash warning (Sean)

Cc: Philip Yang <Philip.Yang@amd.com>
Cc: Sean Paul <seanpaul@chromium.org>

Cheers, Sean


The following changes since commit 1de7259275ca4ebc66459de6620558d3e38d4142:

  drm/fb-helper: Fix drm_fb_helper_firmware_config() NULL pointer deref (2019-04-24 15:57:43 +0200)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-fixes-2019-05-01

for you to fetch changes up to 761e473f6b23f206862d904a1a5fcbc012656b47:

  drm/gem: Fix sphinx warnings (2019-04-25 10:02:10 -0400)

----------------------------------------------------------------
core: restore drm mmap_range size back to 1TB (Philip)
sphinx: squash warning (Sean)

Cc: Philip Yang <Philip.Yang@amd.com>
Cc: Sean Paul <seanpaul@chromium.org>

----------------------------------------------------------------
Philip Yang (1):
      drm: increase drm mmap_range size to 1TB

Sean Paul (1):
      drm/gem: Fix sphinx warnings

 drivers/gpu/drm/drm_gem.c     | 10 +++++-----
 include/drm/drm_vma_manager.h |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

-- 
Sean Paul, Software Engineer, Google / Chromium OS
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2019-04-24 21:06 Sean Paul
  0 siblings, 0 replies; 73+ messages in thread
From: Sean Paul @ 2019-04-24 21:06 UTC (permalink / raw)
  To: Dave Airlie
  Cc: dim-tools, Maxime Ripard, Daniel Vetter, intel-gfx, dri-devel,
	Rodrigo Vivi, Sean Paul


Hi Da.*,
First pull from -next-fixes for 5.2. Mostly lease fixes from Daniel with a NULL
deref from Noralf.

Please pull!


drm-misc-next-fixes-2019-04-24:
- fb_helper: Fix NULL deref in legacy drivers (Noralf)
- leases: Ensure lessees can't connect to objects outside their perview (Daniel)
- leases: Enforce that lessees hold the lease for implicitly set planes (Daniel)
- leases: A few non-functional cleanups (Daniel)

Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: Noralf Trønnes <noralf@tronnes.org>

Cheers, Sean


The following changes since commit abbc0697d5fbf53f74ce0bcbe936670199764cfa:

  drm/fb: revert the i915 Actually configure untiled displays from master (2019-04-24 16:41:03 +1000)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-fixes-2019-04-24

for you to fetch changes up to 1de7259275ca4ebc66459de6620558d3e38d4142:

  drm/fb-helper: Fix drm_fb_helper_firmware_config() NULL pointer deref (2019-04-24 15:57:43 +0200)

----------------------------------------------------------------
- fb_helper: Fix NULL deref in legacy drivers (Noralf)
- leases: Ensure lessees can't connect to objects outside their perview (Daniel)
- leases: Enforce that lessees hold the lease for implicitly set planes (Daniel)
- leases: A few non-functional cleanups (Daniel)

Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: Noralf Trønnes <noralf@tronnes.org>

----------------------------------------------------------------
Daniel Vetter (7):
      drm/leases: Drop object_id validation for negative ids
      drm/lease: Drop recursive leads checks
      drm/leases: Don't init to 0 in drm_master_create
      drm/lease: Check for lessor outside of locks
      drm/lease: Make sure implicit planes are leased
      drm/atomic: Wire file_priv through for property changes
      drm/atomic: -EACCESS for lease-denied crtc lookup

Noralf Trønnes (1):
      drm/fb-helper: Fix drm_fb_helper_firmware_config() NULL pointer deref

 drivers/gpu/drm/drm_atomic_uapi.c   | 36 +++++++++++++++++++++++-------------
 drivers/gpu/drm/drm_auth.c          |  2 --
 drivers/gpu/drm/drm_crtc.c          |  4 ++++
 drivers/gpu/drm/drm_crtc_internal.h |  1 +
 drivers/gpu/drm/drm_fb_helper.c     |  3 +++
 drivers/gpu/drm/drm_lease.c         | 13 +++----------
 drivers/gpu/drm/drm_mode_object.c   |  5 +++--
 drivers/gpu/drm/drm_plane.c         |  8 ++++++++
 8 files changed, 45 insertions(+), 27 deletions(-)

-- 
Sean Paul, Software Engineer, Google / Chromium OS
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2019-03-13 19:21 Maxime Ripard
  0 siblings, 0 replies; 73+ messages in thread
From: Maxime Ripard @ 2019-03-13 19:21 UTC (permalink / raw)
  To: Dave Airlie, Daniel Vetter; +Cc: dim-tools, Maxime Ripard, intel-gfx, dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 1569 bytes --]

Hi Daniel, Dave,

Here is what should be the last drm-misc-next-fixes PR.

Thanks!
Maxime

drm-misc-next-fixes-2019-03-13:
 - qxl: Remove the conflicting framebuffers earlier
 - Split out some i915 code into the fb_helper to allow the above

The following changes since commit e552f0851070fe4975d610a99910be4e9bf5d7bd:

  drm: add __user attribute to ptr_to_compat() (2019-03-04 09:55:31 -0500)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-fixes-2019-03-13

for you to fetch changes up to c34674a23d1e8674ac532bf3397333f24a41e7b2:

  drm/qxl: remove conflicting framebuffers earlier (2019-03-07 10:34:38 +0100)

----------------------------------------------------------------
 - qxl: Remove the conflicting framebuffers earlier
 - Split out some i915 code into the fb_helper to allow the above

----------------------------------------------------------------
Gerd Hoffmann (3):
      drm: move i915_kick_out_vgacon to vgaarb
      drm/fb-helper: call vga_remove_vgacon automatically.
      drm/qxl: remove conflicting framebuffers earlier

 drivers/gpu/drm/i915/i915_drv.c | 35 +----------------------------
 drivers/gpu/drm/qxl/qxl_drv.c   |  5 ++++-
 drivers/gpu/vga/vgaarb.c        | 49 +++++++++++++++++++++++++++++++++++++++++
 include/drm/drm_fb_helper.h     | 14 +++++++++---
 include/linux/vgaarb.h          |  2 ++
 5 files changed, 67 insertions(+), 38 deletions(-)

-- 
Maxime Ripard, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2019-03-06 10:54 Maxime Ripard
  0 siblings, 0 replies; 73+ messages in thread
From: Maxime Ripard @ 2019-03-06 10:54 UTC (permalink / raw)
  To: Dave Airlie, Daniel Vetter; +Cc: dim-tools, Maxime Ripard, intel-gfx, dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 1435 bytes --]

Hi Dave, Daniel,

A few extra patches for the 5.1 merge window.

Thanks!
Maxime

drm-misc-next-fixes-2019-03-06:
- Properly mark the ptr_to_compat argument with the __user tag
- Merge __drm_atomic_helper_disable_all into drm_atomic_helper_disable_all

The following changes since commit 6649a95d35d850e417f125821a803ca7889c713c:

  drm/komeda: fix build with drm_modeset_helper.h update (2019-02-11 10:36:00 +0100)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-fixes-2019-03-06

for you to fetch changes up to e552f0851070fe4975d610a99910be4e9bf5d7bd:

  drm: add __user attribute to ptr_to_compat() (2019-03-04 09:55:31 -0500)

----------------------------------------------------------------
- Properly mark the ptr_to_compat argument with the __user tag
- Merge __drm_atomic_helper_disable_all into drm_atomic_helper_disable_all

----------------------------------------------------------------
Ben Dooks (1):
      drm: add __user attribute to ptr_to_compat()

Sean Paul (1):
      drm: Merge __drm_atomic_helper_disable_all() into drm_atomic_helper_disable_all()

 drivers/gpu/drm/drm_atomic_helper.c | 119 +++++++++++++++++-------------------
 drivers/gpu/drm/drm_ioc32.c         |   6 +-
 2 files changed, 59 insertions(+), 66 deletions(-)

-- 
Maxime Ripard, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2019-01-02 17:26 Maarten Lankhorst
  0 siblings, 0 replies; 73+ messages in thread
From: Maarten Lankhorst @ 2019-01-02 17:26 UTC (permalink / raw)
  To: Dave Airlie
  Cc: dim-tools, Maxime Ripard, Daniel Vetter, intel-gfx, dri-devel,
	Rodrigo Vivi, Sean Paul

drm-misc-next-fixes-2019-01-02:
Fixes for v4.21:
- Fix null pointer dereference on null state pointer.
- Fix leaking damage clip when destroying plane state.
The following changes since commit 2e6e902d185027f8e3cb8b7305238f7e35d6a436:

  Linux 4.20-rc4 (2018-11-25 14:19:31 -0800)

are available in the Git repository at:

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

for you to fetch changes up to c75ff001f4fe21a8c9f15aad799a8949aea109f7:

  drm: Put damage blob when destroy plane state (2018-12-24 11:53:50 +0100)

----------------------------------------------------------------
Fixes for v4.21:
- Fix null pointer dereference on null state pointer.
- Fix leaking damage clip when destroying plane state.

----------------------------------------------------------------
Colin Ian King (1):
      drm: fix null pointer dereference on null state pointer

Deepak Rawat (1):
      drm: Put damage blob when destroy plane state

 drivers/gpu/drm/drm_atomic_state_helper.c | 3 +++
 drivers/gpu/drm/drm_damage_helper.c       | 3 ++-
 2 files changed, 5 insertions(+), 1 deletion(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2018-10-31 20:19 Sean Paul
  0 siblings, 0 replies; 73+ messages in thread
From: Sean Paul @ 2018-10-31 20:19 UTC (permalink / raw)
  To: Dave Airlie
  Cc: dim-tools, Maxime Ripard, Daniel Vetter, intel-gfx, Doug Anderson,
	dri-devel, Rodrigo Vivi, Lee Shawn C, Sean Paul


Hi Dave,
A few patches to round out the merge window. 6/7 are from one series fixing up
things around bridge/panel.


drm-misc-next-fixes-2018-10-31:
- Properly label Innolux TV123WAM as P120ZDG-BF1 (Doug)
- Add optional delay for panels without hpd hooked up (which solves the
  mystery delay for TI SN65DSI86 bridge) (Doug)
- Another 6bpc quirk for BOE panel 0x0771 (Shawn)

Cc: Doug Anderson <dianders@chromium.org>
Cc: Lee, Shawn C <shawn.c.lee@intel.com>

Cheers, Sean


The following changes since commit f2bfc71aee75feff33ca659322b72ffeed5a243d:

  Merge tag 'drm-intel-next-fixes-2018-10-18' of git://anongit.freedesktop.org/drm/drm-intel into drm-next (2018-10-19 14:28:11 +1000)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-fixes-2018-10-31

for you to fetch changes up to 8f054b6f53ff34fb787bde4c5940f86a9c175177:

  drm/panel: simple: Innolux TV123WAM is actually P120ZDG-BF1 (2018-10-29 11:53:28 -0400)

----------------------------------------------------------------
- Properly label Innolux TV123WAM as P120ZDG-BF1 (Doug)
- Add optional delay for panels without hpd hooked up (which solves the
  mystery delay for TI SN65DSI86 bridge) (Doug)
- Another 6bpc quirk for BOE panel 0x0771 (Shawn)

Cc: Doug Anderson <dianders@chromium.org>
Cc: Lee, Shawn C <shawn.c.lee@intel.com>

----------------------------------------------------------------
Douglas Anderson (6):
      dt-bindings: drm/panel: simple: Add no-hpd property
      drm/panel: simple: Support panels with HPD where HPD isn't connected
      drm/panel: simple: Add "no-hpd" delay for Innolux TV123WAM
      drm/bridge: ti-sn65dsi86: Remove the mystery delay
      dt-bindings: drm/panel: simple: Innolux TV123WAM is actually P120ZDG-BF1
      drm/panel: simple: Innolux TV123WAM is actually P120ZDG-BF1

Lee, Shawn C (1):
      drm/edid: Add 6 bpc quirk for BOE panel.

 ...nnolux,tv123wam.txt => innolux,p120zdg-bf1.txt} |  8 +++---
 .../bindings/display/panel/simple-panel.txt        |  3 +++
 drivers/gpu/drm/bridge/ti-sn65dsi86.c              | 29 ++++++++++++----------
 drivers/gpu/drm/drm_edid.c                         |  3 +++
 drivers/gpu/drm/panel/panel-simple.c               | 29 +++++++++++++++-------
 5 files changed, 47 insertions(+), 25 deletions(-)
 rename Documentation/devicetree/bindings/display/panel/{innolux,tv123wam.txt => innolux,p120zdg-bf1.txt} (70%)

-- 
Sean Paul, Software Engineer, Google / Chromium OS
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2018-10-17 20:07 Sean Paul
  0 siblings, 0 replies; 73+ messages in thread
From: Sean Paul @ 2018-10-17 20:07 UTC (permalink / raw)
  To: Dave Airlie
  Cc: dim-tools, Maxime Ripard, Daniel Vetter, intel-gfx, Hans de Goede,
	dri-devel, Rodrigo Vivi, Sean Paul


Hi Dave,
Just one quirk this week, things are shaping up nicely for the upcoming merge
window!

drm-misc-next-fixes-2018-10-17:
- Add quirk to fix orientation of Acer One 10 (S1003) panel (Hans)

Cc: Hans de Goede <hdegoede@redhat.com>

Cheers, Sean


The following changes since commit 7372fd049aa8836310f84da5f82dc9eb146915c8:

  MAINTAINERS: Add Maxime Ripard as drm-misc maintainer (2018-10-09 16:16:54 -0400)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-fixes-2018-10-17

for you to fetch changes up to 0e8afefd5da4875ddea9aa4ad17a2540a2bf9736:

  drm: panel-orientation-quirks: Add quirk for Acer One 10 (S1003) (2018-10-17 14:17:38 +0200)

----------------------------------------------------------------
- Add quirk to fix orientation of Acer One 10 (S1003) panel (Hans)

Cc: Hans de Goede <hdegoede@redhat.com>

----------------------------------------------------------------
Hans de Goede (1):
      drm: panel-orientation-quirks: Add quirk for Acer One 10 (S1003)

 drivers/gpu/drm/drm_panel_orientation_quirks.c | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

-- 
Sean Paul, Software Engineer, Google / Chromium OS
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2018-10-10 20:39 Sean Paul
  0 siblings, 0 replies; 73+ messages in thread
From: Sean Paul @ 2018-10-10 20:39 UTC (permalink / raw)
  To: Dave Airlie
  Cc: dim-tools, Arnd Bergmann, Maxime Ripard, Daniel Vetter, intel-gfx,
	Sean Paul, dri-devel, Rodrigo Vivi, Sean Paul


Hi Dave,
Another next-fixes pull, pretty light this week.


drm-misc-next-fixes-2018-10-10:
- Fix build failure without CONFIG_DRM_FBDEV_EMULATION (Arnd)
- Add Maxime to drm-misc maintainer group (Sean)

Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Sean Paul <sean@poorly.run>

Cheers, Sean


The following changes since commit 4be9bd10e22dfc7fc101c5cf5969ef2d3a042d8a:

  drm/fb_helper: Allow leaking fbdev smem_start (2018-10-03 21:08:21 +0200)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-fixes-2018-10-10

for you to fetch changes up to 7372fd049aa8836310f84da5f82dc9eb146915c8:

  MAINTAINERS: Add Maxime Ripard as drm-misc maintainer (2018-10-09 16:16:54 -0400)

----------------------------------------------------------------
- Fix build failure without CONFIG_DRM_FBDEV_EMULATION (Arnd)
- Add Maxime to drm-misc maintainer group (Sean)

Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Sean Paul <sean@poorly.run>

----------------------------------------------------------------
Arnd Bergmann (1):
      drm/imx: fix build failure without CONFIG_DRM_FBDEV_EMULATION

Sean Paul (1):
      MAINTAINERS: Add Maxime Ripard as drm-misc maintainer

 MAINTAINERS                        | 2 +-
 drivers/gpu/drm/imx/imx-drm-core.c | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

-- 
Sean Paul, Software Engineer, Google / Chromium OS
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2018-08-22 19:38 Sean Paul
  0 siblings, 0 replies; 73+ messages in thread
From: Sean Paul @ 2018-08-22 19:38 UTC (permalink / raw)
  To: Dave Airlie
  Cc: dim-tools, intel-gfx, Rodrigo Vivi, Sean Paul, dri-devel,
	Daniel Vetter


Hi Dave,
A couple fixes for you that didn't quite make your -rc1 pull last week. I'm
sending this since Gustavo is busy organizing linuxdev-br.


drm-misc-next-fixes-2018-08-22:
- Add an unprepare delay to the tv123wam panel (Sean)
- Update seanpaul's email in MAINTAINERS (Sean)

Cc: seanpaul@chromium.org
Cc: sean@poorly.run

Cheers, Sean


The following changes since commit 2ead1be54b22ccdc93d3030172993e363128f1b4:

  drm/vkms: Fix connector leak at the module removal (2018-07-28 16:09:39 -0300)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-fixes-2018-08-22

for you to fetch changes up to 4acd8d01a2393f2145ad1db10b2d5c764582a98d:

  MAINTAINERS: drm-misc: Change seanpaul's email address (2018-08-16 11:48:24 -0400)

----------------------------------------------------------------
- Add an unprepare delay to the tv123wam panel (Sean)
- Update seanpaul's email in MAINTAINERS (Sean)

Cc: seanpaul@chromium.org
Cc: sean@poorly.run

----------------------------------------------------------------
Sean Paul (2):
      drm/panel: simple: tv123wam: Add unprepare delay
      MAINTAINERS: drm-misc: Change seanpaul's email address

 MAINTAINERS                          | 2 +-
 drivers/gpu/drm/panel/panel-simple.c | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

-- 
Sean Paul, Software Engineer, Google / Chromium OS
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2018-08-02 11:17 Gustavo Padovan
  0 siblings, 0 replies; 73+ messages in thread
From: Gustavo Padovan @ 2018-08-02 11:17 UTC (permalink / raw)
  To: Dave Airlie; +Cc: dim-tools, intel-gfx, Rodrigo Vivi, dri-devel, Daniel Vetter

Hi Dave,

Two fixes for 4.19 here. For an oops on the DP CEC code and a memory leak on
the vkms driver. Please pull.

Regards,

Gustavo

drm-misc-next-fixes-2018-08-02:
Fixes an oops on the DP CEC code and a memory leak on the vkms driver.
The following changes since commit 6d52aacd92c60331ec8c3117522f4301b5195e28:

  Merge branch 'drm-next-4.19' of git://people.freedesktop.org/~agd5f/linux into drm-next (2018-07-27 12:31:48 +1000)

are available in the Git repository at:

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

for you to fetch changes up to 2ead1be54b22ccdc93d3030172993e363128f1b4:

  drm/vkms: Fix connector leak at the module removal (2018-07-28 16:09:39 -0300)

----------------------------------------------------------------
Fixes an oops on the DP CEC code and a memory leak on the vkms driver.

----------------------------------------------------------------
Hans Verkuil (1):
      drm_dp_cec.c: fix formatting typo: %pdH -> %phD

Rodrigo Siqueira (1):
      drm/vkms: Fix connector leak at the module removal

 drivers/gpu/drm/drm_dp_cec.c    | 2 +-
 drivers/gpu/drm/vkms/vkms_drv.c | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2018-06-15  8:11 Maarten Lankhorst
  0 siblings, 0 replies; 73+ messages in thread
From: Maarten Lankhorst @ 2018-06-15  8:11 UTC (permalink / raw)
  To: Dave Airlie
  Cc: dim-tools, Oleksandr Andrushchenko, intel-gfx, Rodrigo Vivi,
	dri-devel, Daniel Vetter

drm-misc-next-fixes-2018-06-15:
- Fix possible race conditions while unplugging DRM device.

The following changes since commit fbecef131676c1d18e8e6b42c04e10dc49725e96:

  drm/v3d: add CONFIG_MMU dependency (2018-05-30 12:15:18 -0700)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-fixes-2018-06-15

for you to fetch changes up to 069035c5db3459b9b5f12caf3bffed9a863fa5c4:

  drm: Fix possible race conditions while unplugging DRM device (2018-05-31 10:36:28 +0300)

----------------------------------------------------------------
Single fix for v4.18:
- Fix possible race conditions while unplugging DRM device.

----------------------------------------------------------------
Oleksandr Andrushchenko (1):
      drm: Fix possible race conditions while unplugging DRM device

 drivers/gpu/drm/drm_drv.c | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2018-05-31  8:11 Maarten Lankhorst
  0 siblings, 0 replies; 73+ messages in thread
From: Maarten Lankhorst @ 2018-05-31  8:11 UTC (permalink / raw)
  To: Dave Airlie; +Cc: dim-tools, intel-gfx, Rodrigo Vivi, dri-devel, Daniel Vetter

Hi Dave,

Finally got my send-mail script sorted out. A few bugfixes for drm-next.

drm-misc-next-fixes-2018-05-31:
drm-misc-next-fixes for v4.18:

Driver changes:
- Plug small memory leak in vc4. (anholt)
- Depend on MMU in v3d. (arnd)
The following changes since commit 2045b22461c07a88dc3d2bab3cbfc6dc0c602fd4:

  Merge tag 'drm-misc-next-2018-05-15' of git://anongit.freedesktop.org/drm/drm-misc into drm-next (2018-05-15 19:25:07 +1000)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-fixes-2018-05-31

for you to fetch changes up to fbecef131676c1d18e8e6b42c04e10dc49725e96:

  drm/v3d: add CONFIG_MMU dependency (2018-05-30 12:15:18 -0700)

----------------------------------------------------------------
drm-misc-next-fixes for v4.18:

Driver changes:
- Plug small memory leak in vc4. (anholt)
- Depend on MMU in v3d. (arnd)

----------------------------------------------------------------
Arnd Bergmann (1):
      drm/v3d: add CONFIG_MMU dependency

Eric Anholt (1):
      drm/vc4: Fix leak of the file_priv that stored the perfmon.

 drivers/gpu/drm/v3d/Kconfig   | 1 +
 drivers/gpu/drm/vc4/vc4_drv.c | 1 +
 2 files changed, 2 insertions(+)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2018-04-11 14:03 Sean Paul
  0 siblings, 0 replies; 73+ messages in thread
From: Sean Paul @ 2018-04-11 14:03 UTC (permalink / raw)
  To: Dave Airlie
  Cc: dim-tools, intel-gfx, Rodrigo Vivi, Tomi Valkeinen, dri-devel,
	Daniel Vetter


Hi Dave,
I misspoke yesterday when I said we were up-to-date. I have this patch from Tomi
to fix a regression in omap.


drm-misc-next-fixes-2018-04-11:
omap: Fix crash on AM4 EVM, and all OMAP2/3 boards (Tomi)

Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>

Cheers, Sean


The following changes since commit 8cd1b5bd70cccda6854088825e725a513ec919c6:

  ALSA: hda - Silence PM ops build warning (2018-03-29 21:47:53 +0200)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-fixes-2018-04-11

for you to fetch changes up to 41613a1a7df27a0aa34bf77d51278bbe8e108a8f:

  drm/omap: fix crash if there's no video PLL (2018-04-05 12:47:35 +0300)

----------------------------------------------------------------
omap: Fix crash on AM4 EVM, and all OMAP2/3 boards (Tomi)

Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>

----------------------------------------------------------------
Tomi Valkeinen (1):
      drm/omap: fix crash if there's no video PLL

 drivers/gpu/drm/omapdrm/dss/dpi.c | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

-- 
Sean Paul, Software Engineer, Google / Chromium OS
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2018-04-04 19:14 Sean Paul
  0 siblings, 0 replies; 73+ messages in thread
From: Sean Paul @ 2018-04-04 19:14 UTC (permalink / raw)
  To: Dave Airlie; +Cc: dim-tools, intel-gfx, Rodrigo Vivi, dri-devel, Daniel Vetter


Hi Dave,
After fixing the dim bug, I have a sane pull request for you this week :). Just
one patch again, this time fixing a build warning in hda_intel. Takashi
requested this go through drm-misc as the original switcheroo came through here
too.


drm-misc-next-fixes-2018-04-04:
hda_intel: Don't declare azx PM ops if VGA_SWITCHEROO configured (Lukas)

Cc: Lukas Wunner <lukas@wunner.de>
Cc: Takashi Iwai <tiwai@suse.de>

Cheers, Sean


The following changes since commit a01c47737a9ca118ab75c6fd6e75739b824de830:

  drm: Fix uabi regression by allowing garbage mode->type from userspace (2018-03-23 13:51:12 +0200)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-fixes-2018-04-04

for you to fetch changes up to 8cd1b5bd70cccda6854088825e725a513ec919c6:

  ALSA: hda - Silence PM ops build warning (2018-03-29 21:47:53 +0200)

----------------------------------------------------------------
hda_intel: Don't declare azx PM ops if VGA_SWITCHEROO configured (Lukas)

Cc: Lukas Wunner <lukas@wunner.de>
Cc: Takashi Iwai <tiwai@suse.de>

----------------------------------------------------------------
Lukas Wunner (1):
      ALSA: hda - Silence PM ops build warning

 sound/pci/hda/hda_intel.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

-- 
Sean Paul, Software Engineer, Google / Chromium OS
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2018-03-28 19:13 Sean Paul
  0 siblings, 0 replies; 73+ messages in thread
From: Sean Paul @ 2018-03-28 19:13 UTC (permalink / raw)
  To: Dave Airlie; +Cc: dim-tools, intel-gfx, Rodrigo Vivi, dri-devel, Daniel Vetter


Hi Dave,
Here's a lonely fix for -next, please pull at your convenience.


drm-misc-next-fixes-2018-03-28:
UABI:
- Mask mode type garbage from userspace (Ville)

Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>

Cheers, Sean


The following changes since commit b4eec0fa537165efc3265cdbb4bac06e6bdaf596:

  Merge tag 'drm-intel-next-fixes-2018-03-22' of git://anongit.freedesktop.org/drm/drm-intel into drm-next (2018-03-23 06:19:27 +1000)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-fixes-2018-03-28

for you to fetch changes up to b4eec0fa537165efc3265cdbb4bac06e6bdaf596:

  Merge tag 'drm-intel-next-fixes-2018-03-22' of git://anongit.freedesktop.org/drm/drm-intel into drm-next (2018-03-23 06:19:27 +1000)

----------------------------------------------------------------
UABI:
- Mask mode type garbage from userspace (Ville)

Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>

----------------------------------------------------------------

-- 
Sean Paul, Software Engineer, Google / Chromium OS
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2018-01-31 15:09 Gustavo Padovan
  0 siblings, 0 replies; 73+ messages in thread
From: Gustavo Padovan @ 2018-01-31 15:09 UTC (permalink / raw)
  To: Dave Airlie; +Cc: dim-tools, intel-gfx, Rodrigo Vivi, dri-devel, Daniel Vetter

Hi Dave,

two fixes for the 4.16 cycle from the drm-misc-next-fixes.

drm-misc-next-fixes-2018-01-31:
This contains a fix to restrict what lessee can do with masters and
another one when waiting for timeouts on reservation objects.
The following changes since commit 341a0ffceaa44660c43d219a3b2569ebbd7d3ad1:

  drm: Fix PANEL_ORIENTATION_QUIRKS breaking the Kconfig DRM menuconfig (2018-01-17 10:10:18 +0100)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-fixes-2018-01-31

for you to fetch changes up to 761e05a702f5d537ffcca1ba933f9f0a968aa022:

  drm: Check for lessee in DROP_MASTER ioctl (2018-01-31 09:27:51 +0100)

----------------------------------------------------------------
This contains a fix to restrict what lessee can do with masters and
another one when waiting for timeouts on reservation objects.

----------------------------------------------------------------
Christian König (1):
      dma-buf: fix reservation_object_wait_timeout_rcu once more v2

Keith Packard (1):
      drm: Check for lessee in DROP_MASTER ioctl

 drivers/dma-buf/reservation.c | 8 +++++---
 drivers/gpu/drm/drm_auth.c    | 6 ++++++
 2 files changed, 11 insertions(+), 3 deletions(-)
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2018-01-18 17:09 Gustavo Padovan
  0 siblings, 0 replies; 73+ messages in thread
From: Gustavo Padovan @ 2018-01-18 17:09 UTC (permalink / raw)
  To: Dave Airlie; +Cc: dim-tools, intel-gfx, Rodrigo Vivi, dri-devel, Daniel Vetter


Hi Dave,

A few fixes for 4.16. Please pull. Thanks.

drm-misc-next-fixes-2018-01-18:
Fixes for 4.16:

Fixes one Kconfig issue and a enable some panels to work properly.
There is also a fix of error code return in sun4i.
The following changes since commit a1c55bccf6004ec9fbcf892328f9658767aa22bb:

  drm/panel: lvds: Add support for the power-supply property (2018-01-05 10:00:14 +0100)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-fixes-2018-01-18

for you to fetch changes up to 341a0ffceaa44660c43d219a3b2569ebbd7d3ad1:

  drm: Fix PANEL_ORIENTATION_QUIRKS breaking the Kconfig DRM menuconfig (2018-01-17 10:10:18 +0100)

----------------------------------------------------------------
Fixes for 4.16:

Fixes one Kconfig issue and a enable some panels to work properly.
There is also a fix of error code return in sun4i.

----------------------------------------------------------------
Dan Carpenter (1):
      drm/sun4i: Fix error code in sun4i_tcon_bind()

Hans de Goede (1):
      drm: Fix PANEL_ORIENTATION_QUIRKS breaking the Kconfig DRM menuconfig

Maxime Ripard (1):
      drm/panel: lvds: Handle the optional regulator case properly

 drivers/gpu/drm/Kconfig            |  8 ++++----
 drivers/gpu/drm/panel/panel-lvds.c | 11 +++++++++--
 drivers/gpu/drm/sun4i/sun4i_tcon.c |  2 +-
 3 files changed, 14 insertions(+), 7 deletions(-)
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2017-11-23 19:45 Daniel Vetter
  0 siblings, 0 replies; 73+ messages in thread
From: Daniel Vetter @ 2017-11-23 19:45 UTC (permalink / raw)
  To: Dave Airlie; +Cc: Daniel Vetter, intel-gfx, dri-devel, Rodrigo Vivi

Hi Dave,

drm-misc-next-fixes-2017-11-23:
Fix crtc_id in page_flip event.

One tiny uapi fix, cc: stable, for a small oversight. Shouldn't matter
much since we added this for atomic, but yay for OCD and making igt happy
:-)

Cheers, Daniel

The following changes since commit f150891fd9878ef0d9197c4e8451ce67c3bdd014:

  Merge tag 'exynos-drm-next-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-next (2017-11-14 14:12:43 +1000)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-fixes-2017-11-23

for you to fetch changes up to b8a3365a30c463e9105969ab1bf8674b763e3408:

  drm/vblank: Pass crtc_id to page_flip_ioctl. (2017-11-23 13:04:19 +0100)

----------------------------------------------------------------
Fix crtc_id in page_flip event.

----------------------------------------------------------------
Maarten Lankhorst (1):
      drm/vblank: Pass crtc_id to page_flip_ioctl.

 drivers/gpu/drm/drm_plane.c | 1 +
 1 file changed, 1 insertion(+)

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2017-11-08 13:00 Daniel Vetter
  0 siblings, 0 replies; 73+ messages in thread
From: Daniel Vetter @ 2017-11-08 13:00 UTC (permalink / raw)
  To: Dave Airlie; +Cc: Daniel Vetter, intel-gfx, dri-devel, Rodrigo Vivi

Hi Dave,

drm-misc-next-fixes-2017-11-08:
4.15 merge window fixes, round 2:

randconfig fix from Arnd, plus the vblank WARN_ON fix from Ville.

Right away a new pull request because somehow Ville's fix was stuck for a
bit too long and everyone forgot :-( And I didn't notice because i915
isn't affected since we do have accurate vblank times. If some fool would
igt-CI some arm driver, I think that'd would be really great. Collabora
once did, but no idea where that is stuck now ...

Cheers, Daniel

The following changes since commit e073db5c5d7ad311efa8f4192a2047b006bbc5f3:

  drm/vc4: Fix wrong printk format in vc4_bo_stats_debugfs() (2017-11-03 10:15:42 -0700)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-fixes-2017-11-08

for you to fetch changes up to a111fbc4c44d2981f1a8fef64418685be5e30280:

  drm/vblank: Tune drm_crtc_accurate_vblank_count() WARN down to a debug (2017-11-07 21:07:02 +0200)

----------------------------------------------------------------
4.15 merge window fixes, round 2:

randconfig fix from Arnd, plus the vblank WARN_ON fix from Ville.

----------------------------------------------------------------
Arnd Bergmann (1):
      drm/rockchip: add CONFIG_OF dependency for lvds

Ville Syrjälä (1):
      drm/vblank: Tune drm_crtc_accurate_vblank_count() WARN down to a debug

 drivers/gpu/drm/drm_vblank.c     | 4 ++--
 drivers/gpu/drm/rockchip/Kconfig | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2017-11-07 13:44 Daniel Vetter
  0 siblings, 0 replies; 73+ messages in thread
From: Daniel Vetter @ 2017-11-07 13:44 UTC (permalink / raw)
  To: Dave Airlie; +Cc: Daniel Vetter, intel-gfx, dri-devel, Rodrigo Vivi

Hi Dave,

drm-misc-next-fixes-2017-11-07:
Fixes for 4.15 merge window:

Just the cherry-picked vc4 fix plus a GFP_NOFAIL annotation (there's
apparently some new options in-flight to change/audit
too-small-to-fail kmalloc semantics or something like that).

Cheers, Daniel

The following changes since commit 62884cd386b876638720ef88374b31a84ca7ee5f:

  drm: Add four ioctls for managing drm mode object leases [v7] (2017-10-25 16:31:30 +1000)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-fixes-2017-11-07

for you to fetch changes up to e073db5c5d7ad311efa8f4192a2047b006bbc5f3:

  drm/vc4: Fix wrong printk format in vc4_bo_stats_debugfs() (2017-11-03 10:15:42 -0700)

----------------------------------------------------------------
Fixes for 4.15 merge window:

Just the cherry-picked vc4 fix plus a GFP_NOFAIL annotation (there's
apparently some new options in-flight to change/audit
too-small-to-fail kmalloc semantics or something like that).

----------------------------------------------------------------
Boris Brezillon (1):
      drm/vc4: Fix wrong printk format in vc4_bo_stats_debugfs()

Chris Wilson (1):
      drm: Require __GFP_NOFAIL for the legacy drm_modeset_lock_all

 drivers/gpu/drm/drm_modeset_lock.c | 2 +-
 drivers/gpu/drm/vc4/vc4_bo.c       | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2017-08-28 21:22 Sean Paul
  0 siblings, 0 replies; 73+ messages in thread
From: Sean Paul @ 2017-08-28 21:22 UTC (permalink / raw)
  To: Dave Airlie; +Cc: Daniel Vetter, intel-gfx, dri-devel

Hi Dave,
Only one change in -misc-next-fixes as well. Simply a rename to use consistent
types across ioctl structs.

drm-misc-next-fixes-2017-08-28:
UAPI Changes:
- Rename u32 to __u32 in struct drm_format_modifier_blob (Lionel)

Cc: Lionel Landwerlin <lionel.g.landwerlin@intel.com>

Cheers, Sean


The following changes since commit 0e8841ec7ee5b1ffe416c3be7743985b1896ec00:

  Merge airlied/drm-next into drm-misc-next (2017-08-18 10:52:44 -0400)

are available in the git repository at:

  git://anongit.freedesktop.org/git/drm-misc tags/drm-misc-next-fixes-2017-08-28

for you to fetch changes up to f44d85389e17b2e960620c1c6d89bda978a11f2b:

  drm: rename u32 in __u32 in uapi (2017-08-25 10:07:30 +0100)

----------------------------------------------------------------
UAPI Changes:
- Rename u32 to __u32 in struct drm_format_modifier_blob (Lionel)

Cc: Lionel Landwerlin <lionel.g.landwerlin@intel.com>

----------------------------------------------------------------
Lionel Landwerlin (1):
      drm: rename u32 in __u32 in uapi

 include/uapi/drm/drm_mode.h | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

-- 
Sean Paul, Software Engineer, Google / Chromium OS
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2017-07-10 19:58 Sean Paul
  0 siblings, 0 replies; 73+ messages in thread
From: Sean Paul @ 2017-07-10 19:58 UTC (permalink / raw)
  To: Dave Airlie
  Cc: Laurent Pinchart, Jonathan Corbet, Daniel Vetter, intel-gfx,
	Gustavo A. R. Silva, dri-devel, Caesar Wang

Hi Dave,
Here's an updated pull request that encapsulates my earlier -next-fixes PR. I've
included the summary below for completeness.

The vblank timestamp patch fixes a quite noticable regression, so it'd be nice to
sneak this in before rc1 is cut. The other 2 patches in this pull will only be
hit in edge cases.


drm-misc-next-fixes-2017-07-10:
Core Changes:
- Fix empty timestamps on hw without vlbank counter (Laurent)
- Clear atomic state before retrying ww/mutex acquisition in remove_fb (Maarten)

Driver Changes:
- rockchip: Fix incorrect NULL pointer check after allocation (Gustavo)

Cc: Gustavo A. R. Silva <garsilva@embeddedor.com>
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Cc: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>


drm-misc-next-fixes-2017-06-27
Core Changes:
- bridge: return -ve errno in drm_panel_bridge_add (Eric)

Driver Changes:
- rockchip: ensure mm lock is held in error paths (Caesar)
- dw-hdmi: fix formatting in input format table (Jonathan)

Cc: Caesar Wang <wxt@rock-chips.com>
Cc: Eric Anholt <eric@anholt.net>
Cc: Jonathan Corbet <corbet@lwn.net>


Cheers, Sean


The following changes since commit 6d61e70ccc21606ffb8a0a03bd3aba24f659502b:

  Backmerge tag 'v4.12-rc7' into drm-next (2017-06-27 08:28:30 +1000)

are available in the git repository at:

  git://anongit.freedesktop.org/git/drm-misc tags/drm-misc-next-fixes-2017-07-10

for you to fetch changes up to 6f6e0b217a93011f8e11b9a2d5521a08fcf36990:

  drm/rockchip: fix NULL check on devm_kzalloc() return value (2017-07-10 14:13:00 -0400)

----------------------------------------------------------------
Core Changes:
- Fix empty timestamps on hw without vlbank counter (Laurent)
- Clear atomic state before retrying ww/mutex acquisition in remove_fb (Maarten)

Driver Changes:
- rockchip: Fix incorrect NULL pointer check after allocation (Gustavo)

Cc: Gustavo A. R. Silva <garsilva@embeddedor.com>
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Cc: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>

----------------------------------------------------------------
Caesar Wang (1):
      drm/rockchip: gem: add the lacks lock and trivial changes

Eric Anholt (1):
      bridge: Fix panel-bridge error return on !panel.

Gustavo A. R. Silva (1):
      drm/rockchip: fix NULL check on devm_kzalloc() return value

Jonathan Corbet (1):
      DRM: Fix an incorrectly formatted table

Laurent Pinchart (1):
      drm: vblank: Fix vblank timestamp update

Maarten Lankhorst (1):
      drm/atomic: Add missing drm_atomic_state_clear to atomic_remove_fb

Sean Paul (4):
      Merge remote-tracking branch 'origin/master' into drm-misc-next-fixes
      Merge remote-tracking branch 'airlied/drm-next' into drm-misc-next-fixes
      Merge tag 'drm-misc-next-2017-06-19_0' of git://anongit.freedesktop.org/git/drm-misc into drm-misc-next-fixes
      Merge remote-tracking branch 'airlied/drm-next' into drm-misc-next-fixes

 drivers/gpu/drm/bridge/panel.c              |  2 +-
 drivers/gpu/drm/drm_framebuffer.c           |  1 +
 drivers/gpu/drm/drm_vblank.c                |  2 +-
 drivers/gpu/drm/rockchip/cdn-dp-core.c      |  2 +-
 drivers/gpu/drm/rockchip/rockchip_drm_drv.h |  2 +-
 drivers/gpu/drm/rockchip/rockchip_drm_gem.c |  5 ++-
 include/drm/bridge/dw_hdmi.h                | 70 ++++++++++++++---------------
 7 files changed, 43 insertions(+), 41 deletions(-)

-- 
Sean Paul, Software Engineer, Google / Chromium OS
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2017-06-27 20:53 Sean Paul
  0 siblings, 0 replies; 73+ messages in thread
From: Sean Paul @ 2017-06-27 20:53 UTC (permalink / raw)
  To: Dave Airlie
  Cc: Jonathan Corbet, Daniel Vetter, intel-gfx, dri-devel, Caesar Wang

Hi Dave,
When I said I had ~6 changes yesterday, I was lying. 3 of those changes were
included in the final misc-next pull and already exist in your tree. So then
there were 3. All quite simple, nothing to write home about.

You'll notice the unsightly backmerges below, this was due to the rockchip patch
being merged to -next-fixes instead of -next weeks earlier. Since I couldn't
fast forward, I had to resort to a series of backmerges to sync everything up. In
hindsight, I should have just rebased -next-fixes and re-applied the patch, but I
chose a preservationist route. Mentally noted for next time, I guess. Anyways,
hopefully this is headache free and things will be cleaner from here on out.

drm-misc-next-fixes-2017-06-27:
Core Changes:
- bridge: return -ve errno in drm_panel_bridge_add (Eric)

Driver Changes:
- rockchip: ensure mm lock is held in error paths (Caesar)
- dw-hdmi: fix formatting in input format table (Jonathan)

Cc: Caesar Wang <wxt@rock-chips.com>
Cc: Eric Anholt <eric@anholt.net>
Cc: Jonathan Corbet <corbet@lwn.net>

Happy vacation, Sean


The following changes since commit 6d61e70ccc21606ffb8a0a03bd3aba24f659502b:

  Backmerge tag 'v4.12-rc7' into drm-next (2017-06-27 08:28:30 +1000)

are available in the git repository at:

  git://anongit.freedesktop.org/git/drm-misc tags/drm-misc-next-fixes-2017-06-27

for you to fetch changes up to c048c984de38d906bb0df56ec2ae90eafc123d0a:

  Merge remote-tracking branch 'airlied/drm-next' into drm-misc-next-fixes (2017-06-27 11:36:28 -0400)

----------------------------------------------------------------
Core Changes:
- bridge: return -ve errno in drm_panel_bridge_add (Eric)

Driver Changes:
- rockchip: ensure mm lock is held in error paths (Caesar)
- dw-hdmi: fix formatting in input format table (Jonathan)

Cc: Caesar Wang <wxt@rock-chips.com>
Cc: Eric Anholt <eric@anholt.net>
Cc: Jonathan Corbet <corbet@lwn.net>

----------------------------------------------------------------
Caesar Wang (1):
      drm/rockchip: gem: add the lacks lock and trivial changes

Eric Anholt (1):
      bridge: Fix panel-bridge error return on !panel.

Jonathan Corbet (1):
      DRM: Fix an incorrectly formatted table

Sean Paul (4):
      Merge remote-tracking branch 'origin/master' into drm-misc-next-fixes
      Merge remote-tracking branch 'airlied/drm-next' into drm-misc-next-fixes
      Merge tag 'drm-misc-next-2017-06-19_0' of git://anongit.freedesktop.org/git/drm-misc into drm-misc-next-fixes
      Merge remote-tracking branch 'airlied/drm-next' into drm-misc-next-fixes

 drivers/gpu/drm/bridge/panel.c              |  2 +-
 drivers/gpu/drm/rockchip/rockchip_drm_drv.h |  2 +-
 drivers/gpu/drm/rockchip/rockchip_drm_gem.c |  5 ++-
 include/drm/bridge/dw_hdmi.h                | 70 ++++++++++++++---------------
 4 files changed, 40 insertions(+), 39 deletions(-)

-- 
Sean Paul, Software Engineer, Google / Chromium OS
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2017-04-20 20:11 Sean Paul
  2017-04-20 21:50 ` Daniel Vetter
  0 siblings, 1 reply; 73+ messages in thread
From: Sean Paul @ 2017-04-20 20:11 UTC (permalink / raw)
  To: Dave Airlie; +Cc: Daniel Vetter, intel-gfx, dri-devel

Hi Dave,
A few fixes for you to pick up. The driver changes are trivial, and the
maintainer change was necessitated by the sti fix. The headliner here is the
dma_buf_ops rename, since it touches so many drivers. Everything looks sane and
builds with that change, so it shouldn't cause problems.


drm-misc-next-fixes-2017-04-20:

Core changes:
- Maintain sti via drm-misc (Vincent)
- Rename dma_buf_ops->kmap_* to avoid naming collision (Logan)

Driver changes:
- Fix UHD displays on stih407 (Vincent)
- Fix uninitialized var return in atmel-hlcdc (Dan)

Take care, Sean


The following changes since commit 8cb68c83ab99a474ae847602f0c514d0fe17cc82:

  drm: Fix get_property logic fumble (2017-04-12 18:11:32 +0200)

are available in the git repository at:

  git://anongit.freedesktop.org/git/drm-misc tags/drm-misc-next-fixes-2017-04-20

for you to fetch changes up to f9b67f0014cba18f1aabb6fa9272335a043eb6fd:

  dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macro (2017-04-20 13:47:46 +0530)

----------------------------------------------------------------
drm-misc-next-fixes-2017-04-20

Core changes:
- Maintain sti via drm-misc (Vincent)
- Rename dma_buf_ops->kmap_* to avoid naming collision (Logan)

Driver changes:
- Fix UHD displays on stih407 (Vincent)
- Fix uninitialized var return in atmel-hlcdc (Dan)

----------------------------------------------------------------
Dan Carpenter (1):
      drm: atmel-hlcdc: Uninitialized return in atmel_hlcdc_create_outputs()

Logan Gunthorpe (1):
      dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macro

Vincent Abriou (2):
      MAINTAINERS: add drm/sti driver into drm-misc
      drm/sti: fix GDP size to support up to UHD resolution

 MAINTAINERS                                      |  2 +-
 drivers/dma-buf/dma-buf.c                        | 16 ++++++++--------
 drivers/gpu/drm/armada/armada_gem.c              |  8 ++++----
 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_output.c |  5 ++---
 drivers/gpu/drm/drm_prime.c                      |  8 ++++----
 drivers/gpu/drm/i915/i915_gem_dmabuf.c           |  8 ++++----
 drivers/gpu/drm/i915/selftests/mock_dmabuf.c     |  8 ++++----
 drivers/gpu/drm/omapdrm/omap_gem_dmabuf.c        |  8 ++++----
 drivers/gpu/drm/sti/sti_gdp.c                    | 12 +++++++-----
 drivers/gpu/drm/tegra/gem.c                      |  8 ++++----
 drivers/gpu/drm/udl/udl_dmabuf.c                 |  8 ++++----
 drivers/gpu/drm/vmwgfx/vmwgfx_prime.c            |  8 ++++----
 drivers/media/v4l2-core/videobuf2-dma-contig.c   |  4 ++--
 drivers/media/v4l2-core/videobuf2-dma-sg.c       |  4 ++--
 drivers/media/v4l2-core/videobuf2-vmalloc.c      |  4 ++--
 drivers/staging/android/ion/ion.c                |  8 ++++----
 include/linux/dma-buf.h                          | 22 +++++++++++-----------
 17 files changed, 71 insertions(+), 70 deletions(-)

-- 
Sean Paul, Software Engineer, Google / Chromium OS
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2017-04-12 22:58 Sean Paul
  0 siblings, 0 replies; 73+ messages in thread
From: Sean Paul @ 2017-04-12 22:58 UTC (permalink / raw)
  To: Dave Airlie; +Cc: Daniel Vetter, intel-gfx, dri-devel

Hi Dave,
Sending this pull a bit early so you can pick up the get_property fix. There are
reports that X fails to start as a result of the bug. The dw-hdmi change gets to
come along for the ride, it's not mission critical, but nice to have for
dw-hdmi platforms with ambitious monitors.

drm-misc-next-fixes-2017-04-12:

Core changes:
 - Fix off-by-one bug in get_property ioctl for enums/bitmasks (Daniel)

Driver changes:
 - Add mode_fixup to dw-hdmi bridge driver to ensure mode is validated (Romain)

Cheers, Sean


The following changes since commit c98cdff94a6a7877923dec1329c2b76d6247d076:

  Revert "drm: Don't allow interruptions when opening debugfs/crc" (2017-04-07 16:18:28 -0400)

are available in the git repository at:

  git://anongit.freedesktop.org/git/drm-misc tags/drm-misc-next-fixes-2017-04-12

for you to fetch changes up to 8cb68c83ab99a474ae847602f0c514d0fe17cc82:

  drm: Fix get_property logic fumble (2017-04-12 18:11:32 +0200)

----------------------------------------------------------------
drm-misc-next-fixes-2017-04-12

Core changes:
 - Fix off-by-one bug in get_property ioctl for enums/bitmasks (Daniel)

Driver changes:
 - Add mode_fixup to dw-hdmi bridge driver to ensure mode is validated (Romain)

----------------------------------------------------------------
Daniel Vetter (1):
      drm: Fix get_property logic fumble

Romain Perier (1):
      drm: dw-hdmi: Implement the mode_fixup drm helper

 drivers/gpu/drm/bridge/synopsys/dw-hdmi.c | 15 +++++++++++++++
 drivers/gpu/drm/drm_property.c            |  2 +-
 2 files changed, 16 insertions(+), 1 deletion(-)

-- 
Sean Paul, Software Engineer, Google / Chromium OS
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2017-02-27 15:52 Daniel Vetter
  0 siblings, 0 replies; 73+ messages in thread
From: Daniel Vetter @ 2017-02-27 15:52 UTC (permalink / raw)
  To: Dave Airlie; +Cc: Daniel Vetter, intel-gfx, dri-devel

Hi Dave,

drm-misc-next-fixes-2017-02-27:
Misc fixes for the 4.11 merge window.

- vmwgfx drm_control node compat patch
- rockchip&zte fixes
- compat32 support for dma-buf ioctl (cc: stable ofc, since this is a
  massive fumble. oops)

Nothing major outstanding afaik.

Cheers, Daniel


The following changes since commit 2220fc1ab363e6fab1f321430d69be17a8b92bd7:

  uapi: add missing install of dma-buf.h (2017-02-14 22:45:16 +0100)

are available in the git repository at:

  git://anongit.freedesktop.org/git/drm-misc tags/drm-misc-next-fixes-2017-02-27

for you to fetch changes up to 888022c0473d079bff9b47fb50434b1f20f8f37f:

  dma-buf: add support for compat ioctl (2017-02-27 17:23:47 +0530)

----------------------------------------------------------------
Misc fixes for the 4.11 merge window.

- vmwgfx drm_control node compat patch
- rockchip&zte fix
- compat32 support for dma-buf ioctl (cc: stable ofc, since this is a
  massive fumble. oops)

----------------------------------------------------------------
Arnd Bergmann (1):
      drm/rockchip: add extcon dependency for DP

Christophe JAILLET (1):
      drm/rockchip: cdn-dp: Fix error handling

Marek Szyprowski (1):
      dma-buf: add support for compat ioctl

Shawn Guo (1):
      drm: zte: fix static checker warning on variable 'fmt'

Thomas Hellstrom (1):
      drm/vmwgfx: Work around drm removal of control nodes

 drivers/dma-buf/dma-buf.c              |  3 +++
 drivers/gpu/drm/rockchip/Kconfig       |  1 +
 drivers/gpu/drm/rockchip/cdn-dp-core.c |  4 +++-
 drivers/gpu/drm/vmwgfx/vmwgfx_drv.c    | 11 ++++++++++-
 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h    |  4 ++--
 drivers/gpu/drm/zte/zx_plane.c         |  4 ++--
 6 files changed, 21 insertions(+), 6 deletions(-)

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2017-02-15 13:54 Jani Nikula
  2017-02-16  9:39 ` Jani Nikula
  0 siblings, 1 reply; 73+ messages in thread
From: Jani Nikula @ 2017-02-15 13:54 UTC (permalink / raw)
  To: Dave Airlie; +Cc: Daniel Vetter, intel-gfx, dri-devel


Hi Dave, a couple of drm core fixes for the v4.11 merge window.

BR,
Jani.

The following changes since commit 13f62f54d174d3417c3caaafedf5e22a0a03e442:

  Merge branch 'drm-next-4.11' of git://people.freedesktop.org/~agd5f/linux into drm-next (2017-02-10 10:13:30 +1000)

are available in the git repository at:

  git://anongit.freedesktop.org/git/drm-misc tags/drm-misc-next-fixes-2017-02-15

for you to fetch changes up to 1592364de3912dad264262f4bcc61552984c9523:

  drm: Resurrect atomic rmfb code, v3 (2017-02-15 15:40:57 +0200)

----------------------------------------------------------------
Fixes for the v4.11 merge window.

----------------------------------------------------------------
Denys Dmytriyenko (1):
      uapi: add missing install of dma-buf.h

Maarten Lankhorst (1):
      drm: Resurrect atomic rmfb code, v3

 drivers/gpu/drm/drm_atomic.c        | 106 ++++++++++++++++++++++++++++++++++++
 drivers/gpu/drm/drm_crtc_internal.h |   1 +
 drivers/gpu/drm/drm_framebuffer.c   |   7 +++
 include/uapi/linux/Kbuild           |   1 +
 4 files changed, 115 insertions(+)

-- 
Jani Nikula, Intel Open Source Technology Center
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2017-02-09  8:43 Daniel Vetter
  0 siblings, 0 replies; 73+ messages in thread
From: Daniel Vetter @ 2017-02-09  8:43 UTC (permalink / raw)
  To: Dave Airlie; +Cc: Daniel Vetter, intel-gfx, dri-devel

Hi Dave,

drm-misc-next-fixes-2017-02-09:
Just 3 bugfixes for 4.11 merge window:

- fbdev module unload oops fix from Chris
- patch from Dan that look really dangers, better safe than sorry

Cheers, Daniel


The following changes since commit 4eaa39c63caf535dc1a8cc43b9a8677a100c09e1:

  Merge branch 'drm-rockchip-next-2017-02-07' of https://github.com/markyzq/kernel-drm-rockchip into drm-next (2017-02-08 11:28:19 +1000)

are available in the git repository at:

  git://anongit.freedesktop.org/git/drm-misc tags/drm-misc-next-fixes-2017-02-09

for you to fetch changes up to f9ad86e42d0303eeb8e0d41bb208153022ebd9d2:

  drm/atomic: fix an error code in mode_fixup() (2017-02-08 16:15:42 +0100)

----------------------------------------------------------------
Just 3 bugfixes for 4.11 merge window:

- fbdev module unload oops fix from Chris
- patch from Dan that look really dangers, better safe than sorry

----------------------------------------------------------------
Chris Wilson (2):
      drm: Cancel drm_fb_helper_dirty_work on unload
      drm: Cancel drm_fb_helper_resume_work on unload

Dan Carpenter (1):
      drm/atomic: fix an error code in mode_fixup()

 drivers/gpu/drm/drm_atomic_helper.c | 2 +-
 drivers/gpu/drm/drm_fb_helper.c     | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 73+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2016-12-10 21:52 Daniel Vetter
  0 siblings, 0 replies; 73+ messages in thread
From: Daniel Vetter @ 2016-12-10 21:52 UTC (permalink / raw)
  To: Dave Airlie; +Cc: Daniel Vetter, intel-gfx, dri-devel

Hi Dave,

Just the controlD* regression fix, with t-b from Alex and ack from Greg.

Cheers, Daniel


The following changes since commit 72a93e8dd52c9feea42f1258d555e6070680a347:

  drm: Take ownership of the dmabuf->obj when exporting (2016-12-08 10:29:22 +0100)

are available in the git repository at:

  git://anongit.freedesktop.org/git/drm-misc tags/drm-misc-next-fixes-2016-12-10

for you to fetch changes up to 6449b088dd51dd5aa6b38455888bbf538d21f2fc:

  drm: Add fake controlD* symlinks for backwards compat (2016-12-10 22:46:19 +0100)

----------------------------------------------------------------
Daniel Vetter (1):
      drm: Add fake controlD* symlinks for backwards compat

 drivers/gpu/drm/drm_drv.c | 62 +++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 62 insertions(+)

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 73+ messages in thread

end of thread, other threads:[~2025-10-02 12:23 UTC | newest]

Thread overview: 73+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-02 12:23 [PULL] drm-misc-next-fixes Thomas Zimmermann
  -- strict thread matches above, loose matches on Subject: below --
2025-09-25  6:42 Thomas Zimmermann
2025-09-18  6:45 Thomas Zimmermann
2025-08-12  6:47 Thomas Zimmermann
2025-07-24  6:52 Maxime Ripard
2025-06-05 17:02 Maarten Lankhorst
2025-04-04  6:51 Thomas Zimmermann
2025-03-27 14:18 Thomas Zimmermann
2025-03-13 18:01 Thomas Zimmermann
2025-01-24 15:25 Maarten Lankhorst
2025-01-24 16:09 ` Simona Vetter
2025-01-16  8:45 Maxime Ripard
2024-11-28 13:01 Maarten Lankhorst
2024-09-05 11:38 Thomas Zimmermann
2024-07-25 14:59 Maxime Ripard
2024-07-19  7:39 Maxime Ripard
2024-07-11 11:43 Maxime Ripard
2024-06-06 22:12 Maarten Lankhorst
2024-05-23  4:41 Maarten Lankhorst
2024-05-16 15:00 Maarten Lankhorst
2024-05-08 10:36 Maarten Lankhorst
2024-03-21 16:19 Thomas Zimmermann
2024-03-14  8:28 Thomas Zimmermann
2024-03-07 12:46 Thomas Zimmermann
2024-02-29  8:53 Thomas Zimmermann
2024-01-19 12:13 Maxime Ripard
2024-01-11 10:11 Maxime Ripard
2024-01-04 14:45 Maxime Ripard
2023-12-21  8:36 Maxime Ripard
2019-11-20 20:49 Sean Paul
2019-11-13 21:10 Sean Paul
2019-11-06 20:27 Sean Paul
2019-09-23 16:09 Maxime Ripard
2019-09-18 14:09 Maxime Ripard
2019-09-06  7:05 Maxime Ripard
2019-07-18 15:14 Sean Paul
2019-07-12  8:33 Maarten Lankhorst
2019-06-27 13:03 Maarten Lankhorst
2019-05-15 20:17 Sean Paul
2019-05-08 20:51 Sean Paul
2019-05-01 19:09 Sean Paul
2019-04-24 21:06 Sean Paul
2019-03-13 19:21 Maxime Ripard
2019-03-06 10:54 Maxime Ripard
2019-01-02 17:26 Maarten Lankhorst
2018-10-31 20:19 Sean Paul
2018-10-17 20:07 Sean Paul
2018-10-10 20:39 Sean Paul
2018-08-22 19:38 Sean Paul
2018-08-02 11:17 Gustavo Padovan
2018-06-15  8:11 Maarten Lankhorst
2018-05-31  8:11 Maarten Lankhorst
2018-04-11 14:03 Sean Paul
2018-04-04 19:14 Sean Paul
2018-03-28 19:13 Sean Paul
2018-01-31 15:09 Gustavo Padovan
2018-01-18 17:09 Gustavo Padovan
2017-11-23 19:45 Daniel Vetter
2017-11-08 13:00 Daniel Vetter
2017-11-07 13:44 Daniel Vetter
2017-08-28 21:22 Sean Paul
2017-07-10 19:58 Sean Paul
2017-06-27 20:53 Sean Paul
2017-04-20 20:11 Sean Paul
2017-04-20 21:50 ` Daniel Vetter
2017-04-21 15:29   ` Sumit Semwal
2017-04-21 18:10   ` Sean Paul
2017-04-12 22:58 Sean Paul
2017-02-27 15:52 Daniel Vetter
2017-02-15 13:54 Jani Nikula
2017-02-16  9:39 ` Jani Nikula
2017-02-09  8:43 Daniel Vetter
2016-12-10 21:52 Daniel Vetter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).