drm_cmdline_modeRegular
4.4: Absent ⚠️
4.8: Absent ⚠️
4.10: Absent ⚠️
4.13: Absent ⚠️
4.15: Absent ⚠️
4.18: Absent ⚠️
5.0: Absent ⚠️
5.3: ✅struct drm_cmdline_mode {
char name[32];
bool specified;
bool refresh_specified;
bool bpp_specified;
int xres;
int yres;
int bpp;
int refresh;
bool rb;
bool interlace;
bool cvt;
bool margins;
enum drm_connector_force force;
unsigned int rotation_reflection;
struct drm_connector_tv_margins tv_margins;
};
5.4: ✅struct drm_cmdline_mode {
char name[32];
bool specified;
bool refresh_specified;
bool bpp_specified;
int xres;
int yres;
int bpp;
int refresh;
bool rb;
bool interlace;
bool cvt;
bool margins;
enum drm_connector_force force;
unsigned int rotation_reflection;
struct drm_connector_tv_margins tv_margins;
};
5.8: Absent ⚠️
5.11: Absent ⚠️
5.13: Absent ⚠️
5.15: Absent ⚠️
5.19: Absent ⚠️
6.2: Absent ⚠️
6.5: Absent ⚠️
6.8: ✅struct drm_cmdline_mode {
char name[32];
bool specified;
bool refresh_specified;
bool bpp_specified;
unsigned int pixel_clock;
int xres;
int yres;
int bpp;
int refresh;
bool rb;
bool interlace;
bool cvt;
bool margins;
enum drm_connector_force force;
unsigned int rotation_reflection;
enum drm_panel_orientation panel_orientation;
struct drm_connector_tv_margins tv_margins;
enum drm_connector_tv_mode tv_mode;
bool tv_mode_specified;
};
arm64: ✅struct drm_cmdline_mode {
char name[32];
bool specified;
bool refresh_specified;
bool bpp_specified;
int xres;
int yres;
int bpp;
int refresh;
bool rb;
bool interlace;
bool cvt;
bool margins;
enum drm_connector_force force;
unsigned int rotation_reflection;
struct drm_connector_tv_margins tv_margins;
};
armhf: ✅struct drm_cmdline_mode {
char name[32];
bool specified;
bool refresh_specified;
bool bpp_specified;
int xres;
int yres;
int bpp;
int refresh;
bool rb;
bool interlace;
bool cvt;
bool margins;
enum drm_connector_force force;
unsigned int rotation_reflection;
struct drm_connector_tv_margins tv_margins;
};
ppc64el: ✅struct drm_cmdline_mode {
char name[32];
bool specified;
bool refresh_specified;
bool bpp_specified;
int xres;
int yres;
int bpp;
int refresh;
bool rb;
bool interlace;
bool cvt;
bool margins;
enum drm_connector_force force;
unsigned int rotation_reflection;
struct drm_connector_tv_margins tv_margins;
};
riscv64: ✅struct drm_cmdline_mode {
char name[32];
bool specified;
bool refresh_specified;
bool bpp_specified;
int xres;
int yres;
int bpp;
int refresh;
bool rb;
bool interlace;
bool cvt;
bool margins;
enum drm_connector_force force;
unsigned int rotation_reflection;
struct drm_connector_tv_margins tv_margins;
};
aws: ✅struct drm_cmdline_mode {
char name[32];
bool specified;
bool refresh_specified;
bool bpp_specified;
int xres;
int yres;
int bpp;
int refresh;
bool rb;
bool interlace;
bool cvt;
bool margins;
enum drm_connector_force force;
unsigned int rotation_reflection;
struct drm_connector_tv_margins tv_margins;
};
azure: ✅struct drm_cmdline_mode {
char name[32];
bool specified;
bool refresh_specified;
bool bpp_specified;
int xres;
int yres;
int bpp;
int refresh;
bool rb;
bool interlace;
bool cvt;
bool margins;
enum drm_connector_force force;
unsigned int rotation_reflection;
struct drm_connector_tv_margins tv_margins;
};
gcp: ✅struct drm_cmdline_mode {
char name[32];
bool specified;
bool refresh_specified;
bool bpp_specified;
int xres;
int yres;
int bpp;
int refresh;
bool rb;
bool interlace;
bool cvt;
bool margins;
enum drm_connector_force force;
unsigned int rotation_reflection;
struct drm_connector_tv_margins tv_margins;
};
lowlatency: ✅struct drm_cmdline_mode {
char name[32];
bool specified;
bool refresh_specified;
bool bpp_specified;
int xres;
int yres;
int bpp;
int refresh;
bool rb;
bool interlace;
bool cvt;
bool margins;
enum drm_connector_force force;
unsigned int rotation_reflection;
struct drm_connector_tv_margins tv_margins;
};
Regular
5.3 and 5.4 ✅
amd64 and arm64 ✅
amd64 and armhf ✅
amd64 and ppc64el ✅
amd64 and riscv64 ✅
generic and aws ✅
generic and azure ✅
generic and gcp ✅
generic and lowlatency ✅