public inbox for intel-xe@lists.freedesktop.org
 help / color / mirror / Atom feed
From: "Vivi, Rodrigo" <rodrigo.vivi@intel.com>
To: "simona.vetter@ffwll.ch" <simona.vetter@ffwll.ch>,
	"airlied@gmail.com" <airlied@gmail.com>
Cc: "intel-xe@lists.freedesktop.org" <intel-xe@lists.freedesktop.org>,
	"tzimmermann@suse.de" <tzimmermann@suse.de>,
	"tursulin@ursulin.net" <tursulin@ursulin.net>,
	"intel-gfx@lists.freedesktop.org"
	<intel-gfx@lists.freedesktop.org>,
	"joonas.lahtinen@linux.intel.com"
	<joonas.lahtinen@linux.intel.com>,
	"Brost, Matthew" <matthew.brost@intel.com>,
	"thomas.hellstrom@linux.intel.com"
	<thomas.hellstrom@linux.intel.com>,
	"dri-devel@lists.freedesktop.org"
	<dri-devel@lists.freedesktop.org>,
	"ogabbay@kernel.org" <ogabbay@kernel.org>,
	 "maarten.lankhorst@linux.intel.com"
	<maarten.lankhorst@linux.intel.com>,
	"dim-tools@lists.freedesktop.org"
	<dim-tools@lists.freedesktop.org>,
	"jani.nikula@linux.intel.com" <jani.nikula@linux.intel.com>,
	"mripard@kernel.org" <mripard@kernel.org>
Subject: Re: [PULL] drm-intel-next
Date: Thu, 15 Jan 2026 16:19:29 +0000	[thread overview]
Message-ID: <ee7a2d9c3655fee4ecbcc9bc6d254871c07eb2b4.camel@intel.com> (raw)
In-Reply-To: <aWkRjqiDTWu4zY3X@intel.com>

On Thu, 2026-01-15 at 11:10 -0500, Rodrigo Vivi wrote:
> Hi Dave and Sima,
> 
> This is likely our last drm-xe-next PR towards 7.0. But perhaps
> an extra one coming in the beginning of next week depending on
> how the THP patches and a few other cases goes.
> 
> It is important to highlight that this PR brings a revert of a
> flag in the new multi-queue uAPI that had been added in the first
> PR of this round. After that PR, with multiple uAPI changes, I
> scrutinized them and found out this flag was not used nor planned
> to be used. Hence, I requested the removal before the 7.0 deadline.
> 
> Thanks,
> Rodrigo.
> 
> drm-intel-next-2026-01-15-1:

Please ignore this one. The other 2 PRs are valid, but this one was
wrong.

This tag has been deleted already.

I have accidentally used the wrong branch while running dim.

Sorry about this,
Rodrigo.

> UAPI Changes:
>  - Remove unused KEEP_ACTIVE flag in the new multi queue uAPI
> (Niranjana)
>  - Expose new temperature attributes in HWMON (Karthik)
> 
> Driver Changes:
>  - Force i2c into polling mode when in survivability (Raag)
>  - Validate preferred system memory placement in
> xe_svm_range_validate (Brost)
>  - Adjust page count tracepoints in shrinker (Brost)
>  - Fix a couple drm_pagemap issues with multi-GPU (Brost)
>  - Define GuC firmware for NVL-S (Roper)
>  - Handle GT resume failure (Raag)
>  - Improve wedged mode handling (Lukasz)
>  - Add missing newlines to drm_warn messages (Osama)
>  - Fix WQ_MEM_RECLAIM passed as max_active to alloc_workqueue (Marco)
>  - Page-reclaim fixes and PRL stats addition (Brian)
>  - Fix struct guc_lfd_file_header kernel-doc (Jani)
>  - Allow compressible surfaces to be 1-way coherent (Xin)
>  - Fix DRM scheduler layering violations in Xe (Brost)
>  - Minor improvements to MERT code (Michal)
>  - Privatize struct xe_ggtt_node (Maarten)
>  - Convert wait for lmem init into an assert (Bala)
>  - Enable GSC loading and PXP for PTL (Daniele)
>  - Replace use of system_wq with tlb_inval->timeout_wq (Marco)
>  - VRAM addr range bit expansion (Fei)
>  - Cleanup unused header includes (Roper)
> The following changes since commit
> 35ec71285c9311395b14bedc60fa94f6b7e24d2d:
> 
>   drm/i915/pc8: Add parent interface for PC8 forcewake tricks (2025-
> 12-19 21:28:48 +0200)
> 
> are available in the Git repository at:
> 
>   https://gitlab.freedesktop.org/drm/i915/kernel.git tags/drm-intel-
> next-2026-01-15-1
> 
> for you to fetch changes up to
> d30f75d2dba913754dbacb982b19b783a30253ea:
> 
>   drm/i915/dp: Simplify computing the DSC compressed BPP for DP-MST
> (2026-01-13 18:42:21 +0200)
> 
> ----------------------------------------------------------------
> UAPI Changes:
>  - Remove unused KEEP_ACTIVE flag in the new multi queue uAPI
> (Niranjana)
>  - Expose new temperature attributes in HWMON (Karthik)
> 
> Driver Changes:
>  - Force i2c into polling mode when in survivability (Raag)
>  - Validate preferred system memory placement in
> xe_svm_range_validate (Brost)
>  - Adjust page count tracepoints in shrinker (Brost)
>  - Fix a couple drm_pagemap issues with multi-GPU (Brost)
>  - Define GuC firmware for NVL-S (Roper)
>  - Handle GT resume failure (Raag)
>  - Improve wedged mode handling (Lukasz)
>  - Add missing newlines to drm_warn messages (Osama)
>  - Fix WQ_MEM_RECLAIM passed as max_active to alloc_workqueue (Marco)
>  - Page-reclaim fixes and PRL stats addition (Brian)
>  - Fix struct guc_lfd_file_header kernel-doc (Jani)
>  - Allow compressible surfaces to be 1-way coherent (Xin)
>  - Fix DRM scheduler layering violations in Xe (Brost)
>  - Minor improvements to MERT code (Michal)
>  - Privatize struct xe_ggtt_node (Maarten)
>  - Convert wait for lmem init into an assert (Bala)
>  - Enable GSC loading and PXP for PTL (Daniele)
>  - Replace use of system_wq with tlb_inval->timeout_wq (Marco)
>  - VRAM addr range bit expansion (Fei)
>  - Cleanup unused header includes (Roper)
> 
> ----------------------------------------------------------------
> Ankit Nautiyal (16):
>       drm/i915/vdsc: Account for DSC slice overhead in
> intel_vdsc_min_cdclk()
>       drm/i915/display: Abstract pipe/trans/cursor offset calculation
>       drm/i915/display: Add APIs to be used by gvt to get the
> register offsets
>       drm/i915/gvt: Add header to use display offset functions in
> macros
>       drm/i915/gvt: Change for_each_pipe to use pipe_valid API
>       drm/i915/gvt: Use the appropriate header for the DPLL macro
>       drm/i915/gvt/display_helper: Get rid of #ifdef/#undefs
>       drm/i915/intel_alpm: Fix the SPDX identifier comment
>       drm/i915/intel_cx0_phy: Fix the SPDX identifier comment
>       drm/i915/intel_cx0_phy_regs: Fix the SPDX identifier comment
>       drm/i915/intel_display_params: Fix the SPDX identifier comment
>       drm/i915/intel_dsb: Fix the SPDX identifier comment
>       drm/i915/intel_dsb_buffer: Fix the SPDX identifier comment
>       drm/i915/intel_gvt_api: Fix the SPDX identifier comment
>       drm/i915/intel_lt_phy: Fix the SPDX identifier comment
>       drm/i915/lt_phy_regs: Fix the SPDX identifier comment
> 
> Ben Dooks (1):
>       drm/i915/guc: make 'guc_hw_reg_state' static as it isn't
> exported
> 
> Gustavo Sousa (3):
>       drm/i915/display_wa: Keep enum intel_display_wa sorted
>       drm/i915/cdclk: Implement Wa_13012396614
>       drm/i915/cdclk: Incorporate Xe3_LPD changes for CD2X divider
> 
> Imre Deak (19):
>       drm/i915/dp: Drop unused timeslots param from
> dsc_compute_link_config()
>       drm/i915/dp: Factor out align_max_sink_dsc_input_bpp()
>       drm/i915/dp: Factor out align_max_vesa_compressed_bpp_x16()
>       drm/i915/dp: Align min/max DSC input BPPs to sink caps
>       drm/i915/dp: Align min/max compressed BPPs when calculating BPP
> limits
>       drm/i915/dp: Drop intel_dp parameter from
> intel_dp_compute_config_link_bpp_limits()
>       drm/i915/dp: Pass intel_output_format to
> intel_dp_dsc_sink_{min_max}_compressed_bpp()
>       drm/i915/dp: Pass mode clock to
> dsc_throughput_quirk_max_bpp_x16()
>       drm/i915/dp: Factor out compute_min_compressed_bpp_x16()
>       drm/i915/dp: Factor out compute_max_compressed_bpp_x16()
>       drm/i915/dp: Add intel_dp_mode_valid_with_dsc()
>       drm/i915/dp: Unify detect and compute time DSC mode BW
> validation
>       drm/i915/dp: Use helpers to align min/max compressed BPPs
>       drm/i915/dp: Simplify computing DSC BPPs for eDP
>       drm/i915/dp: Simplify computing DSC BPPs for DP-SST
>       drm/i915/dp: Simplify computing forced DSC BPP for DP-SST
>       drm/i915/dp: Unify computing compressed BPP for DP-SST and eDP
>       drm/i915/dp: Simplify eDP vs. DP compressed BPP computation
>       drm/i915/dp: Simplify computing the DSC compressed BPP for DP-
> MST
> 
> Jani Nikula (30):
>       drm/i915: move display/intel_plane_initial.c to
> i915_initial_plane.c
>       drm/xe/display: rename xe_plane_initial.c to xe_initial_plane.c
>       drm/i915: rename intel_plane_initial.h to intel_initial_plane.h
>       drm/{i915, xe}: move initial plane calls to parent interface
>       drm/{i915, xe}: deduplicate intel_initial_plane_config()
> between i915 and xe
>       drm/{i915, xe}: deduplicate plane_config_fini() between i915
> and xe
>       drm/{i915, xe}: start deduplicating
> intel_find_initial_plane_obj() between i915 and xe
>       drm/i915: return plane_state from
> intel_reuse_initial_plane_obj()
>       drm/xe: return plane_state from intel_reuse_initial_plane_obj()
>       drm/i915: further deduplicate intel_find_initial_plane_obj()
>       drm/{i915, xe}: deduplicate intel_alloc_initial_plane_obj() FB
> modifier checks
>       drm/{i915,xe}: deduplicate initial plane setup
>       drm/{i915, xe}: pass struct drm_plane_state instead of struct
> drm_crtc to ->setup
>       drm/{i915, xe}: pass struct drm_device instead of drm_device to
> ->alloc_obj
>       drm/i915: drop dependency on struct intel_display from i915
> initial plane
>       drm/xe/display: drop i915_utils.h
>       drm/i915: remove unused dev_priv local variable
>       drm/xe/compat: remove unused forcewake get/put macros
>       drm/xe/compat: convert uncore macro to static inlines
>       drm/i915/display: use to_intel_uncore() to avoid i915_drv.h
>       drm/i915: drop i915 param from i915_fence{, _context}_timeout()
>       drm/xe: remove compat i915_drv.h and -
> Ddrm_i915_private=xe_device hack
>       drm/i915/utils: drop unnecessary ifdefs
>       drm/i915/display: remove accidentally added empty file
>       drm/i915/gvt: sort and group include directives
>       drm/i915/gvt: include sched_policy.h only where needed
>       drm/i915/gvt: reduce include of gt/intel_engine_regs.h
>       drm/i915/gvt: reduce include of vfio.h
>       drm/i915/gvt: include intel_display_limits.h where needed
>       mei: late_bind: fix struct intel_lb_component_ops kernel-doc
> 
> Mitul Golani (12):
>       drm/i915/display: Add source param for dc balance
>       drm/i915/vrr: Add VRR DC balance registers
>       drm/i915/vrr: Add DC Balance params to crtc_state
>       drm/i915/vrr: Add state dump for DC Balance params
>       drm/i915/vrr: Add compute config for DC Balance params
>       drm/i915/vrr: Add function to check if DC Balance Possible
>       drm/i915/vrr: Add function to reset DC balance accumulated
> params
>       drm/i915/display: Add DC Balance flip count operations
>       drm/i915/vrr: Write DC balance params to hw registers
>       drm/i915/display: Wait for VRR PUSH status update
>       drm/i915/display: Add function to configure event for dc
> balance
>       drm/i915/vrr: Enable DC Balance
> 
> Suraj Kandpal (4):
>       drm/i915/cx0: Use the consolidated HDMI tables
>       drm/i915/ltphy: Remove state verification for LT PHY fields
>       drm/i915/ltphy: Compare only certain fields in state verify
> function
>       drm/i915/ltphy: Provide protection against unsupported modes
> 
> Tvrtko Ursulin (1):
>       drm/xe: Fix ggtt fb alignment
> 
> Ville Syrjälä (6):
>       drm/i915/dmc: Add pipe dmc registers and bits for DC Balance
>       drm/i915/vrr: Add functions to read out vmin/vmax stuff
>       drm/i915/vblank: Extract vrr_vblank_start()
>       drm/i915/vrr: Implement vblank evasion with DC balancing
>       drm/i915/dsb: Add pipedmc dc balance enable/disable
>       drm/i915/vrr: Pause DC Balancing for DSB commits
> 
>  drivers/gpu/drm/i915/Makefile                      |   6 +-
>  drivers/gpu/drm/i915/display/i9xx_wm.c             |  17 +-
>  drivers/gpu/drm/i915/display/intel_alpm.h          |   4 +-
>  drivers/gpu/drm/i915/display/intel_bw.c            |  19 +-
>  drivers/gpu/drm/i915/display/intel_cdclk.c         |  60 ++-
>  drivers/gpu/drm/i915/display/intel_connector.c     |   2 -
>  .../gpu/drm/i915/display/intel_crtc_state_dump.c   |   8 +
>  drivers/gpu/drm/i915/display/intel_cx0_phy.c       |  13 +-
>  drivers/gpu/drm/i915/display/intel_cx0_phy.h       |   2 +-
>  drivers/gpu/drm/i915/display/intel_cx0_phy_regs.h  |   4 +-
>  drivers/gpu/drm/i915/display/intel_display.c       |  46 +-
>  .../gpu/drm/i915/display/intel_display_device.h    |  18 +
>  .../gpu/drm/i915/display/intel_display_driver.c    |   4 +-
>  .../gpu/drm/i915/display/intel_display_params.h    |   2 +-
>  drivers/gpu/drm/i915/display/intel_display_power.c |   3 +-
>  .../gpu/drm/i915/display/intel_display_reg_defs.h  |  15 +-
>  drivers/gpu/drm/i915/display/intel_display_types.h |  11 +
>  drivers/gpu/drm/i915/display/intel_display_utils.h |   4 -
>  drivers/gpu/drm/i915/display/intel_display_wa.c    |  14 +-
>  drivers/gpu/drm/i915/display/intel_display_wa.h    |  12 +-
>  drivers/gpu/drm/i915/display/intel_dmc.c           |  25 +
>  drivers/gpu/drm/i915/display/intel_dmc.h           |   5 +
>  drivers/gpu/drm/i915/display/intel_dmc_regs.h      |  60 +++
>  drivers/gpu/drm/i915/display/intel_dp.c            | 515 ++++++++++-
> ----------
>  drivers/gpu/drm/i915/display/intel_dp.h            |  17 +-
>  drivers/gpu/drm/i915/display/intel_dp_mst.c        |  77 +--
>  drivers/gpu/drm/i915/display/intel_dram.c          |  42 +-
>  drivers/gpu/drm/i915/display/intel_dsb.c           |  31 +-
>  drivers/gpu/drm/i915/display/intel_dsb.h           |   4 +-
>  drivers/gpu/drm/i915/display/intel_dsb_buffer.h    |   4 +-
>  drivers/gpu/drm/i915/display/intel_gvt_api.c       |  43 ++
>  drivers/gpu/drm/i915/display/intel_gvt_api.h       |  21 +
>  drivers/gpu/drm/i915/display/intel_initial_plane.c | 193 ++++++++
>  ...intel_plane_initial.h => intel_initial_plane.h} |   6 +-
>  drivers/gpu/drm/i915/display/intel_lt_phy.c        |  54 +--
>  drivers/gpu/drm/i915/display/intel_lt_phy.h        |   4 +-
>  drivers/gpu/drm/i915/display/intel_lt_phy_regs.h   |   4 +-
>  drivers/gpu/drm/i915/display/intel_plane_initial.c | 442 -----------
> -------
>  drivers/gpu/drm/i915/display/intel_rom.c           |   8 +-
>  drivers/gpu/drm/i915/display/intel_vblank.c        |  46 +-
>  drivers/gpu/drm/i915/display/intel_vdsc.c          |  35 +-
>  drivers/gpu/drm/i915/display/intel_vrr.c           | 281 ++++++++++-
>  drivers/gpu/drm/i915/display/intel_vrr.h           |  10 +
>  drivers/gpu/drm/i915/display/intel_vrr_regs.h      |  68 +++
>  drivers/gpu/drm/i915/gem/i915_gem_clflush.c        |   2 +-
>  drivers/gpu/drm/i915/gvt/aperture_gm.c             |   5 +-
>  drivers/gpu/drm/i915/gvt/cfg_space.c               |   2 +-
>  drivers/gpu/drm/i915/gvt/cmd_parser.c              |  26 +-
>  drivers/gpu/drm/i915/gvt/debugfs.c                 |   4 +-
>  drivers/gpu/drm/i915/gvt/display.c                 |  23 +-
>  drivers/gpu/drm/i915/gvt/display.h                 |   2 +-
>  drivers/gpu/drm/i915/gvt/display_helpers.h         |  37 ++
>  drivers/gpu/drm/i915/gvt/dmabuf.c                  |   6 +-
>  drivers/gpu/drm/i915/gvt/dmabuf.h                  |   7 +-
>  drivers/gpu/drm/i915/gvt/edid.c                    |   1 +
>  drivers/gpu/drm/i915/gvt/execlist.c                |   2 +-
>  drivers/gpu/drm/i915/gvt/fb_decoder.c              |  14 +-
>  drivers/gpu/drm/i915/gvt/fb_decoder.h              |   2 -
>  drivers/gpu/drm/i915/gvt/firmware.c                |   4 +-
>  drivers/gpu/drm/i915/gvt/gtt.c                     |   9 +-
>  drivers/gpu/drm/i915/gvt/gvt.h                     |  26 +-
>  drivers/gpu/drm/i915/gvt/handlers.c                |  21 +-
>  drivers/gpu/drm/i915/gvt/interrupt.c               |   5 +-
>  drivers/gpu/drm/i915/gvt/kvmgt.c                   |  24 +-
>  drivers/gpu/drm/i915/gvt/mmio.c                    |  13 +-
>  drivers/gpu/drm/i915/gvt/mmio_context.h            |   5 -
>  drivers/gpu/drm/i915/gvt/opregion.c                |   3 +-
>  drivers/gpu/drm/i915/gvt/page_track.c              |   3 +-
>  drivers/gpu/drm/i915/gvt/sched_policy.c            |   3 +-
>  drivers/gpu/drm/i915/gvt/scheduler.c               |   8 +-
>  drivers/gpu/drm/i915/gvt/trace.h                   |   2 +-
>  drivers/gpu/drm/i915/gvt/trace_points.c            |   2 +
>  drivers/gpu/drm/i915/gvt/vgpu.c                    |   6 +-
>  drivers/gpu/drm/i915/i915_config.c                 |   3 +-
>  drivers/gpu/drm/i915/i915_config.h                 |  10 +-
>  drivers/gpu/drm/i915/i915_driver.c                 |   2 +
>  drivers/gpu/drm/i915/i915_gpu_error.c              |   2 +-
>  drivers/gpu/drm/i915/i915_initial_plane.c          | 290
> ++++++++++++
>  drivers/gpu/drm/i915/i915_initial_plane.h          |   9 +
>  drivers/gpu/drm/i915/i915_request.c                |   3 +-
>  drivers/gpu/drm/i915/i915_utils.h                  |   4 -
>  drivers/gpu/drm/i915/intel_gvt.c                   |  13 +-
>  drivers/gpu/drm/i915/intel_gvt_mmio_table.c        |   4 +-
>  drivers/gpu/drm/xe/Makefile                        |   6 +-
>  .../gpu/drm/xe/compat-i915-headers/i915_config.h   |   5 +-
>  drivers/gpu/drm/xe/compat-i915-headers/i915_drv.h  |  22 -
>  .../gpu/drm/xe/compat-i915-headers/i915_utils.h    |   7 -
>  .../gpu/drm/xe/compat-i915-headers/intel_uncore.h  |  11 +-
>  drivers/gpu/drm/xe/display/xe_display.c            |   2 +
>  drivers/gpu/drm/xe/display/xe_fb_pin.c             |   2 +-
>  drivers/gpu/drm/xe/display/xe_initial_plane.c      | 189 ++++++++
>  drivers/gpu/drm/xe/display/xe_initial_plane.h      |   9 +
>  drivers/gpu/drm/xe/display/xe_plane_initial.c      | 321 -----------
> --
>  include/drm/intel/display_parent_interface.h       |  17 +
>  include/drm/intel/intel_lb_mei_interface.h         |   3 +-
>  95 files changed, 2017 insertions(+), 1443 deletions(-)
>  create mode 100644 drivers/gpu/drm/i915/display/intel_gvt_api.c
>  create mode 100644 drivers/gpu/drm/i915/display/intel_gvt_api.h
>  create mode 100644
> drivers/gpu/drm/i915/display/intel_initial_plane.c
>  rename drivers/gpu/drm/i915/display/{intel_plane_initial.h =>
> intel_initial_plane.h} (60%)
>  delete mode 100644
> drivers/gpu/drm/i915/display/intel_plane_initial.c
>  create mode 100644 drivers/gpu/drm/i915/gvt/display_helpers.h
>  create mode 100644 drivers/gpu/drm/i915/i915_initial_plane.c
>  create mode 100644 drivers/gpu/drm/i915/i915_initial_plane.h
>  delete mode 100644 drivers/gpu/drm/xe/compat-i915-headers/i915_drv.h
>  delete mode 100644 drivers/gpu/drm/xe/compat-i915-
> headers/i915_utils.h
>  create mode 100644 drivers/gpu/drm/xe/display/xe_initial_plane.c
>  create mode 100644 drivers/gpu/drm/xe/display/xe_initial_plane.h
>  delete mode 100644 drivers/gpu/drm/xe/display/xe_plane_initial.c

  reply	other threads:[~2026-01-15 16:19 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-15 16:10 [PULL] drm-intel-next Rodrigo Vivi
2026-01-15 16:19 ` Vivi, Rodrigo [this message]
  -- strict thread matches above, loose matches on Subject: below --
2026-03-30  9:19 Jani Nikula
2026-03-16 10:34 Jani Nikula
2026-01-15 15:52 Rodrigo Vivi
2026-01-21 14:19 ` Rodrigo Vivi
2026-01-22  5:26   ` Dave Airlie
2026-01-22 14:10     ` Vivi, Rodrigo
2025-12-19 20:37 Rodrigo Vivi
2025-11-14 14:58 Jani Nikula
2025-11-04 13:43 Jani Nikula
2025-09-18 13:53 Rodrigo Vivi
2025-09-12 13:36 Rodrigo Vivi
2025-09-18 13:46 ` Rodrigo Vivi
2025-09-05 21:58 Rodrigo Vivi
2025-07-10 22:28 Rodrigo Vivi
2025-07-11  9:27 ` Simona Vetter
2025-07-04 10:29 Jani Nikula
2025-07-08 12:30 ` Simona Vetter
2025-06-18 16:22 Jani Nikula
2025-05-08 13:31 Rodrigo Vivi
2025-04-11 13:07 Rodrigo Vivi
2025-03-10 10:08 Jani Nikula
2025-02-24 12:56 Jani Nikula
2025-01-07 19:24 Rodrigo Vivi
2024-12-11 20:38 Rodrigo Vivi
2024-12-20 14:40 ` Rodrigo Vivi
2024-11-04 13:28 Jani Nikula
2024-10-11 11:08 Jani Nikula
2024-09-03 15:25 Rodrigo Vivi
2024-08-29 14:16 Rodrigo Vivi
2024-08-13 17:24 Rodrigo Vivi
2024-06-28 14:46 Jani Nikula
2024-07-09 20:27 ` Rodrigo Vivi
2024-07-10  8:37   ` Daniel Vetter
2024-06-19 17:08 Jani Nikula
2024-04-30 20:07 Rodrigo Vivi
2024-04-24 16:32 Rodrigo Vivi
2024-04-17 13:38 Rodrigo Vivi
2024-04-17 14:05 ` Maxime Ripard
2024-02-27 16:16 Jani Nikula

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=ee7a2d9c3655fee4ecbcc9bc6d254871c07eb2b4.camel@intel.com \
    --to=rodrigo.vivi@intel.com \
    --cc=airlied@gmail.com \
    --cc=dim-tools@lists.freedesktop.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=intel-xe@lists.freedesktop.org \
    --cc=jani.nikula@linux.intel.com \
    --cc=joonas.lahtinen@linux.intel.com \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=matthew.brost@intel.com \
    --cc=mripard@kernel.org \
    --cc=ogabbay@kernel.org \
    --cc=simona.vetter@ffwll.ch \
    --cc=thomas.hellstrom@linux.intel.com \
    --cc=tursulin@ursulin.net \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox