Re: [PATCH v3 03/12] drm/rockchip: return a true clock rate to adjusted_mode

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





On 11/19/2015 03:08 PM, Mark yao wrote:
On 2015年11月19日 11:35, Chris Zhong wrote:
+
+    /*
+ * Sometimes the clock driver can not set a accurate clock_rate for vop,
+     * get the true rate of vop_dclk and set it back to adjusted_mode.
+     */
+    adjusted_mode->clock = clk_get_rate(vop->dclk) / 1000;
  out:
      ret_clk = clk_enable(vop->dclk);
      if (ret_clk < 0) {
Hi Chris
     How about use clk_round_rate to check the clock rate first?
     I think we can check it on vop_crtc_mode_fixup.
Hi Mark
    Nice advice, I'll modify it in next version. Thanks.

Thanks.
- Mark Yao





_______________________________________________
dri-devel mailing list
dri-devel@xxxxxxxxxxxxxxxxxxxxx
http://lists.freedesktop.org/mailman/listinfo/dri-devel




[Index of Archives]     [Linux DRI Users]     [Linux Intel Graphics]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux