[Kernel/Video] Removed unknown fields from X_VIDEO_MODE structure

- Additionally changed some messages level to more reasonable one
This commit is contained in:
Gliniak
2025-05-05 21:30:22 +02:00
parent 9434cc89c9
commit c15dde52d6
4 changed files with 7 additions and 7 deletions

View File

@@ -374,8 +374,8 @@ struct X_VIDEO_MODE {
be<uint32_t> is_hi_def;
be<float> refresh_rate;
be<uint32_t> video_standard;
be<uint32_t> unknown_0x8a;
be<uint32_t> unknown_0x01;
be<uint32_t> pixel_rate;
be<uint32_t> widescreen_flag;
be<uint32_t> reserved[3];
};
static_assert_size(X_VIDEO_MODE, 48);