fb_monspecs
struct fb_monspecs *monspecs)
static struct fb_monspecs monspecs[NR_MONTYPES] = {
struct fb_monspecs *specs = &info->monspecs;
memcpy(&fbi->monspecs, &panel->monspecs, sizeof(struct fb_monspecs));
struct fb_monspecs monspecs; /* FB monitor specs */
void fb_edid_to_monspecs(unsigned char *edid, struct fb_monspecs *specs)
static void parse_vendor_block(unsigned char *block, struct fb_monspecs *specs)
struct fb_monspecs *specs)
static void get_chroma(unsigned char *block, struct fb_monspecs *specs)
int ver, int rev, const struct fb_monspecs *specs)
int ver, int rev, const struct fb_monspecs *specs)
const struct fb_monspecs *specs)
static int fb_get_monitor_limits(unsigned char *edid, struct fb_monspecs *specs)
static void get_monspecs(unsigned char *edid, struct fb_monspecs *specs)
void fb_edid_to_monspecs(unsigned char *edid, struct fb_monspecs *specs)
memset(specs, 0, sizeof(struct fb_monspecs));
const struct fb_videomode *fb_find_best_display(const struct fb_monspecs *specs,
struct fb_monspecs *specs = &info->monspecs;
struct fb_monspecs *specs = &info->monspecs;
struct fb_monspecs *monitorA, *monitorB;
struct fb_monspecs *monA = NULL, *monB = NULL;
monitorA = kzalloc_obj(struct fb_monspecs);
monitorB = kzalloc_obj(struct fb_monspecs);
struct fb_monspecs *specs = &info->monspecs;
struct fb_monspecs *specs;
struct fb_monspecs *specs = &info->monspecs;
static const struct fb_monspecs monspecs = {
struct fb_monspecs *specs)
struct fb_monspecs *specs;
struct fb_monspecs *spec = drv->data;
struct fb_monspecs *spec = drv->data;
struct fb_monspecs *spec = drv->data;
struct fb_monspecs monspecs; /* Current Monitor specs */
struct fb_monspecs *specs);
extern const struct fb_videomode *fb_find_best_display(const struct fb_monspecs *specs,
struct fb_monspecs *default_monspecs;