TODO (d21bd6898336a7892914d308d5e0868f0b863571) TODO (cf3d1a8c77a1c24085932b8f8260357a0d88a02b)
1===============================================================================
2TODOs
3===============================================================================
4
51. Base this on drm-next - WIP
6
7
82. Cleanup commit history

--- 91 unchanged lines hidden (view full) ---

10019. The DC logger is still a rather sore thing, but I know that the DRM_DEBUG
101stuff just isn't up to the challenges either. We need to figure out something
102that integrates better with DRM and linux debug printing, while not being
103useless with filtering output. dynamic debug printing might be an option.
104
10520. Use kernel i2c device to program HDMI retimer. Some boards have an HDMI
106retimer that we need to program to pass PHY compliance. Currently that's
107bypassing the i2c device and goes directly to HW. This should be changed.
1===============================================================================
2TODOs
3===============================================================================
4
51. Base this on drm-next - WIP
6
7
82. Cleanup commit history

--- 91 unchanged lines hidden (view full) ---

10019. The DC logger is still a rather sore thing, but I know that the DRM_DEBUG
101stuff just isn't up to the challenges either. We need to figure out something
102that integrates better with DRM and linux debug printing, while not being
103useless with filtering output. dynamic debug printing might be an option.
104
10520. Use kernel i2c device to program HDMI retimer. Some boards have an HDMI
106retimer that we need to program to pass PHY compliance. Currently that's
107bypassing the i2c device and goes directly to HW. This should be changed.
108
10921. Remove vector.c from dc/basics. It's used in DDC code which can probably
110be simplified enough to no longer need a vector implementation.