mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-22 22:02:57 +00:00
lib/kms: Drop igt_pipe->need_set_{crtc, cursor}
The "need" flags on igt_pipe simply mirror the fb_changed field of the primary/cursor planes. Drop them and just use fb_changed instead. Signed-off-by: Matt Roper <matthew.d.roper@intel.com> Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
committed by
Damien Lespiau
parent
67e29a30d5
commit
3cc60bab46
@@ -120,8 +120,6 @@ typedef struct {
|
||||
struct igt_pipe {
|
||||
igt_display_t *display;
|
||||
enum pipe pipe;
|
||||
unsigned int need_set_crtc : 1;
|
||||
unsigned int need_set_cursor : 1;
|
||||
unsigned int need_wait_for_vblank : 1;
|
||||
#define IGT_MAX_PLANES 4
|
||||
int n_planes;
|
||||
|
||||
Reference in New Issue
Block a user