mirror of https://gitee.com/openkylin/linux.git
drm/nouveau/disp/g94: remove unused sor implementation
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
parent
7eb7497e55
commit
fc13425365
|
@ -38,13 +38,6 @@ g94_sor_loff(struct nvkm_output_dp *outp)
|
|||
return g94_sor_soff(outp) + !(outp->base.info.sorconf.link & 1) * 0x80;
|
||||
}
|
||||
|
||||
/*******************************************************************************
|
||||
* TMDS/LVDS
|
||||
******************************************************************************/
|
||||
static const struct nvkm_output_func
|
||||
g94_sor_output_func = {
|
||||
};
|
||||
|
||||
/*******************************************************************************
|
||||
* DisplayPort
|
||||
******************************************************************************/
|
||||
|
|
Loading…
Reference in New Issue