Re: [PATCH 4/4] drm/rockchip: support dp training outside dp firmware

2018-05-10 Thread hl
On Monday, May 07, 2018 07:29 PM, Enric Balletbo Serra wrote: Hi Lin, Thanks for the patch. 2018-05-04 10:08 GMT+02:00 Lin Huang : DP firware use fix phy config value to do training, but some s/fiware/firmware/ board need to adjust these value to fit for their hardware design, so we use n

Re: [PATCH 4/4] drm/rockchip: support dp training outside dp firmware

2018-05-07 Thread Enric Balletbo Serra
Hi Lin, Thanks for the patch. 2018-05-04 10:08 GMT+02:00 Lin Huang : > DP firware use fix phy config value to do training, but some s/fiware/firmware/ > board need to adjust these value to fit for their hardware design, > so we use new phy config to do training outside firmware to meet > this s

[PATCH 4/4] drm/rockchip: support dp training outside dp firmware

2018-05-05 Thread Lin Huang
DP firware use fix phy config value to do training, but some board need to adjust these value to fit for their hardware design, so we use new phy config to do training outside firmware to meet this situation, if there have new phy config pass from dts, it will use training outside firmware. Signed