Skip to content

Commit b4cd18f

Browse files
committed
drm/dp: Add documentation for luminance_set
Documentation for luminance_set for struct drm_edp_backlight_info was missed which causes warnings. Fixes: 2af612a ("drm/dp: Introduce new member in drm_backlight_info") Signed-off-by: Suraj Kandpal <[email protected]> Reviewed-by: Arun R Murthy <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 12853b2 commit b4cd18f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/drm/display/drm_dp_helper.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -837,6 +837,7 @@ drm_dp_has_quirk(const struct drm_dp_desc *desc, enum drm_dp_quirk quirk)
837837
* @lsb_reg_used: Do we also write values to the DP_EDP_BACKLIGHT_BRIGHTNESS_LSB register?
838838
* @aux_enable: Does the panel support the AUX enable cap?
839839
* @aux_set: Does the panel support setting the brightness through AUX?
840+
* @luminance_set: Does the panel support setting the brightness through AUX using luminance values?
840841
*
841842
* This structure contains various data about an eDP backlight, which can be populated by using
842843
* drm_edp_backlight_init().

0 commit comments

Comments
 (0)