Commit fc134253 authored by Ben Skeggs's avatar Ben Skeggs

drm/nouveau/disp/g94: remove unused sor implementation

Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 7eb7497e
...@@ -38,13 +38,6 @@ g94_sor_loff(struct nvkm_output_dp *outp) ...@@ -38,13 +38,6 @@ g94_sor_loff(struct nvkm_output_dp *outp)
return g94_sor_soff(outp) + !(outp->base.info.sorconf.link & 1) * 0x80; 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 * DisplayPort
******************************************************************************/ ******************************************************************************/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment