/* * SuperH Video Output Unit (VOU) driver header * * Copyright (C) 2010, Guennadi Liakhovetski * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #ifndef SH_VOU_H #define SH_VOU_H #include /* Bus flags */ #define SH_VOU_PCLK_FALLING (1 << 0) #define SH_VOU_HSYNC_LOW (1 << 1) #define SH_VOU_VSYNC_LOW (1 << 2) enum sh_vou_bus_fmt { SH_VOU_BUS_8BIT, SH_VOU_BUS_16BIT, SH_VOU_BUS_BT656, }; struct sh_vou_pdata { enum sh_vou_bus_fmt bus_fmt; int i2c_adap; struct i2c_board_info *board_info; unsigned long flags; }; #endif ain'>index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
'list nowrap'> tion>
AgeCommit message (Expand)AuthorFilesLines
AgeCommit message (Expand)AuthorFilesLines
space:
mode:
authorDave Airlie <airlied@redhat.com>2016-12-08 10:32:27 +1000
committerDave Airlie <airlied@redhat.com>2016-12-08 10:32:27 +1000
commit4e4f3e984954143fb0b8e5035df7ff22dd07bb6a (patch)
tree6fc53eec1086e15d36639e3cec1de188e0acd97e /net
parent3e5de27e940d00d8d504dfb96625fb654f641509 (diff)
parentfaefba95c9e8ca3a523831c2ec2150f5ea054dae (diff)
Merge branch 'drm-fixes-4.9' of git://people.freedesktop.org/~agd5f/linux into drm-fixes
another regression fix for the shutdown stuff. * 'drm-fixes-4.9' of git://people.freedesktop.org/~agd5f/linux: drm/amdgpu: just suspend the hw on pci shutdown
Diffstat (limited to 'net')