drm/nouveau/kms/nv50: clean-up encoder functions

Just a shuffle of blocks into an order consistent with the rest of the
code, renaming hdmi/audio funtions for atomic, and removal of unused
code.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
这个提交包含在:
Ben Skeggs
2016-11-04 17:20:36 +10:00
父节点 354d3508bc
当前提交 f20c665ca0
修改 3 个文件,包含 124 行新增142 行删除

查看文件

@@ -59,10 +59,8 @@ struct nouveau_encoder {
union {
struct {
struct nv50_mstm *mstm;
u8 dpcd[8];
int link_nr;
int link_bw;
u32 datarate;
} dp;
};