panfrost: Remove unused display target field

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
This commit is contained in:
Alyssa Rosenzweig
2019-07-11 10:12:12 -07:00
parent 6b9edd2451
commit c4e6d759dd
2 changed files with 0 additions and 4 deletions

View File

@@ -212,7 +212,6 @@ panfrost_create_scanout_res(struct pipe_screen *screen,
struct panfrost_resource *pres = pan_resource(res);
pres->scanout = scanout;
pscreen->display_target = pres;
return res;
}