On Mon, May 21, 2018 at 03:24:49PM +0100, Daniel Stone wrote: > bc61c97502e2 moved the gtt_range structure, from being in > psb_framebuffer and embedding the GEM object, to being placed in the > drm_framebuffer with the gtt_range being derived from the GEM object. > > The conversion missed out the Medfield subdriver, which was not being > built in the default drm-misc config. Do the trivial fixup here. > > Signed-off-by: Daniel Stone > Reported-by: kbuild test robot > Fixes: bc61c97502e2 ("drm/gma500: Move GEM BO to drm_framebuffer") > Cc: Thierry Reding > Cc: Patrik Jakobsson > --- > drivers/gpu/drm/gma500/mdfld_intel_display.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Can you send a patch to enable the Medfield subdriver in the drm-misc default configuration? This patch: Reviewed-by: Thierry Reding