~tista/+junk/psb-gfx-daily

« back to all changes in this revision

Viewing changes to psb_fb.h

  • Committer: tista
  • Date: 2011-07-01 07:49:44 UTC
  • Revision ID: tista-20110701074944-24mpasb03n0c031a
* refreshed tree - tista rev57

* refreshed tree - upstream snapshot from Alan

* refreshed tree - tista rev56

* refreshed tree - tista rev46

* refreshed tree - tista rev39 - bump

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (c) 2008, Intel Corporation
 
2
 * Copyright (c) 2008-2011, Intel Corporation
3
3
 *
4
4
 * This program is free software; you can redistribute it and/or modify it
5
5
 * under the terms and conditions of the GNU General Public License,
41
41
        struct psb_framebuffer pfb;
42
42
};
43
43
 
44
 
 
45
44
#define to_psb_fb(x) container_of(x, struct psb_framebuffer, base)
46
45
 
47
46
extern int psb_intel_connector_clones(struct drm_device *dev, int type_mask);