On 4/3/2024 16:52, Balasubramani Vivekanandan wrote:
Enable the display support for Battlemage Signed-off-by: Balasubramani Vivekanandan <balasubramani.vivekanandan@xxxxxxxxx> --- drivers/gpu/drm/xe/xe_pci.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/xe/xe_pci.c b/drivers/gpu/drm/xe/xe_pci.c index b3158053baee..835c18ec8fb9 100644 --- a/drivers/gpu/drm/xe/xe_pci.c +++ b/drivers/gpu/drm/xe/xe_pci.c @@ -340,6 +340,7 @@ static const struct xe_device_desc lnl_desc = { static const struct xe_device_desc bmg_desc = { DGFX_FEATURES, PLATFORM(XE_BATTLEMAGE), + .has_display = true,
Can it be squashed with the other commit 'drm/xe/bmg: Add BMG platform definition'?
If not, then, LGTM, and with that, Reviewed-by: Shekhar Chauhan <shekhar.chauhan@xxxxxxxxx>
.require_force_probe = true, };
-- -shekhar