gtt.h (f01387d2693813eb5271a3448e6a082322c7d75d) gtt.h (d9fc9413f97f5c615256a5657ec667c064c07a70)
1/**************************************************************************
2 * Copyright (c) 2007-2008, Intel Corporation.
3 * All Rights Reserved.
4 *
5 * This program is free software; you can redistribute it and/or modify it
6 * under the terms and conditions of the GNU General Public License,
7 * version 2, as published by the Free Software Foundation.
8 *

--- 7 unchanged lines hidden (view full) ---

16 * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
17 *
18 **************************************************************************/
19
20#ifndef _PSB_GTT_H_
21#define _PSB_GTT_H_
22
23#include <drm/drmP.h>
1/**************************************************************************
2 * Copyright (c) 2007-2008, Intel Corporation.
3 * All Rights Reserved.
4 *
5 * This program is free software; you can redistribute it and/or modify it
6 * under the terms and conditions of the GNU General Public License,
7 * version 2, as published by the Free Software Foundation.
8 *

--- 7 unchanged lines hidden (view full) ---

16 * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
17 *
18 **************************************************************************/
19
20#ifndef _PSB_GTT_H_
21#define _PSB_GTT_H_
22
23#include <drm/drmP.h>
24#include <drm/drm_gem.h>
24
25/* This wants cleaning up with respect to the psb_dev and un-needed stuff */
26struct psb_gtt {
27 uint32_t gatt_start;
28 uint32_t mmu_gatt_start;
29 uint32_t gtt_start;
30 uint32_t gtt_phys_start;
31 unsigned gtt_pages;

--- 34 unchanged lines hidden ---
25
26/* This wants cleaning up with respect to the psb_dev and un-needed stuff */
27struct psb_gtt {
28 uint32_t gatt_start;
29 uint32_t mmu_gatt_start;
30 uint32_t gtt_start;
31 uint32_t gtt_phys_start;
32 unsigned gtt_pages;

--- 34 unchanged lines hidden ---