nv17_tv_state
void nv17_tv_state_save(struct drm_device *dev, struct nv17_tv_state *state)
void nv17_tv_state_load(struct drm_device *dev, struct nv17_tv_state *state)
struct nv17_tv_state *regs = &tv_enc->state;
struct nv17_tv_state *regs = &tv_enc->state;
struct nv17_tv_state *regs = &to_tv_enc(encoder)->state;
struct nv17_tv_state *tv_regs = &to_tv_enc(encoder)->state;
void nv17_tv_state_save(struct drm_device *dev, struct nv17_tv_state *state);
void nv17_tv_state_load(struct drm_device *dev, struct nv17_tv_state *state);
struct nv17_tv_state state;
struct nv17_tv_state saved_state;