panfrost: Remove unused display target field
Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
@@ -56,9 +56,6 @@ struct panfrost_screen {
|
||||
/* Memory management is based on subdividing slabs with AMD's allocator */
|
||||
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
|
||||
* still busy executing frame N-1. So hold a reference to
|
||||
* yesterjob */
|
||||
|
Reference in New Issue
Block a user