Subversion Repositories Kolibri OS

Rev

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

Rev 1404 Rev 1413
Line 778... Line 778...
778
 */
778
 */
779
typedef uint32_t (*radeon_rreg_t)(struct radeon_device*, uint32_t);
779
typedef uint32_t (*radeon_rreg_t)(struct radeon_device*, uint32_t);
780
typedef void (*radeon_wreg_t)(struct radeon_device*, uint32_t, uint32_t);
780
typedef void (*radeon_wreg_t)(struct radeon_device*, uint32_t, uint32_t);
Line 781... Line 781...
781
 
781
 
782
struct radeon_device {
782
struct radeon_device {
783
	void            		   *dev;
783
	struct device			*dev;
784
    struct drm_device          *ddev;
784
    struct drm_device          *ddev;
785
    struct pci_dev             *pdev;
785
    struct pci_dev             *pdev;
786
    /* ASIC */
786
    /* ASIC */
787
    union radeon_asic_config    config;
787
    union radeon_asic_config    config;