|
@@ -563,6 +563,8 @@ struct omap_dss_driver {
|
|
struct videomode *vm);
|
|
struct videomode *vm);
|
|
void (*get_timings)(struct omap_dss_device *dssdev,
|
|
void (*get_timings)(struct omap_dss_device *dssdev,
|
|
struct videomode *vm);
|
|
struct videomode *vm);
|
|
|
|
+ void (*get_size)(struct omap_dss_device *dssdev,
|
|
|
|
+ unsigned int *width, unsigned int *height);
|
|
|
|
|
|
int (*set_wss)(struct omap_dss_device *dssdev, u32 wss);
|
|
int (*set_wss)(struct omap_dss_device *dssdev, u32 wss);
|
|
u32 (*get_wss)(struct omap_dss_device *dssdev);
|
|
u32 (*get_wss)(struct omap_dss_device *dssdev);
|