All of lore.kernel.org
 help / color / mirror / Atom feed
From: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
To: Dave Airlie <airlied@gmail.com>, Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com>,
	dim-tools@lists.freedesktop.org, intel-gfx@lists.freedesktop.org,
	dri-devel@lists.freedesktop.org,
	Thomas Zimmermann <tzimmermann@suse.de>,
	Rodrigo Vivi <rodrigo.vivi@intel.com>
Subject: [PULL] drm-intel-gt-next
Date: Thu, 6 Apr 2023 13:41:29 +0200	[thread overview]
Message-ID: <64bb9696-a76a-89d9-1866-bcdf7c69c284@linux.intel.com> (raw)

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

Hi Dave, Daniel,
Pull request to avoid backmerges. ;)
Cheers,
~Maarten

drm-misc-next-2023-04-06:
drm-misc-next for v6.4-rc1:

UAPI Changes:

Cross-subsystem Changes:
- Document port and rotation dt bindings better.
- For panel timing DT bindings, document that vsync and hsync are
   first, rather than last in image.
- Fix video/aperture typos.

Core Changes:
- Reject prime DMA-Buf attachment if get_sg_table is missing.
   (For self-importing dma-buf only.)
- Add prime import/export to vram-helper.
- Fix oops in drm/vblank when init is not called.
- Fixup xres/yres_virtual and other fixes in fb helper.
- Improve SCDC debugs.
- Skip setting deadline on modesets.
- Assorted TTM fixes.

Driver Changes:
- Add lima usage stats.
- Assorted fixes to bridge/lt8192b, tc358767, ivpu,
   bridge/ti-sn65dsi83, ps8640.
- Use pci aperture helpers in drm/ast lynxfb, radeonfb.
- Revert some lima patches, as they required a commit that has been
   reverted upstream.
- Add AUO NE135FBM-N41 v8.1 eDP panel.
- Add QAIC accel driver.
The following changes since commit 7d690f936e9bc9fbd6394fb3d4ad181af03ee393:

   drm/panfrost: Add basic support for speed binning (2023-03-31 11:44:11 +0200)

are available in the Git repository at:

   git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-2023-04-06

for you to fetch changes up to e44f18c6ff8beef7b2b10592287f0a9766376d9b:

   drm/ttm: Make the call to ttm_tt_populate() interruptible when faulting (2023-04-06 10:01:42 +0200)

----------------------------------------------------------------
drm-misc-next for v6.4-rc1:

UAPI Changes:

Cross-subsystem Changes:
- Document port and rotation dt bindings better.
- For panel timing DT bindings, document that vsync and hsync are
   first, rather than last in image.
- Fix video/aperture typos.

Core Changes:
- Reject prime DMA-Buf attachment if get_sg_table is missing.
   (For self-importing dma-buf only.)
- Add prime import/export to vram-helper.
- Fix oops in drm/vblank when init is not called.
- Fixup xres/yres_virtual and other fixes in fb helper.
- Improve SCDC debugs.
- Skip setting deadline on modesets.
- Assorted TTM fixes.

Driver Changes:
- Add lima usage stats.
- Assorted fixes to bridge/lt8192b, tc358767, ivpu,
   bridge/ti-sn65dsi83, ps8640.
- Use pci aperture helpers in drm/ast lynxfb, radeonfb.
- Revert some lima patches, as they required a commit that has been
   reverted upstream.
- Add AUO NE135FBM-N41 v8.1 eDP panel.
- Add QAIC accel driver.

----------------------------------------------------------------
Alexander Stein (2):
       drm/bridge: ti-sn65dsi83: use dev_err_probe if host attach failed
       drm/bridge: ti-sn65dsi86: Allow GPIO operations to sleep

AngeloGioacchino Del Regno (1):
       drm/panel-edp: Add AUO NE135FBM-N41 v8.1 panel entry

Daniel Vetter (7):
       drm/ast: Use drm_aperture_remove_conflicting_pci_framebuffers
       staging/lynxfb: Use pci aperture helper
       fbdev/radeon: use pci aperture helpers
       drm/fb-helper: set x/yres_virtual in drm_fb_helper_check_var
       drm/fb-helper: drop redundant pixclock check from drm_fb_helper_set_par()
       drm/fb-helper: fix input validation gaps in check_var
       drm/atomic-helper: Don't set deadline for modesets

Erico Nunes (3):
       drm/lima: add usage counting method to ctx_mgr
       drm/lima: allocate unique id per drm_file
       drm/lima: add show_fdinfo for drm usage stats

Francesco Dolcini (1):
       drm/bridge: lt8912b: Fix DSI Video Mode

Harshit Mogalapalli (1):
       drm/lima/lima_drv: Add missing unwind goto in lima_pdev_probe()

Jeffrey Hugo (7):
       accel/qaic: Add documentation for AIC100 accelerator driver
       accel/qaic: Add uapi and core driver file
       accel/qaic: Add MHI controller
       accel/qaic: Add control path
       accel/qaic: Add datapath
       accel/qaic: Add qaic driver to the build system
       MAINTAINERS: Add entry for QAIC driver

Karol Wachowski (1):
       accel/ivpu: Remove D3hot delay for Meteorlake

Krzysztof Kozlowski (5):
       dt-bindings: display: sitronix,st7789v: document dc-gpios
       dt-bindings: display: xinpeng,xpp055c272: document port
       dt-bindings: display: feiyang,fy07024di26a30d: document port
       dt-bindings: display: elida,kd35t133: document port and rotation
       dt-bindings: display: sitronix,st7701: document port and rotation

Luca Ceresoli (2):
       drm: bridge: ldb: add missing \n in dev_warn() string
       drm: bridge: ldb: add support for using channel 1 only

Marek Vasut (3):
       drm/bridge: tc358767: Enable DSI burst mode, LPM, non-continuous clock
       dt-bindings: display: Start the info graphics with HS/VS change
       drm/bridge: ti-sn65dsi83: Do not generate HFP/HBP/HSA and EOT packet

Pin-yen Lin (1):
       drm/bridge: ps8640: Use constant sleep time for polling hpd

Pranjal Ramajor Asha Kanojiya (1):
       accel/qaic: Add mhi_qaic_cntl

Qiang Yu (3):
       Revert "drm/lima: add show_fdinfo for drm usage stats"
       Revert "drm/lima: allocate unique id per drm_file"
       Revert "drm/lima: add usage counting method to ctx_mgr"

Rob Clark (1):
       drm/vblank: Fix for drivers that do not drm_vblank_init()

Simon Ser (2):
       drm/prime: reject DMA-BUF attach when get_sg_table is missing
       drm/vram-helper: turn on PRIME import/export

Sui Jingfeng (1):
       video/aperture: Fix typos in comments

Thomas Hellström (3):
       drm/ttm/pool: Fix ttm_pool_alloc error path
       drm/ttm: Reduce the number of used allocation orders for TTM pages
       drm/ttm: Make the call to ttm_tt_populate() interruptible when faulting

Ville Syrjälä (1):
       drm/scdc-helper: Pimp SCDC debugs

  Documentation/accel/index.rst                      |    1 +
  Documentation/accel/qaic/aic100.rst                |  510 ++++++
  Documentation/accel/qaic/index.rst                 |   13 +
  Documentation/accel/qaic/qaic.rst                  |  170 ++
  .../bindings/display/panel/elida,kd35t133.yaml     |    9 +
  .../display/panel/feiyang,fy07024di26a30d.yaml     |    8 +
  .../bindings/display/panel/panel-timing.yaml       |   46 +-
  .../bindings/display/panel/sitronix,st7701.yaml    |    9 +
  .../bindings/display/panel/sitronix,st7789v.yaml   |    4 +
  .../bindings/display/panel/xinpeng,xpp055c272.yaml |    8 +
  MAINTAINERS                                        |   10 +
  drivers/accel/Kconfig                              |    1 +
  drivers/accel/Makefile                             |    1 +
  drivers/accel/ivpu/ivpu_drv.c                      |    4 +
  drivers/accel/qaic/Kconfig                         |   23 +
  drivers/accel/qaic/Makefile                        |   13 +
  drivers/accel/qaic/mhi_controller.c                |  563 ++++++
  drivers/accel/qaic/mhi_controller.h                |   16 +
  drivers/accel/qaic/mhi_qaic_ctrl.c                 |  569 ++++++
  drivers/accel/qaic/mhi_qaic_ctrl.h                 |   12 +
  drivers/accel/qaic/qaic.h                          |  282 +++
  drivers/accel/qaic/qaic_control.c                  | 1526 ++++++++++++++++
  drivers/accel/qaic/qaic_data.c                     | 1902 ++++++++++++++++++++
  drivers/accel/qaic/qaic_drv.c                      |  647 +++++++
  drivers/gpu/drm/ast/ast_drv.c                      |   16 +-
  drivers/gpu/drm/bridge/fsl-ldb.c                   |  103 +-
  drivers/gpu/drm/bridge/lontium-lt8912b.c           |    1 -
  drivers/gpu/drm/bridge/parade-ps8640.c             |    2 +-
  drivers/gpu/drm/bridge/synopsys/dw-hdmi.c          |    8 +-
  drivers/gpu/drm/bridge/tc358767.c                  |    4 +-
  drivers/gpu/drm/bridge/ti-sn65dsi83.c              |    8 +-
  drivers/gpu/drm/bridge/ti-sn65dsi86.c              |    4 +-
  drivers/gpu/drm/display/drm_scdc_helper.c          |   46 +-
  drivers/gpu/drm/drm_atomic_helper.c                |    6 +
  drivers/gpu/drm/drm_fb_helper.c                    |   53 +-
  drivers/gpu/drm/drm_prime.c                        |    6 +-
  drivers/gpu/drm/drm_vblank.c                       |   10 +-
  drivers/gpu/drm/i915/display/intel_ddi.c           |    4 +-
  drivers/gpu/drm/i915/display/intel_hdmi.c          |    8 +-
  drivers/gpu/drm/lima/lima_drv.c                    |    6 +-
  drivers/gpu/drm/panel/panel-edp.c                  |    1 +
  drivers/gpu/drm/tegra/sor.c                        |   15 +-
  drivers/gpu/drm/ttm/ttm_bo_vm.c                    |   13 +-
  drivers/gpu/drm/ttm/ttm_pool.c                     |  111 +-
  drivers/gpu/drm/vc4/vc4_hdmi.c                     |   21 +-
  drivers/staging/sm750fb/sm750.c                    |   16 +-
  drivers/video/aperture.c                           |    8 +-
  drivers/video/fbdev/aty/radeon_base.c              |   10 +-
  include/drm/display/drm_scdc_helper.h              |    7 +-
  include/drm/drm_gem_vram_helper.h                  |    4 +-
  include/uapi/drm/qaic_accel.h                      |  397 ++++
  51 files changed, 7004 insertions(+), 231 deletions(-)
  create mode 100644 Documentation/accel/qaic/aic100.rst
  create mode 100644 Documentation/accel/qaic/index.rst
  create mode 100644 Documentation/accel/qaic/qaic.rst
  create mode 100644 drivers/accel/qaic/Kconfig
  create mode 100644 drivers/accel/qaic/Makefile
  create mode 100644 drivers/accel/qaic/mhi_controller.c
  create mode 100644 drivers/accel/qaic/mhi_controller.h
  create mode 100644 drivers/accel/qaic/mhi_qaic_ctrl.c
  create mode 100644 drivers/accel/qaic/mhi_qaic_ctrl.h
  create mode 100644 drivers/accel/qaic/qaic.h
  create mode 100644 drivers/accel/qaic/qaic_control.c
  create mode 100644 drivers/accel/qaic/qaic_data.c
  create mode 100644 drivers/accel/qaic/qaic_drv.c
  create mode 100644 include/uapi/drm/qaic_accel.h

[-- Attachment #2: Type: text/html, Size: 9757 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
To: Dave Airlie <airlied@gmail.com>, Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: Maxime Ripard <mripard@kernel.org>,
	dim-tools@lists.freedesktop.org, intel-gfx@lists.freedesktop.org,
	dri-devel@lists.freedesktop.org,
	Thomas Zimmermann <tzimmermann@suse.de>,
	Rodrigo Vivi <rodrigo.vivi@intel.com>
Subject: [Intel-gfx] [PULL] drm-intel-gt-next
Date: Thu, 6 Apr 2023 13:41:29 +0200	[thread overview]
Message-ID: <64bb9696-a76a-89d9-1866-bcdf7c69c284@linux.intel.com> (raw)

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

Hi Dave, Daniel,
Pull request to avoid backmerges. ;)
Cheers,
~Maarten

drm-misc-next-2023-04-06:
drm-misc-next for v6.4-rc1:

UAPI Changes:

Cross-subsystem Changes:
- Document port and rotation dt bindings better.
- For panel timing DT bindings, document that vsync and hsync are
   first, rather than last in image.
- Fix video/aperture typos.

Core Changes:
- Reject prime DMA-Buf attachment if get_sg_table is missing.
   (For self-importing dma-buf only.)
- Add prime import/export to vram-helper.
- Fix oops in drm/vblank when init is not called.
- Fixup xres/yres_virtual and other fixes in fb helper.
- Improve SCDC debugs.
- Skip setting deadline on modesets.
- Assorted TTM fixes.

Driver Changes:
- Add lima usage stats.
- Assorted fixes to bridge/lt8192b, tc358767, ivpu,
   bridge/ti-sn65dsi83, ps8640.
- Use pci aperture helpers in drm/ast lynxfb, radeonfb.
- Revert some lima patches, as they required a commit that has been
   reverted upstream.
- Add AUO NE135FBM-N41 v8.1 eDP panel.
- Add QAIC accel driver.
The following changes since commit 7d690f936e9bc9fbd6394fb3d4ad181af03ee393:

   drm/panfrost: Add basic support for speed binning (2023-03-31 11:44:11 +0200)

are available in the Git repository at:

   git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-2023-04-06

for you to fetch changes up to e44f18c6ff8beef7b2b10592287f0a9766376d9b:

   drm/ttm: Make the call to ttm_tt_populate() interruptible when faulting (2023-04-06 10:01:42 +0200)

----------------------------------------------------------------
drm-misc-next for v6.4-rc1:

UAPI Changes:

Cross-subsystem Changes:
- Document port and rotation dt bindings better.
- For panel timing DT bindings, document that vsync and hsync are
   first, rather than last in image.
- Fix video/aperture typos.

Core Changes:
- Reject prime DMA-Buf attachment if get_sg_table is missing.
   (For self-importing dma-buf only.)
- Add prime import/export to vram-helper.
- Fix oops in drm/vblank when init is not called.
- Fixup xres/yres_virtual and other fixes in fb helper.
- Improve SCDC debugs.
- Skip setting deadline on modesets.
- Assorted TTM fixes.

Driver Changes:
- Add lima usage stats.
- Assorted fixes to bridge/lt8192b, tc358767, ivpu,
   bridge/ti-sn65dsi83, ps8640.
- Use pci aperture helpers in drm/ast lynxfb, radeonfb.
- Revert some lima patches, as they required a commit that has been
   reverted upstream.
- Add AUO NE135FBM-N41 v8.1 eDP panel.
- Add QAIC accel driver.

----------------------------------------------------------------
Alexander Stein (2):
       drm/bridge: ti-sn65dsi83: use dev_err_probe if host attach failed
       drm/bridge: ti-sn65dsi86: Allow GPIO operations to sleep

AngeloGioacchino Del Regno (1):
       drm/panel-edp: Add AUO NE135FBM-N41 v8.1 panel entry

Daniel Vetter (7):
       drm/ast: Use drm_aperture_remove_conflicting_pci_framebuffers
       staging/lynxfb: Use pci aperture helper
       fbdev/radeon: use pci aperture helpers
       drm/fb-helper: set x/yres_virtual in drm_fb_helper_check_var
       drm/fb-helper: drop redundant pixclock check from drm_fb_helper_set_par()
       drm/fb-helper: fix input validation gaps in check_var
       drm/atomic-helper: Don't set deadline for modesets

Erico Nunes (3):
       drm/lima: add usage counting method to ctx_mgr
       drm/lima: allocate unique id per drm_file
       drm/lima: add show_fdinfo for drm usage stats

Francesco Dolcini (1):
       drm/bridge: lt8912b: Fix DSI Video Mode

Harshit Mogalapalli (1):
       drm/lima/lima_drv: Add missing unwind goto in lima_pdev_probe()

Jeffrey Hugo (7):
       accel/qaic: Add documentation for AIC100 accelerator driver
       accel/qaic: Add uapi and core driver file
       accel/qaic: Add MHI controller
       accel/qaic: Add control path
       accel/qaic: Add datapath
       accel/qaic: Add qaic driver to the build system
       MAINTAINERS: Add entry for QAIC driver

Karol Wachowski (1):
       accel/ivpu: Remove D3hot delay for Meteorlake

Krzysztof Kozlowski (5):
       dt-bindings: display: sitronix,st7789v: document dc-gpios
       dt-bindings: display: xinpeng,xpp055c272: document port
       dt-bindings: display: feiyang,fy07024di26a30d: document port
       dt-bindings: display: elida,kd35t133: document port and rotation
       dt-bindings: display: sitronix,st7701: document port and rotation

Luca Ceresoli (2):
       drm: bridge: ldb: add missing \n in dev_warn() string
       drm: bridge: ldb: add support for using channel 1 only

Marek Vasut (3):
       drm/bridge: tc358767: Enable DSI burst mode, LPM, non-continuous clock
       dt-bindings: display: Start the info graphics with HS/VS change
       drm/bridge: ti-sn65dsi83: Do not generate HFP/HBP/HSA and EOT packet

Pin-yen Lin (1):
       drm/bridge: ps8640: Use constant sleep time for polling hpd

Pranjal Ramajor Asha Kanojiya (1):
       accel/qaic: Add mhi_qaic_cntl

Qiang Yu (3):
       Revert "drm/lima: add show_fdinfo for drm usage stats"
       Revert "drm/lima: allocate unique id per drm_file"
       Revert "drm/lima: add usage counting method to ctx_mgr"

Rob Clark (1):
       drm/vblank: Fix for drivers that do not drm_vblank_init()

Simon Ser (2):
       drm/prime: reject DMA-BUF attach when get_sg_table is missing
       drm/vram-helper: turn on PRIME import/export

Sui Jingfeng (1):
       video/aperture: Fix typos in comments

Thomas Hellström (3):
       drm/ttm/pool: Fix ttm_pool_alloc error path
       drm/ttm: Reduce the number of used allocation orders for TTM pages
       drm/ttm: Make the call to ttm_tt_populate() interruptible when faulting

Ville Syrjälä (1):
       drm/scdc-helper: Pimp SCDC debugs

  Documentation/accel/index.rst                      |    1 +
  Documentation/accel/qaic/aic100.rst                |  510 ++++++
  Documentation/accel/qaic/index.rst                 |   13 +
  Documentation/accel/qaic/qaic.rst                  |  170 ++
  .../bindings/display/panel/elida,kd35t133.yaml     |    9 +
  .../display/panel/feiyang,fy07024di26a30d.yaml     |    8 +
  .../bindings/display/panel/panel-timing.yaml       |   46 +-
  .../bindings/display/panel/sitronix,st7701.yaml    |    9 +
  .../bindings/display/panel/sitronix,st7789v.yaml   |    4 +
  .../bindings/display/panel/xinpeng,xpp055c272.yaml |    8 +
  MAINTAINERS                                        |   10 +
  drivers/accel/Kconfig                              |    1 +
  drivers/accel/Makefile                             |    1 +
  drivers/accel/ivpu/ivpu_drv.c                      |    4 +
  drivers/accel/qaic/Kconfig                         |   23 +
  drivers/accel/qaic/Makefile                        |   13 +
  drivers/accel/qaic/mhi_controller.c                |  563 ++++++
  drivers/accel/qaic/mhi_controller.h                |   16 +
  drivers/accel/qaic/mhi_qaic_ctrl.c                 |  569 ++++++
  drivers/accel/qaic/mhi_qaic_ctrl.h                 |   12 +
  drivers/accel/qaic/qaic.h                          |  282 +++
  drivers/accel/qaic/qaic_control.c                  | 1526 ++++++++++++++++
  drivers/accel/qaic/qaic_data.c                     | 1902 ++++++++++++++++++++
  drivers/accel/qaic/qaic_drv.c                      |  647 +++++++
  drivers/gpu/drm/ast/ast_drv.c                      |   16 +-
  drivers/gpu/drm/bridge/fsl-ldb.c                   |  103 +-
  drivers/gpu/drm/bridge/lontium-lt8912b.c           |    1 -
  drivers/gpu/drm/bridge/parade-ps8640.c             |    2 +-
  drivers/gpu/drm/bridge/synopsys/dw-hdmi.c          |    8 +-
  drivers/gpu/drm/bridge/tc358767.c                  |    4 +-
  drivers/gpu/drm/bridge/ti-sn65dsi83.c              |    8 +-
  drivers/gpu/drm/bridge/ti-sn65dsi86.c              |    4 +-
  drivers/gpu/drm/display/drm_scdc_helper.c          |   46 +-
  drivers/gpu/drm/drm_atomic_helper.c                |    6 +
  drivers/gpu/drm/drm_fb_helper.c                    |   53 +-
  drivers/gpu/drm/drm_prime.c                        |    6 +-
  drivers/gpu/drm/drm_vblank.c                       |   10 +-
  drivers/gpu/drm/i915/display/intel_ddi.c           |    4 +-
  drivers/gpu/drm/i915/display/intel_hdmi.c          |    8 +-
  drivers/gpu/drm/lima/lima_drv.c                    |    6 +-
  drivers/gpu/drm/panel/panel-edp.c                  |    1 +
  drivers/gpu/drm/tegra/sor.c                        |   15 +-
  drivers/gpu/drm/ttm/ttm_bo_vm.c                    |   13 +-
  drivers/gpu/drm/ttm/ttm_pool.c                     |  111 +-
  drivers/gpu/drm/vc4/vc4_hdmi.c                     |   21 +-
  drivers/staging/sm750fb/sm750.c                    |   16 +-
  drivers/video/aperture.c                           |    8 +-
  drivers/video/fbdev/aty/radeon_base.c              |   10 +-
  include/drm/display/drm_scdc_helper.h              |    7 +-
  include/drm/drm_gem_vram_helper.h                  |    4 +-
  include/uapi/drm/qaic_accel.h                      |  397 ++++
  51 files changed, 7004 insertions(+), 231 deletions(-)
  create mode 100644 Documentation/accel/qaic/aic100.rst
  create mode 100644 Documentation/accel/qaic/index.rst
  create mode 100644 Documentation/accel/qaic/qaic.rst
  create mode 100644 drivers/accel/qaic/Kconfig
  create mode 100644 drivers/accel/qaic/Makefile
  create mode 100644 drivers/accel/qaic/mhi_controller.c
  create mode 100644 drivers/accel/qaic/mhi_controller.h
  create mode 100644 drivers/accel/qaic/mhi_qaic_ctrl.c
  create mode 100644 drivers/accel/qaic/mhi_qaic_ctrl.h
  create mode 100644 drivers/accel/qaic/qaic.h
  create mode 100644 drivers/accel/qaic/qaic_control.c
  create mode 100644 drivers/accel/qaic/qaic_data.c
  create mode 100644 drivers/accel/qaic/qaic_drv.c
  create mode 100644 include/uapi/drm/qaic_accel.h

[-- Attachment #2: Type: text/html, Size: 9757 bytes --]

             reply	other threads:[~2023-04-06 11:42 UTC|newest]

Thread overview: 67+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-06 11:41 Maarten Lankhorst [this message]
2023-04-06 11:41 ` [Intel-gfx] [PULL] drm-intel-gt-next Maarten Lankhorst
2023-04-06 12:34 ` Jani Nikula
2023-04-06 12:34   ` [Intel-gfx] " Jani Nikula
2023-04-06 13:00   ` Daniel Vetter
2023-04-06 13:00     ` [Intel-gfx] " Daniel Vetter
  -- strict thread matches above, loose matches on Subject: below --
2024-04-26  7:17 Joonas Lahtinen
2024-02-28 14:02 Tvrtko Ursulin
2024-02-15 10:06 Tvrtko Ursulin
2024-02-16  2:58 ` Dave Airlie
2024-02-16  9:31   ` Thomas Hellström
2024-02-16  9:33     ` Thomas Hellström
2024-02-16  9:41   ` Joonas Lahtinen
2024-02-20 15:14     ` Joonas Lahtinen
2023-12-15 12:11 Joonas Lahtinen
2023-12-15 12:11 ` Joonas Lahtinen
2023-12-08 16:18 Joonas Lahtinen
2023-12-08 16:18 ` Joonas Lahtinen
2023-10-19 14:54 Tvrtko Ursulin
2023-10-12 10:30 Tvrtko Ursulin
2023-09-28 12:36 Tvrtko Ursulin
2023-08-11 10:47 Joonas Lahtinen
2023-08-04  8:45 Joonas Lahtinen
2023-06-08 15:34 Tvrtko Ursulin
2023-05-24 18:09 Tvrtko Ursulin
2023-04-06  8:18 Joonas Lahtinen
2023-04-06 12:38 ` Daniel Vetter
2023-03-16 12:58 Joonas Lahtinen
2023-02-01 11:36 Tvrtko Ursulin
2023-01-18 11:24 Tvrtko Ursulin
2023-01-24 15:32 ` Daniel Vetter
2022-11-18  9:12 Joonas Lahtinen
2022-11-03  8:03 Joonas Lahtinen
2022-10-31 11:07 Joonas Lahtinen
2022-11-01 19:33 ` Dave Airlie
2022-09-16  8:47 Joonas Lahtinen
2022-09-09 11:20 Joonas Lahtinen
2022-08-24 12:01 Joonas Lahtinen
2022-07-13 21:31 Rodrigo Vivi
2022-07-21 15:06 ` Vivi, Rodrigo
2022-06-29 10:45 Tvrtko Ursulin
2022-05-05  6:39 Tvrtko Ursulin
2022-04-27 10:49 Tvrtko Ursulin
2022-03-03  7:50 Joonas Lahtinen
2022-02-17 10:26 Joonas Lahtinen
2022-02-20 23:30 ` Dave Airlie
2022-02-21  9:21   ` Jani Nikula
2022-02-22 19:44     ` Lucas De Marchi
2022-02-23 20:35       ` Vivi, Rodrigo
2021-12-23 12:47 Tvrtko Ursulin
2021-12-09 13:14 Tvrtko Ursulin
2021-10-21 13:07 Joonas Lahtinen
2021-10-08  9:27 Joonas Lahtinen
2021-08-06 10:06 Joonas Lahtinen
2021-08-06 10:10 ` Joonas Lahtinen
2021-06-10  9:40 Joonas Lahtinen
2021-05-28  7:25 Joonas Lahtinen
2021-05-28  7:27 ` Joonas Lahtinen
2021-06-02  0:28   ` Dave Airlie
2021-06-02  4:17     ` Dave Airlie
2021-06-02  4:30       ` Dave Airlie
2021-04-06 13:40 Joonas Lahtinen
2021-01-21 15:07 Joonas Lahtinen
2021-01-14 15:22 Joonas Lahtinen
2020-11-12 16:34 Joonas Lahtinen
2020-09-07 13:00 Joonas Lahtinen
2020-09-04 13:39 Joonas Lahtinen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=64bb9696-a76a-89d9-1866-bcdf7c69c284@linux.intel.com \
    --to=maarten.lankhorst@linux.intel.com \
    --cc=airlied@gmail.com \
    --cc=daniel.vetter@ffwll.ch \
    --cc=dim-tools@lists.freedesktop.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=rodrigo.vivi@intel.com \
    --cc=tvrtko.ursulin@linux.intel.com \
    --cc=tzimmermann@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.