mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-23 05:56:14 -04:00
drm/amd/display: Fix comments
[Why & how] Fix format and typo of comments. Acked-by: Alan Liu <HaoPing.Liu@amd.com> Signed-off-by: Samson Tam <Samson.Tam@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -153,7 +153,8 @@ static bool offset_to_id(
|
||||
/* DDC */
|
||||
/* we don't care about the GPIO_ID for DDC
|
||||
* in DdcHandle it will use GPIO_ID_DDC_DATA/GPIO_ID_DDC_CLOCK
|
||||
* directly in the create method */
|
||||
* directly in the create method
|
||||
*/
|
||||
case REG(DC_GPIO_DDC1_A):
|
||||
*en = GPIO_DDC_LINE_DDC1;
|
||||
return true;
|
||||
@@ -173,14 +174,16 @@ static bool offset_to_id(
|
||||
*en = GPIO_DDC_LINE_DDC_VGA;
|
||||
return true;
|
||||
|
||||
// case REG(DC_GPIO_I2CPAD_A): not exit
|
||||
// case REG(DC_GPIO_PWRSEQ_A):
|
||||
// case REG(DC_GPIO_PAD_STRENGTH_1):
|
||||
// case REG(DC_GPIO_PAD_STRENGTH_2):
|
||||
// case REG(DC_GPIO_DEBUG):
|
||||
/*
|
||||
* case REG(DC_GPIO_I2CPAD_A): not exit
|
||||
* case REG(DC_GPIO_PWRSEQ_A):
|
||||
* case REG(DC_GPIO_PAD_STRENGTH_1):
|
||||
* case REG(DC_GPIO_PAD_STRENGTH_2):
|
||||
* case REG(DC_GPIO_DEBUG):
|
||||
*/
|
||||
/* UNEXPECTED */
|
||||
default:
|
||||
// case REG(DC_GPIO_SYNCA_A): not exist
|
||||
/* case REG(DC_GPIO_SYNCA_A): not exista */
|
||||
#ifdef PALLADIUM_SUPPORTED
|
||||
*id = GPIO_ID_HPD;
|
||||
*en = GPIO_DDC_LINE_DDC1;
|
||||
|
||||
Reference in New Issue
Block a user