mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-01 10:28:00 +02:00
tests/exynos: clean struct connector
Remove all unused struct members. An inspection of the git history shows that these members were also never used in the past. Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de> Acked-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
parent
53b1081da1
commit
0536d33f07
1 changed files with 0 additions and 10 deletions
|
|
@ -65,17 +65,9 @@ struct fimg2d_test_case {
|
|||
struct connector {
|
||||
uint32_t id;
|
||||
char mode_str[64];
|
||||
char format_str[5];
|
||||
unsigned int fourcc;
|
||||
drmModeModeInfo *mode;
|
||||
drmModeEncoder *encoder;
|
||||
int crtc;
|
||||
int pipe;
|
||||
int plane_zpos;
|
||||
unsigned int fb_id[2], current_fb_id;
|
||||
struct timeval start;
|
||||
|
||||
int swap_count;
|
||||
};
|
||||
|
||||
static void connector_find_mode(int fd, struct connector *c,
|
||||
|
|
@ -750,8 +742,6 @@ int main(int argc, char **argv)
|
|||
if (ret < 0)
|
||||
goto err_destroy_buffer;
|
||||
|
||||
con.plane_zpos = -1;
|
||||
|
||||
memset(bo->vaddr, 0xff, screen_width * screen_height * 4);
|
||||
|
||||
ret = drm_set_crtc(dev, &con, fb_id);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue