From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2CD8A3C278B for ; Thu, 19 Mar 2026 10:40:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773916804; cv=none; b=YtQlLaPixZyGQcsnsP4/yWXo5PuYK1Bp4R4FKxMmkwSK/wGo3LLLnMx2banS729TR6jPhJ4f2Aze5oRsu31/4d1caHguoLSv5vcjoy2lbQV/eT8JXgiibfb28bQaWEmxNGsLWSGWkqUCA+xKknqjXUfiP2bbSStik8BwMiCRaCA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773916804; c=relaxed/simple; bh=o7H2aBAVNi/fLNoA1lhen/I9PzzDLSyUWnSNFrDr9H8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=uhq45l6XPrmxG5uqcGaSnk1Uy3Ggod6v0SrPwYod8AkBWOYhzx0GyQiQ1dBw1wTmgxpGEKQHT22Hs+6v4toP1kJ2COCDJ+XxJ56RzMsxjKSkDjANhXLYhrq6wWutStNVzHl7i/m0zAT7B5Yukwf6Xj+zCBa3AZpw393Yolpbw6Q= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=oIcJcJzD; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="oIcJcJzD" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E7D25C19424; Thu, 19 Mar 2026 10:40:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1773916803; bh=o7H2aBAVNi/fLNoA1lhen/I9PzzDLSyUWnSNFrDr9H8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=oIcJcJzDUUKsbqH4KX/miA3HLqOO/DBsXyYbLgswPhDUZjpCa8L8d6yt1TfwOzH3l nWn+jGxRc39/5pwQlYg4R8csTHhFIUlWeBXgVnRj1joKdBNoOSTE/TTSOYmwxXQLDD tsUgIkDW8HpikveY/rK82aWG0WAsSVw6VkDma4jQ= Date: Thu, 19 Mar 2026 11:40:00 +0100 From: Greg KH To: Jouni =?iso-8859-1?Q?H=F6gander?= Cc: stable@vger.kernel.org, Ankit Nautiyal , Tvrtko Ursulin Subject: Re: [PATCH 6.18.y 1/3] drm/i915/dsc: Add Selective Update register definitions Message-ID: <2026031943-outcome-cupcake-bdbe@gregkh> References: <2026031759-ravine-derived-5582@gregkh> <20260318132412.1117060-1-jouni.hogander@intel.com> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20260318132412.1117060-1-jouni.hogander@intel.com> On Wed, Mar 18, 2026 at 03:24:10PM +0200, Jouni Högander wrote: > commit c2c79c6d5b939ae8a42ddb884f576bddae685672 upstream. > > Add definitions for DSC_SU_PARAMETER_SET_0_DSC0 and > DSC_SU_PARAMETER_SET_0_DSC1 registers. These are for Selective Update Early > Transport configuration. > > Bspec: 71709 > Signed-off-by: Jouni Högander > Reviewed-by: Ankit Nautiyal > Link: https://patch.msgid.link/20260304113011.626542-3-jouni.hogander@intel.com > (cherry picked from commit 24f96d903daf3dcf8fafe84d3d22b80ef47ba493) > Signed-off-by: Tvrtko Ursulin > (cherry picked from commit c2c79c6d5b939ae8a42ddb884f576bddae685672) > --- > drivers/gpu/drm/i915/display/intel_vdsc_regs.h | 12 ++++++++++++ > 1 file changed, 12 insertions(+) We need a 6.19.y version of this before we can take older versions :(