oaktrail.h (2491b544ff3aa9717d427033206fa793be53429d) | oaktrail.h (a61127c2130236168321cc76c5a58e15c00ad154) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0-only */ |
|
1/************************************************************************** 2 * Copyright (c) 2007-2011, Intel Corporation. 3 * All Rights Reserved. 4 * | 2/************************************************************************** 3 * Copyright (c) 2007-2011, Intel Corporation. 4 * All Rights Reserved. 5 * |
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 * 9 * This program is distributed in the hope it will be useful, but WITHOUT 10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 * more details. 13 * 14 * You should have received a copy of the GNU General Public License along with 15 * this program; if not, write to the Free Software Foundation, Inc., 16 * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 17 * | |
18 **************************************************************************/ 19 | 6 **************************************************************************/ 7 |
20struct psb_intel_mode_device; 21 | |
22/* MID device specific descriptors */ 23 24struct oaktrail_timing_info { 25 u16 pixel_clock; 26 u8 hactive_lo; 27 u8 hblank_lo; 28 u8 hblank_hi:4; 29 u8 hactive_hi:4; --- 230 unchanged lines hidden --- | 8/* MID device specific descriptors */ 9 10struct oaktrail_timing_info { 11 u16 pixel_clock; 12 u8 hactive_lo; 13 u8 hblank_lo; 14 u8 hblank_hi:4; 15 u8 hactive_hi:4; --- 230 unchanged lines hidden --- |