From: Jani Nikula <jani.nikula@intel.com>
To: Matt Roper <matthew.d.roper@intel.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: Re: [PATCH 1/5] drm/i915/irq: use DISPLAY_VER instead of GRAPHICS_VER
Date: Fri, 05 Jan 2024 15:59:56 +0200 [thread overview]
Message-ID: <87jzonyj6r.fsf@intel.com> (raw)
In-Reply-To: <20240104222621.GF3529480@mdroper-desk1.amr.corp.intel.com>
On Thu, 04 Jan 2024, Matt Roper <matthew.d.roper@intel.com> wrote:
> On Thu, Jan 04, 2024 at 07:43:46PM +0200, Jani Nikula wrote:
>> Display code should not care about graphics version.
>>
>> Signed-off-by: Jani Nikula <jani.nikula@intel.com>
>
> For the series:
>
> Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Thanks, pushed to drm-intel-next, with the tabs in commit message for
2/5 fixed.
BR,
Jani.
>
>> ---
>> drivers/gpu/drm/i915/display/intel_display_irq.c | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/gpu/drm/i915/display/intel_display_irq.c b/drivers/gpu/drm/i915/display/intel_display_irq.c
>> index 6964f4b95865..99843883cef7 100644
>> --- a/drivers/gpu/drm/i915/display/intel_display_irq.c
>> +++ b/drivers/gpu/drm/i915/display/intel_display_irq.c
>> @@ -1587,7 +1587,7 @@ void ilk_de_irq_postinstall(struct drm_i915_private *i915)
>> struct intel_uncore *uncore = &i915->uncore;
>> u32 display_mask, extra_mask;
>>
>> - if (GRAPHICS_VER(i915) >= 7) {
>> + if (DISPLAY_VER(i915) >= 7) {
>> display_mask = (DE_MASTER_IRQ_CONTROL | DE_GSE_IVB |
>> DE_PCH_EVENT_IVB | DE_AUX_CHANNEL_A_IVB);
>> extra_mask = (DE_PIPEC_VBLANK_IVB | DE_PIPEB_VBLANK_IVB |
>> --
>> 2.39.2
>>
--
Jani Nikula, Intel
next prev parent reply other threads:[~2024-01-05 14:00 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-04 17:43 [PATCH 1/5] drm/i915/irq: use DISPLAY_VER instead of GRAPHICS_VER Jani Nikula
2024-01-04 17:43 ` [PATCH 2/5] drm/i915/dmc: " Jani Nikula
2024-01-04 17:43 ` [PATCH 3/5] drm/i915/hdcp: " Jani Nikula
2024-01-04 17:43 ` [PATCH 4/5] drm/i915/display: use IS_DISPLAY_VER instead of IS_GRAPHICS_VER Jani Nikula
2024-01-04 17:43 ` [PATCH 5/5] drm/i915/tv: use DISPLAY_VER instead of GRAPHICS_VER Jani Nikula
2024-01-04 21:32 ` ✗ Fi.CI.SPARSE: warning for series starting with [1/5] drm/i915/irq: " Patchwork
2024-01-04 21:46 ` ✓ Fi.CI.BAT: success " Patchwork
2024-01-04 22:26 ` [PATCH 1/5] " Matt Roper
2024-01-05 13:59 ` Jani Nikula [this message]
2024-01-04 23:42 ` ✗ Fi.CI.IGT: failure for series starting with [1/5] " Patchwork
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=87jzonyj6r.fsf@intel.com \
--to=jani.nikula@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=matthew.d.roper@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 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.