Skip to content
Commit c7cbed56 authored by Daniel Stone's avatar Daniel Stone
Browse files

drm/gma500: Fix Medfield for drm_framebuffer move

Commit bc61c975

 ("drm/gma500: Move GEM BO to drm_framebuffer") 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: default avatarDaniel Stone <daniels@collabora.com>
Reported-by: default avatarkbuild test robot <lkp@intel.com>
Reviewed-by: default avatarThierry Reding <treding@nvidia.com>
Fixes: bc61c975 ("drm/gma500: Move GEM BO to drm_framebuffer")
Cc: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180521142449.20800-1-daniels@collabora.com
parent 2ecceeb5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment