|
@@ -134,7 +134,6 @@ EXPORT_SYMBOL(drm_scdc_write);
|
|
|
* Returns:
|
|
|
* True if the scrambling is enabled, false otherwise.
|
|
|
*/
|
|
|
-
|
|
|
bool drm_scdc_get_scrambling_status(struct i2c_adapter *adapter)
|
|
|
{
|
|
|
u8 status;
|
|
@@ -162,7 +161,6 @@ EXPORT_SYMBOL(drm_scdc_get_scrambling_status);
|
|
|
* Returns:
|
|
|
* True if scrambling is set/reset successfully, false otherwise.
|
|
|
*/
|
|
|
-
|
|
|
bool drm_scdc_set_scrambling(struct i2c_adapter *adapter, bool enable)
|
|
|
{
|
|
|
u8 config;
|