From: Jani Nikula <jani.nikula@linux.intel.com>
To: Lucas De Marchi <lucas.demarchi@intel.com>,
intel-xe@lists.freedesktop.org
Cc: Lucas De Marchi <lucas.demarchi@intel.com>,
Matt Roper <matthew.d.roper@intel.com>
Subject: Re: [Intel-xe] [PATCH 2/6] fixup! drm/i915/display: Remaining changes to make xe compile
Date: Thu, 13 Apr 2023 10:17:21 +0300 [thread overview]
Message-ID: <871qkocku6.fsf@intel.com> (raw)
In-Reply-To: <20230412232846.3411883-3-lucas.demarchi@intel.com>
On Wed, 12 Apr 2023, Lucas De Marchi <lucas.demarchi@intel.com> wrote:
> ---
> drivers/gpu/drm/i915/display/intel_fbdev.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/i915/display/intel_fbdev.c b/drivers/gpu/drm/i915/display/intel_fbdev.c
> index ed996546edfc..46447dd58f3f 100644
> --- a/drivers/gpu/drm/i915/display/intel_fbdev.c
> +++ b/drivers/gpu/drm/i915/display/intel_fbdev.c
> @@ -165,7 +165,7 @@ static int intelfb_alloc(struct drm_fb_helper *helper,
> DIV_ROUND_UP(sizes->surface_bpp, 8), 64);
> #else
> mode_cmd.pitches[0] = ALIGN(mode_cmd.width *
> - DIV_ROUND_UP(sizes->surface_bpp, 8), GEN8_PAGE_SIZE);
> + DIV_ROUND_UP(sizes->surface_bpp, 8), XE_PAGE_SIZE);
Won't that break i915 build?
> #endif
> mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp,
> sizes->surface_depth);
--
Jani Nikula, Intel Open Source Graphics Center
next prev parent reply other threads:[~2023-04-13 7:17 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-12 23:28 [Intel-xe] [PATCH 0/6] Cleanup gen suffixes/prefixes from registers Lucas De Marchi
2023-04-12 23:28 ` [Intel-xe] [PATCH 1/6] drm/xe: Cleanup page-related defines Lucas De Marchi
2023-04-12 23:28 ` [Intel-xe] [PATCH 2/6] fixup! drm/i915/display: Remaining changes to make xe compile Lucas De Marchi
2023-04-13 7:17 ` Jani Nikula [this message]
2023-04-13 7:19 ` Jani Nikula
2023-04-13 15:31 ` Lucas De Marchi
2023-04-12 23:28 ` [Intel-xe] [PATCH 3/6] fixup! drm/i915/display: Allow fbdev to allocate stolen memory Lucas De Marchi
2023-04-12 23:28 ` [Intel-xe] [PATCH 4/6] drm/xe: Rename RC0/RC6 macros Lucas De Marchi
2023-04-12 23:28 ` [Intel-xe] [PATCH 5/6] drm/xe: Rename instruction field to avoid confusion Lucas De Marchi
2023-04-12 23:28 ` [Intel-xe] [PATCH 6/6] drm/xe: Drop gen prefixes and suffixes from registers Lucas De Marchi
2023-04-13 10:14 ` [Intel-xe] ✓ CI.Patch_applied: success for Cleanup gen suffixes/prefixes " Patchwork
2023-04-13 10:16 ` [Intel-xe] ✓ CI.KUnit: " Patchwork
2023-04-13 10:19 ` [Intel-xe] ✓ CI.Build: " Patchwork
2023-04-13 10:40 ` [Intel-xe] ○ CI.BAT: info " 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=871qkocku6.fsf@intel.com \
--to=jani.nikula@linux.intel.com \
--cc=intel-xe@lists.freedesktop.org \
--cc=lucas.demarchi@intel.com \
--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.