On Mon, Dec 11, 2017 at 2:26 AM, Joonas Lahtinen <joonas.lahtinen@xxxxxxxxxxxxxxx> wrote: > On Fri, 2017-12-08 at 10:47 -0800, Lucas De Marchi wrote: >> CFL was missing from intel_early_ids[]. >> >> Cc: Ingo Molnar <mingo@xxxxxxxxxx> >> Cc: H. Peter Anvin <hpa@xxxxxxxxx> >> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> >> Cc: x86@xxxxxxxxxx >> Cc: Rodrigo Vivi <rodrigo.vivi@xxxxxxxxx> >> Signed-off-by: Lucas De Marchi <lucas.demarchi@xxxxxxxxx> > > This should come with a Fixes: line to be picked up to -fixes. The IDs I thought this didn't deserve CC to stable since alpha support was removed for CFL only for 4.15. > have been added in smaller chunks and reworked after, so backporting > will be required. For this level of fix, my recommendation would be to > actively provide a cleanly applying backports to affected stable > versions. Are you saying this should be proactive rather than reactive? I don't see this mentioned on Documentation/process/stable-kernel-rules.rst... the only thing I see there regarding patches that don't apply cleanly is that I may bring more patches through a tag for each version. If we are indeed going to cc stable I can submit a v2 with added tags. If a patch that can be cc'ed to stable needs to be provided we may need to improve our docs, too. > > Counting from the first CFL PCI addition, this should have following > tags (adding them to this mail); > > Fixes: b056f8f3d6b9 ("drm/i915/cfl: Add Coffee Lake PCI IDs for S Skus.") > Cc: Rodrigo Vivi <rodrigo.vivi@xxxxxxxxx> > Cc: Anusha Srivatsa <anusha.srivatsa@xxxxxxxxx> > Cc: Jani Nikula <jani.nikula@xxxxxxxxxxxxxxx> > Cc: Joonas Lahtinen <joonas.lahtinen@xxxxxxxxxxxxxxx> > Cc: David Airlie <airlied@xxxxxxxx> > Cc: intel-gfx@xxxxxxxxxxxxxxxxxxxxx > Cc: dri-devel@xxxxxxxxxxxxxxxxxxxxx > Cc: <stable@xxxxxxxxxxxxxxx> # v4.13+ > > Please improve the commit message to describe why the code is critical > to be there and what is the impact on systems without the code. (Should > be something about RAM being arbitarily overwritten if you keep using > UEFI framebuffer for example, depending on how BIOS has set up the e820 > map.) Noted. thanks Lucas De Marchi > > Regards, Joonas > >> --- >> >> Like it was done for other platforms, ideally we should get an ack from x86 >> maintainers and apply this through the drm-intel tree. >> >> arch/x86/kernel/early-quirks.c | 1 + >> include/drm/i915_pciids.h | 6 ++++++ >> 2 files changed, 7 insertions(+) >> >> diff --git a/arch/x86/kernel/early-quirks.c b/arch/x86/kernel/early-quirks.c >> index 1e82f787c160..c87560e1e3ef 100644 >> --- a/arch/x86/kernel/early-quirks.c >> +++ b/arch/x86/kernel/early-quirks.c >> @@ -527,6 +527,7 @@ static const struct pci_device_id intel_early_ids[] __initconst = { >> INTEL_SKL_IDS(&gen9_early_ops), >> INTEL_BXT_IDS(&gen9_early_ops), >> INTEL_KBL_IDS(&gen9_early_ops), >> + INTEL_CFL_IDS(&gen9_early_ops), >> INTEL_GLK_IDS(&gen9_early_ops), >> INTEL_CNL_IDS(&gen9_early_ops), >> }; >> diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h >> index 972a25633525..c65e4489006d 100644 >> --- a/include/drm/i915_pciids.h >> +++ b/include/drm/i915_pciids.h >> @@ -392,6 +392,12 @@ >> INTEL_VGA_DEVICE(0x3EA8, info), /* ULT GT3 */ \ >> INTEL_VGA_DEVICE(0x3EA5, info) /* ULT GT3 */ >> >> +#define INTEL_CFL_IDS(info) \ >> + INTEL_CFL_S_GT1_IDS(info), \ >> + INTEL_CFL_S_GT2_IDS(info), \ >> + INTEL_CFL_H_GT2_IDS(info), \ >> + INTEL_CFL_U_GT3_IDS(info) >> + >> /* CNL U 2+2 */ >> #define INTEL_CNL_U_GT2_IDS(info) \ >> INTEL_VGA_DEVICE(0x5A52, info), \ > -- > Joonas Lahtinen > Open Source Technology Center > Intel Corporation > _______________________________________________ > Intel-gfx mailing list > Intel-gfx@xxxxxxxxxxxxxxxxxxxxx > https://lists.freedesktop.org/mailman/listinfo/intel-gfx -- Lucas De Marchi _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx