···556556557557 int (*voltage_get)(struct drm_device *);558558 int (*voltage_set)(struct drm_device *, int voltage);559559- int (*pwm_get)(struct drm_device *, struct dcb_gpio_entry*, u32*, u32*);560560- int (*pwm_set)(struct drm_device *, struct dcb_gpio_entry*, u32, u32);559559+ int (*pwm_get)(struct drm_device *, int line, u32*, u32*);560560+ int (*pwm_set)(struct drm_device *, int line, u32, u32);561561 int (*temp_get)(struct drm_device *);562562};563563