Re: [PATCH] drm/i915/gt: Report full vm address range

2024-03-15 Thread Andi Shyti
Hi Nirmoy, > > In Mesa we've been relying on I915_CONTEXT_PARAM_GTT_SIZE so as long as > > that is adjusted by the kernel > > What do you mean by adjusted by, should it be a aligned size? > > I915_CONTEXT_PARAM_GTT_SIZE ioctl is returning vm->total which is > adjusted(reduced by a page). > >

Re: [PATCH v2 1/2] drm: Introduce plane SIZE_HINTS property

2024-03-15 Thread Ville Syrjälä
On Wed, Feb 28, 2024 at 10:12:28AM +, Simon Ser wrote: > On Tuesday, February 27th, 2024 at 20:35, Ville Syrjala > wrote: > > > From: Ville Syrjälä > > > > Add a new immutable plane property by which a plane can advertise > > a handful of recommended plane sizes. This would be mostly

✗ Fi.CI.BAT: failure for Bigjoiner refactoring (rev11)

2024-03-15 Thread Patchwork
== Series Details == Series: Bigjoiner refactoring (rev11) URL : https://patchwork.freedesktop.org/series/128311/ State : failure == Summary == CI Bug Log - changes from CI_DRM_14440 -> Patchwork_128311v11 Summary --- **FAILURE**

✗ Fi.CI.SPARSE: warning for Bigjoiner refactoring (rev11)

2024-03-15 Thread Patchwork
== Series Details == Series: Bigjoiner refactoring (rev11) URL : https://patchwork.freedesktop.org/series/128311/ State : warning == Summary == Error: dim sparse failed Sparse version: v0.6.2 Fast mode used, each commit won't be checked separately. +./arch/x86/include/asm/bitops.h:116:1:

✗ Fi.CI.CHECKPATCH: warning for Bigjoiner refactoring (rev11)

2024-03-15 Thread Patchwork
== Series Details == Series: Bigjoiner refactoring (rev11) URL : https://patchwork.freedesktop.org/series/128311/ State : warning == Summary == Error: dim checkpatch failed 067d687e4409 drm/i915: Add a small helper to compute the set of pipes for crtc a42e4b192f23 drm/i915: Extract

RE: ✗ Fi.CI.IGT: failure for drm/i915/dp: Fix DSC state HW readout for SST connectors

2024-03-15 Thread Illipilli, TejasreeX
Hi, https://patchwork.freedesktop.org/series/130986/ - Re-reported. Thanks, Tejasree -Original Message- From: Intel-gfx On Behalf Of Imre Deak Sent: Tuesday, March 12, 2024 8:03 PM To: intel-gfx@lists.freedesktop.org; Nautiyal, Ankit K ; i915-ci-in...@lists.freedesktop.org Subject:

✓ Fi.CI.BAT: success for drm/i915/display: Fixed a screen flickering when turning on display from off (rev4)

2024-03-15 Thread Patchwork
== Series Details == Series: drm/i915/display: Fixed a screen flickering when turning on display from off (rev4) URL : https://patchwork.freedesktop.org/series/130780/ State : success == Summary == CI Bug Log - changes from CI_DRM_14438 -> Patchwork_130780v4

✓ Fi.CI.BAT: success for drm/i915: Rename ICL_PORT_TX_DW6 bits (rev3)

2024-03-15 Thread Patchwork
== Series Details == Series: drm/i915: Rename ICL_PORT_TX_DW6 bits (rev3) URL : https://patchwork.freedesktop.org/series/130899/ State : success == Summary == CI Bug Log - changes from CI_DRM_14438 -> Patchwork_130899v3 Summary ---

Re: drm/i915/dp: Enable AUX based backlight for HDR

2024-03-15 Thread Ville Syrjälä
On Fri, Mar 15, 2024 at 12:33:52PM +0100, Sebastian Wick wrote: > On Fri, Mar 15, 2024 at 10:35:30AM +0530, Suraj Kandpal wrote: > > @@ -318,11 +346,24 @@ intel_dp_aux_hdr_setup_backlight(struct > > intel_connector *connector, enum pipe pi > > panel->backlight.min = 0; > > } > >

Re: drm/i915/dp: Enable AUX based backlight for HDR

2024-03-15 Thread Sebastian Wick
On Fri, Mar 15, 2024 at 10:35:30AM +0530, Suraj Kandpal wrote: > As of now whenerver HDR is switched on we use the PWM to change the > backlight as opposed to AUX based backlight changes in terms of nits. > This patch writes to the appropriate DPCD registers to enable aux > based backlight using

Re: [PATCH v3 6/6] drm/i915/mst: enable MST mode for 128b/132b single-stream sideband

2024-03-15 Thread Ville Syrjälä
On Wed, Mar 06, 2024 at 04:07:17PM +0200, Jani Nikula wrote: > If the sink supports 128b/132b and single-stream sideband messaging, > enable MST mode. > > With this, the topology manager will still write DP_MSTM_CTRL, which > should be ignored by the sink. In the future, the topology manager >

Re: [PATCH 01/10] drm/i915/display: convert inner wakeref get towards get_if_in_use

2024-03-15 Thread Ville Syrjälä
On Thu, Mar 07, 2024 at 09:46:22AM -0500, Rodrigo Vivi wrote: > On Thu, Mar 07, 2024 at 02:30:46AM +0200, Ville Syrjälä wrote: > > On Wed, Mar 06, 2024 at 07:15:45PM -0500, Rodrigo Vivi wrote: > > > This patch brings no functional change. Since at this point of > > > the code we are already

✗ Fi.CI.IGT: failure for drm/i915: Fix VMA UAF on destroy against deactivate race (rev8)

2024-03-15 Thread Patchwork
== Series Details == Series: drm/i915: Fix VMA UAF on destroy against deactivate race (rev8) URL : https://patchwork.freedesktop.org/series/129026/ State : failure == Summary == CI Bug Log - changes from CI_DRM_14430_full -> Patchwork_129026v8_full

Re: [PATCH] drm/i915/display: Fixed a screen flickering when turning on display from off

2024-03-15 Thread Ville Syrjälä
On Wed, Mar 06, 2024 at 12:19:42PM +0200, Jani Nikula wrote: > On Wed, 06 Mar 2024, gareth...@intel.com wrote: > > From: Gareth Yu > > > > Turn on the panel from zero brightness of the last state, the panel was set > > a maximum PWM in the flow. Once the panel initialization is completed, the > >

[PATCH] drm/i915/display: Fixed a screen flickering when turning on display from off

2024-03-15 Thread gareth . yu
From: Gareth Yu Turn on the panel from zero brightness of the last state, the panel was set a maximum PWM in the flow. Once the panel initialization is completed, the backlight is restored to xero brightness. There is a flckering generated. This flicker happens in "Screen dimming and power off"

✓ Fi.CI.BAT: success for drm/i915: Do not match JSL in ehl_combo_pll_div_frac_wa_needed()

2024-03-15 Thread Patchwork
== Series Details == Series: drm/i915: Do not match JSL in ehl_combo_pll_div_frac_wa_needed() URL : https://patchwork.freedesktop.org/series/131174/ State : success == Summary == CI Bug Log - changes from CI_DRM_14437 -> Patchwork_131174v1

✓ Fi.CI.BAT: success for ALPM AUX-Less (rev4)

2024-03-15 Thread Patchwork
== Series Details == Series: ALPM AUX-Less (rev4) URL : https://patchwork.freedesktop.org/series/129938/ State : success == Summary == CI Bug Log - changes from CI_DRM_14437 -> Patchwork_129938v4 Summary --- **SUCCESS** No

[PATCH] drm/i915: Do not match JSL in ehl_combo_pll_div_frac_wa_needed()

2024-03-15 Thread Jonathon Hall
Since commit 0c65dc062611 ("drm/i915/jsl: s/JSL/JASPERLAKE for platform/subplatform defines"), boot freezes on a Jasper Lake tablet (Librem 11), usually with graphical corruption on the eDP display, but sometimes just a black screen. This commit was included in 6.6 and later. That commit was

✗ Fi.CI.SPARSE: warning for ALPM AUX-Less (rev4)

2024-03-15 Thread Patchwork
== Series Details == Series: ALPM AUX-Less (rev4) URL : https://patchwork.freedesktop.org/series/129938/ State : warning == Summary == Error: dim sparse failed Sparse version: v0.6.2 Fast mode used, each commit won't be checked separately. +./arch/x86/include/asm/bitops.h:116:1: warning:

✗ Fi.CI.CHECKPATCH: warning for ALPM AUX-Less (rev4)

2024-03-15 Thread Patchwork
== Series Details == Series: ALPM AUX-Less (rev4) URL : https://patchwork.freedesktop.org/series/129938/ State : warning == Summary == Error: dim checkpatch failed b1cf7472d2c8 drm/i915/psr: Add missing ALPM AUX-Less register definitions -:31: WARNING:LONG_LINE: line length of 169 exceeds 100

Re: [PATCH] drm/i915/scaler: Update Pipe src size check in skl_update_scaler

2024-03-15 Thread Ville Syrjälä
On Wed, Mar 13, 2024 at 08:08:25PM +0530, Ankit Nautiyal wrote: > For Earlier platforms, the Pipe source size is 12-bits so > max pipe source width and height is 4096. For newer platforms it is > 13-bits so theoretically max width/height is 8192. For few of the > earlier platforms the scaler did

[PATCH v4 5/5] drm/i915/psr: Do not write ALPM configuration for PSR1 or DP2.0 Panel Replay

2024-03-15 Thread Jouni Högander
No need to write ALPM configuration for DP2.0 Panel Replay or PSR1. Signed-off-by: Jouni Högander --- drivers/gpu/drm/i915/display/intel_psr.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/display/intel_psr.c

[PATCH v4 4/5] drm/i915/psr: Enable ALPM for eDP Panel replay

2024-03-15 Thread Jouni Högander
Enable ALPM AUX-Less for Panel Replay eDP. Also write all calculated AUX-Less configuration values accordingly. Bspec: 71477 v4: - add comment explaining why AUX less is enabled on eDP panel replay without any extra checks v3: - do not use alpm_ctl as uninitialized variable v2: - do

[PATCH v4 3/5] drm/i915/psr: Silence period and lfps half cycle

2024-03-15 Thread Jouni Högander
Add get function for silence period and lfps half cycle. Values are taken from the tables in bspec. Bspec: 71632 v3: - use PORT_ALPM_CTL_SILENCE_PERIOD_MASK instead of value 255 - use PORT_ALPM_LFPS_CTL_LAST_LFPS_HALF_CYCLE_DURATION_MASK instead of value 31 v2: - fix some checks -

[PATCH v4 2/5] drm/i915/psr: Calculate aux less wake time

2024-03-15 Thread Jouni Högander
Calculate aux less wake time and store it into alpm_params struct Bspec: 71477 v4: - re-use fast_wake_lines to store aux_less_wake_lines v3: - use ALPM_CTL_AUX_LESS_WAKE_TIME_MASK instead of value 63 v2: - use variables instead of values directly - fix max value - move converting port

[PATCH v4 1/5] drm/i915/psr: Add missing ALPM AUX-Less register definitions

2024-03-15 Thread Jouni Högander
Couple of ALPM AUX-Less related fields are missing from ALPM register definitions. Add these and remove some duplicate definitions. Bspec: 70294 V2: add Bspec reference Signed-off-by: Jouni Högander --- drivers/gpu/drm/i915/display/intel_psr_regs.h | 12 1 file changed, 8

[PATCH v4 0/5] ALPM AUX-Less

2024-03-15 Thread Jouni Högander
This patch set is implementing calculation of ALPM AUX-Less parameters for Intel HW and writing them in case of AUX-Less is enabled. It is also enabling ALPM AUX-Less for eDP Panel Replay. Current code is not allowing Panel Replay on eDP. Patches for this are coming later. This implementation is

✗ Fi.CI.BAT: failure for drm/i915/dp: Enable AUX based backlight for HDR (rev5)

2024-03-15 Thread Patchwork
== Series Details == Series: drm/i915/dp: Enable AUX based backlight for HDR (rev5) URL : https://patchwork.freedesktop.org/series/130729/ State : failure == Summary == CI Bug Log - changes from CI_DRM_14437 -> Patchwork_130729v5 Summary