Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249023
b: refs/heads/master
c: d3fc13d
h: refs/heads/master
i:
  249021: 3609d7c
  249019: 491a4dd
  249015: e89da2d
  249007: d471d31
  248991: e1a9ddf
  248959: 5ae7444
v: v3
  • Loading branch information
Alan Cox authored and Greg Kroah-Hartman committed Apr 5, 2011
1 parent aea90d4 commit 0c7d64b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a9100caeea46e345f918319048b817cd7d295518
refs/heads/master: d3fc13d8fb6b7d71313fe57c342ba313bad22fd4
18 changes: 17 additions & 1 deletion trunk/drivers/staging/gma500/psb_drv.h
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,8 @@ struct drm_psb_private {

struct drm_psb_sizes_arg sizes;

uint32_t fuse_reg_value;
u32 fuse_reg_value;
u32 video_device_fuse;

/* pci revision id for B0:D2:F0 */
uint8_t platform_rev_id;
Expand All @@ -669,13 +670,28 @@ struct drm_psb_private {
unsigned int lvds_use_ssc:1;
int lvds_ssc_freq;
bool is_lvds_on;
bool is_mipi_on;

unsigned int core_freq;
uint32_t iLVDS_enable;

/*runtime PM state*/
int rpm_enabled;

/* Moorestown specific */
struct mrst_vbt vbt_data;
struct mrst_gct_data gct_data;

/* Moorestown pipe config register value cache */
uint32_t pipeconf;
uint32_t pipeconf1;
uint32_t pipeconf2;

/* Moorestown plane control register value cache */
uint32_t dspcntr;
uint32_t dspcntr1;
uint32_t dspcntr2;

/*
*Register state
*/
Expand Down

0 comments on commit 0c7d64b

Please sign in to comment.