~gma500/+junk/emgd152-natty

« back to all changes in this revision

Viewing changes to emgd-dkms-1.5.15.3082/emgd/display/mode/cmn/match.h

  • Committer: Luca Forina
  • Date: 2011-02-06 15:11:54 UTC
  • Revision ID: luca.forina@gmail.com-20110206151154-9dzn5ugxjub9qenb
Upload Emgd 1.5.2 for Natty (override Maverick)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* -*- pse-c -*-
 
2
 *-----------------------------------------------------------------------------
 
3
 * Filename: match.h
 
4
 * $Revision: 1.3 $
 
5
 *-----------------------------------------------------------------------------
 
6
 * Copyright © 2002-2010, Intel Corporation.
 
7
 *
 
8
 * This program is free software; you can redistribute it and/or modify it
 
9
 * under the terms and conditions of the GNU General Public License,
 
10
 * version 2, as published by the Free Software Foundation.
 
11
 *
 
12
 * This program is distributed in the hope it will be useful, but WITHOUT
 
13
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 
14
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
 
15
 * more details.
 
16
 *
 
17
 * You should have received a copy of the GNU General Public License along with
 
18
 * this program; if not, write to the Free Software Foundation, Inc.,
 
19
 * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
 
20
 *
 
21
 *-----------------------------------------------------------------------------
 
22
 * Description:
 
23
 *  This file contains the mode matching algorithms
 
24
 *-----------------------------------------------------------------------------
 
25
 */
 
26
 
 
27
#include <mode.h>
 
28
 
 
29
int validate_fb(
 
30
        pigd_framebuffer_info_t fb_info,
 
31
        igd_display_plane_t *plane);
 
32
 
 
33
int validate_cursor(
 
34
        igd_cursor_info_t *cursor_info,
 
35
        igd_display_context_t *display);
 
36
 
 
37
int match_mode (
 
38
        igd_display_context_t *display,
 
39
        igd_timing_info_t *timing_table,
 
40
        igd_framebuffer_info_t *fb_info,
 
41
        igd_display_info_t *pt_info,
 
42
        igd_timing_info_t **timing);
 
43
 
 
44
 
 
45
/*----------------------------------------------------------------------------
 
46
 * File Revision History
 
47
 * $Id: match.h,v 1.3 2010/07/23 16:54:49 bpaauwe Exp $
 
48
 * $Source: /nfs/fm/proj/eia/cvsroot/koheo/linux/egd_drm/emgd/display/mode/cmn/match.h,v $
 
49
 *----------------------------------------------------------------------------
 
50
 */