summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_drv.h
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2011-08-05 13:42:49 +1000
committerBen Skeggs <bskeggs@redhat.com>2011-09-20 16:11:14 +1000
commit721b0821ad8fea80ea1b6b84cb9646881959e662 (patch)
treeb9d84161531fcf2aae0493233662126d0b2b317e /drivers/gpu/drm/nouveau/nouveau_drv.h
parent5b3eb95fd83861a8520a50aee517209b8c8b0505 (diff)
downloadblackbird-op-linux-721b0821ad8fea80ea1b6b84cb9646881959e662.tar.gz
blackbird-op-linux-721b0821ad8fea80ea1b6b84cb9646881959e662.zip
drm/nouveau/bios: simplify U/d table hash matching func to just match
The caller is now responsible for parsing its own lists (or whatever) of possible encoders. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_drv.h')
-rw-r--r--drivers/gpu/drm/nouveau/nouveau_drv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_drv.h b/drivers/gpu/drm/nouveau/nouveau_drv.h
index 3cf8e6a10e9d..d269b7ba45cc 100644
--- a/drivers/gpu/drm/nouveau/nouveau_drv.h
+++ b/drivers/gpu/drm/nouveau/nouveau_drv.h
@@ -1090,6 +1090,7 @@ extern int run_tmds_table(struct drm_device *, struct dcb_entry *,
int head, int pxclk);
extern int call_lvds_script(struct drm_device *, struct dcb_entry *, int head,
enum LVDS_script, int pxclk);
+bool bios_encoder_match(struct dcb_entry *, u32 hash);
/* nouveau_ttm.c */
int nouveau_ttm_global_init(struct drm_nouveau_private *);
OpenPOWER on IntegriCloud