diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2011-08-05 13:42:49 +1000 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2011-09-20 16:11:14 +1000 |
commit | 721b0821ad8fea80ea1b6b84cb9646881959e662 (patch) | |
tree | b9d84161531fcf2aae0493233662126d0b2b317e /drivers/gpu/drm/nouveau/nouveau_drv.h | |
parent | 5b3eb95fd83861a8520a50aee517209b8c8b0505 (diff) | |
download | blackbird-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.h | 1 |
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 *); |