Subversion Repositories Kolibri OS

Rev

Rev 2342 | Rev 3746 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2342 Rev 3031
Line 26... Line 26...
26
 */
26
 */
Line 27... Line 27...
27
 
27
 
28
#ifndef _I830_BIOS_H_
28
#ifndef _I830_BIOS_H_
Line 29... Line 29...
29
#define _I830_BIOS_H_
29
#define _I830_BIOS_H_
Line 30... Line 30...
30
 
30
 
31
#include "drmP.h"
31
#include 
32
 
32
 
33
struct vbt_header {
33
struct vbt_header {
Line 474... Line 474...
474
	u16 edp_s3d_feature;
474
	u16 edp_s3d_feature;
475
	u16 edp_t3_optimization;
475
	u16 edp_t3_optimization;
476
} __attribute__ ((packed));
476
} __attribute__ ((packed));
Line 477... Line 477...
477
 
477
 
478
void intel_setup_bios(struct drm_device *dev);
478
void intel_setup_bios(struct drm_device *dev);
Line 479... Line 479...
479
bool intel_parse_bios(struct drm_device *dev);
479
int intel_parse_bios(struct drm_device *dev);
480
 
480
 
481
/*
481
/*
482
 * Driver<->VBIOS interaction occurs through scratch bits in
482
 * Driver<->VBIOS interaction occurs through scratch bits in