mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
hdmitx: default set frac_rate_policy to 1 [1/1]
PD#SWPL-1955 Problem: The /sys/class/amhdmitx/amhdmitx0/frac_rate_policy is 0 when uboot not contain frac_rate_policy Solution: Default set frac_rate_policy to 1 Verify: T962e/R321 Change-Id: Ifff2dbaeef0a3012a730d14405963d994f3eeed3 Signed-off-by: Kaifu Hu <kaifu.hu@amlogic.com>
This commit is contained in:
@@ -84,7 +84,9 @@ static struct vinfo_s *hdmitx_get_current_vinfo(void);
|
||||
static DEFINE_MUTEX(setclk_mutex);
|
||||
static DEFINE_MUTEX(getedid_mutex);
|
||||
|
||||
static struct hdmitx_dev hdmitx_device;
|
||||
static struct hdmitx_dev hdmitx_device = {
|
||||
.frac_rate_policy = 1,
|
||||
};
|
||||
|
||||
struct vout_device_s hdmitx_vdev = {
|
||||
.dv_info = &(hdmitx_device.RXCap.dv_info),
|
||||
|
||||
Reference in New Issue
Block a user