1. 08 3月, 2016 1 次提交
    • J
      drm/i2c: tda998x: Choose between atomic or non atomic dpms helper · dad82ea3
      Jyri Sarha 提交于
      Choose between atomic or non atomic connector dpms helper. If tda998x
      is connected to a drm driver that does not support atomic modeset
      calling drm_atomic_helper_connector_dpms() causes a crash when the
      connectors atomic state is not initialized. The patch implements a
      driver specific connector dpms helper that calls
      drm_atomic_helper_connector_dpms() if driver supports DRIVER_ATOMIC
      and otherwise it calls the legacy drm_helper_connector_dpms().
      
      Fixes commit 9736e988 ("drm/i2c: tda998x: Add support for atomic
      modesetting").
      Signed-off-by: NJyri Sarha <jsarha@ti.com>
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      dad82ea3
  2. 02 2月, 2016 3 次提交
  3. 13 1月, 2016 1 次提交
  4. 15 12月, 2015 3 次提交
  5. 11 12月, 2015 1 次提交
  6. 08 12月, 2015 1 次提交
  7. 03 12月, 2015 3 次提交
  8. 30 9月, 2015 5 次提交
  9. 15 9月, 2015 6 次提交
  10. 08 9月, 2015 2 次提交
  11. 05 8月, 2015 1 次提交
  12. 17 7月, 2015 1 次提交
  13. 25 5月, 2015 1 次提交
  14. 21 5月, 2015 1 次提交
    • R
      drm/i2c: tda998x: fix compiler warning for ssize_t · 5296b7f9
      Russell King 提交于
      Stephen Rothwell reports that he sees a compiler warning on x86_64:
      
      drivers/gpu/drm/i2c/tda998x_drv.c: In function 'tda998x_write_avi':
      drivers/gpu/drm/i2c/tda998x_drv.c:647:3: warning: format '%d' expects argument of type 'int', but argument 3 has type 'ssize_t' [-Wformat=]
         dev_err(&priv->hdmi->dev, "hdmi_avi_infoframe_pack() failed: %d\n", len);
         ^
      Fix this by using the appropriate length modifier.
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      5296b7f9
  15. 30 3月, 2015 1 次提交
  16. 19 3月, 2015 3 次提交
  17. 10 3月, 2015 1 次提交
  18. 21 1月, 2015 3 次提交
  19. 17 1月, 2015 1 次提交
  20. 23 12月, 2014 1 次提交