Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
To: "Matt Roper" <matthew.d.roper@intel.com>,
	"Ville Syrjälä" <ville.syrjala@linux.intel.com>
Cc: Jani Nikula <jani.nikula@linux.intel.com>,
	Lucas De Marchi <lucas.demarchi@intel.com>,
	<intel-xe@lists.freedesktop.org>,
	Rodrigo Vivi <rodrigo.vivi@intel.com>
Subject: Re: [PATCH v2 1/3] drm/xe: Move display reference timestamp readout to display/
Date: Mon, 27 Jan 2025 11:23:29 +0200	[thread overview]
Message-ID: <b5e29aa7-415f-465d-9be7-33d6ebe006ab@intel.com> (raw)
In-Reply-To: <20240930232652.GF5725@mdroper-desk1.amr.corp.intel.com>

On 01/10/2024 02:26, Matt Roper wrote:
> On Thu, Sep 19, 2024 at 02:10:41PM +0300, Ville Syrjälä wrote:
>> On Thu, Sep 19, 2024 at 01:00:02PM +0300, Jani Nikula wrote:
>>> On Wed, 18 Sep 2024, Lucas De Marchi <lucas.demarchi@intel.com> wrote:
>>>> On Tue, Sep 17, 2024 at 10:55:52AM GMT, Jani Nikula wrote:
>>>>> On Fri, 13 Sep 2024, Matt Roper <matthew.d.roper@intel.com> wrote:
>>>>>> It's quite unusual to read display registers as part of GT
>>>>>> initialization, but use of the display reference timestamp is one
>>>>>> approach to calculating the GT clock frequency on older platforms.
>>>>>> Rename the function that does this readout and move it to display/ to
>>>>>> make it more clear what's actually happening when this route is taken.
>>>>>> Also add an assert that we've probed display before calling this
>>>>>> function since we never expect this to be the route taken on platforms
>>>>>> that lack display.
>>>>>>
>>>>>> In the future we may want to move to an intel_display implementation
>>>>>> that can be shared with i915, but we'll leave that for later.
>>>>>>
>>>>>> Suggested-by: Lucas De Marchi <lucas.demarchi@intel.com>
>>>>>> Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
>>>>> Mixed feelings about this. On the one hand moving to display seems
>>>>> appropriate, but adding any new stuff to xe_display.c means more stuff
>>>>> to clean up for later.
>>>>>
>>>>> As you know, i915 does this as well in i915 core. The next logical step
>>>>> is then to have this in i915/display, and share the code between i915
>>>>> and xe. Adding another interface for i915/display.
>>>> humn... but what would be the alternative? Move the i915 one to
>>>> i915/display and then make both xe-core and i915-core use that?
>>>> If we move it to display/ here then we can land this and finish the
>>>> cleanup later.
>>> The alternative would be to keep it outside of display/ in both drivers,
>>> because display doesn't appear to need it. The annoying part in that is,
>>> obviously, that display should take care of display stuff.
>> This whole code seems rather dodgy. I see Windows has similar code
>> so I presume that's where it came from. But does anyone know what
>> this "Broadwell divider mode" actually does?
> +Lionel, since you wrote the original code for this in commit
> dab91783338b ("drm/i915: expose command stream timestamp frequency to
> userspace") do you happen to remember if there was any other
> documentation on the CTC_MODE setting?  I.e., what "Broadwell divider
> mode" (the description in the bspec) actually means and how we should
> know to use a display reference clock in that case?


I don't remember this stuff having anything to do with display HW (is 
TIMESTAMP_OVERRIDE part of the display HW?).

And yes, I had to read the windows code to get what register to read 
based on the value of CTC_MODE because there is no documentation about 
that afaict.


-Lionel


>
>
> Matt
>
>> If we assume that it means the display refclk is also used to
>> generate the CS timestamps (I'm really suprised to learn that
>> maybe there are systems with different refclks for display vs.
>> GT) and that TIMESTAMP_CTR is always generated from the display
>> refclk then display already reads that out from
>> DSSM, no need to read out the TIMESTAMP_OVERRIDE.
>>
>> Also the current code that reads TIMESTAMP_OVERRIDE doesn't
>> even seem to check whether the override is actually enabled.
>> IIRC I saw bit 30==enable at least on some platforms...


That bit seems deprecated since 396385 398004 (Gfx9 era)


>>
>> -- 
>> Ville Syrjälä
>> Intel



      reply	other threads:[~2025-01-27  9:22 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-13 16:29 [PATCH v2 1/3] drm/xe: Move display reference timestamp readout to display/ Matt Roper
2024-09-13 16:29 ` [PATCH v2 2/3] drm/xe: Don't try to derive GT clock freq from display register on Xe2 Matt Roper
2024-09-18 21:27   ` Lucas De Marchi
2024-09-13 16:29 ` [PATCH v2 3/3] drm/xe/sriov: Drop TIMESTAMP_OVERRIDE from Xe2 runtime regs Matt Roper
2024-09-18 21:27   ` Lucas De Marchi
2024-09-13 19:03 ` ✓ CI.Patch_applied: success for series starting with [v2,1/3] drm/xe: Move display reference timestamp readout to display/ Patchwork
2024-09-13 19:04 ` ✓ CI.checkpatch: " Patchwork
2024-09-13 19:05 ` ✓ CI.KUnit: " Patchwork
2024-09-13 19:16 ` ✓ CI.Build: " Patchwork
2024-09-13 19:19 ` ✓ CI.Hooks: " Patchwork
2024-09-13 19:20 ` ✓ CI.checksparse: " Patchwork
2024-09-13 19:38 ` ✓ CI.BAT: " Patchwork
2024-09-14 15:47 ` ✗ CI.FULL: failure " Patchwork
2024-09-16 18:09 ` [PATCH v2 1/3] " Rodrigo Vivi
2024-09-16 20:39   ` Matt Roper
2024-09-18 21:28     ` Lucas De Marchi
2024-09-17  7:55 ` Jani Nikula
2024-09-18 21:19   ` Lucas De Marchi
2024-09-19 10:00     ` Jani Nikula
2024-09-19 11:10       ` Ville Syrjälä
2024-09-30 23:26         ` Matt Roper
2025-01-27  9:23           ` Lionel Landwerlin [this message]

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=b5e29aa7-415f-465d-9be7-33d6ebe006ab@intel.com \
    --to=lionel.g.landwerlin@intel.com \
    --cc=intel-xe@lists.freedesktop.org \
    --cc=jani.nikula@linux.intel.com \
    --cc=lucas.demarchi@intel.com \
    --cc=matthew.d.roper@intel.com \
    --cc=rodrigo.vivi@intel.com \
    --cc=ville.syrjala@linux.intel.com \
    /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