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); struct panfrost_resource *pres = pan_resource(res);
pres->scanout = scanout; pres->scanout = scanout;
pscreen->display_target = pres;
return res; return res;
} }

View File

@@ -56,9 +56,6 @@ struct panfrost_screen {
/* Memory management is based on subdividing slabs with AMD's allocator */ /* Memory management is based on subdividing slabs with AMD's allocator */
struct pb_slabs slabs; struct pb_slabs slabs;
/* TODO: Where? */
struct panfrost_resource *display_target;
/* While we're busy building up the job for frame N, the GPU is /* While we're busy building up the job for frame N, the GPU is
* still busy executing frame N-1. So hold a reference to * still busy executing frame N-1. So hold a reference to
* yesterjob */ * yesterjob */