diff options
Diffstat (limited to 'drivers/gpu/drm/etnaviv/etnaviv_gpu.h')
| -rw-r--r-- | drivers/gpu/drm/etnaviv/etnaviv_gpu.h | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/drivers/gpu/drm/etnaviv/etnaviv_gpu.h b/drivers/gpu/drm/etnaviv/etnaviv_gpu.h index 3b19528330a0..18460df401b7 100644 --- a/drivers/gpu/drm/etnaviv/etnaviv_gpu.h +++ b/drivers/gpu/drm/etnaviv/etnaviv_gpu.h | |||
| @@ -38,21 +38,17 @@ struct etnaviv_chip_identity { | |||
| 38 | 38 | ||
| 39 | /* Supported minor feature fields. */ | 39 | /* Supported minor feature fields. */ |
| 40 | u32 minor_features0; | 40 | u32 minor_features0; |
| 41 | |||
| 42 | /* Supported minor feature 1 fields. */ | ||
| 43 | u32 minor_features1; | 41 | u32 minor_features1; |
| 44 | |||
| 45 | /* Supported minor feature 2 fields. */ | ||
| 46 | u32 minor_features2; | 42 | u32 minor_features2; |
| 47 | |||
| 48 | /* Supported minor feature 3 fields. */ | ||
| 49 | u32 minor_features3; | 43 | u32 minor_features3; |
| 50 | |||
| 51 | /* Supported minor feature 4 fields. */ | ||
| 52 | u32 minor_features4; | 44 | u32 minor_features4; |
| 53 | |||
| 54 | /* Supported minor feature 5 fields. */ | ||
| 55 | u32 minor_features5; | 45 | u32 minor_features5; |
| 46 | u32 minor_features6; | ||
| 47 | u32 minor_features7; | ||
| 48 | u32 minor_features8; | ||
| 49 | u32 minor_features9; | ||
| 50 | u32 minor_features10; | ||
| 51 | u32 minor_features11; | ||
| 56 | 52 | ||
| 57 | /* Number of streams supported. */ | 53 | /* Number of streams supported. */ |
| 58 | u32 stream_count; | 54 | u32 stream_count; |
