05 Mar, 2019

1 commit


18 Feb, 2019

2 commits

  • The HDMI digital PLL, bus clock and core clock need to change to match the
    settings used by the Linux driver. This allows the SECO to start and
    initialize the HDMI/DP firmware.

    Signed-off-by: Oliver Brown
    (cherry picked from commit d2713d11afc35bc2ce546f9bd065cc7477ee65cc)

    Oliver Brown
     
  • Add firmware athentication to the hdp and hdprx load functions.
    If hdp_authenticate_fw is set to yes, the hdp tx firmware is athenticated.
    If hdprx_authenticate_fw is set to yes, the hdp rx firmware is athenticated.

    Signed-off-by: Oliver Brown
    (cherry picked from commit 6c0246888012c50127b40f1ab6fa6d581f725f7a)

    Oliver Brown
     

09 Oct, 2018

1 commit

  • The current keep-alive check mechanism uses a static variable that is
    initialized to 0. When the function is first called, it may happen to
    catch the 8-bit keep-alive counter right when it overflows, hence
    returning BUSY.

    This patch will keep checking the counter for 10us, every 1us, but it
    will immediately return if the keep-alive counter changed.

    Signed-off-by: Laurentiu Palcu

    Laurentiu Palcu
     

08 Sep, 2018

1 commit


16 Jul, 2018

1 commit


23 May, 2018

1 commit


27 Apr, 2018

2 commits