aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSuraj Kandpal <suraj.kandpal@intel.com>2025-07-01 14:20:54 +0530
committerSuraj Kandpal <suraj.kandpal@intel.com>2025-07-02 16:26:07 +0530
commitb4cd18f485687a2061ee7a0ce6833851fc4438da (patch)
treed9247f3b4f6e8ea4febaca384bdeefafdcaaa64a
parentdrm/mipi-dsi: Drop MIPI_DSI_MODE_VSYNC_FLUSH flag (diff)
downloadlinux-b4cd18f485687a2061ee7a0ce6833851fc4438da.tar.gz
linux-b4cd18f485687a2061ee7a0ce6833851fc4438da.zip
drm/dp: Add documentation for luminance_set
Documentation for luminance_set for struct drm_edp_backlight_info was missed which causes warnings. Fixes: 2af612ad4290 ("drm/dp: Introduce new member in drm_backlight_info") Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com> Reviewed-by: Arun R Murthy <arun.r.murthy@gmail.com> Link: https://lore.kernel.org/r/20250701085054.746408-1-suraj.kandpal@intel.com
-rw-r--r--include/drm/display/drm_dp_helper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/display/drm_dp_helper.h b/include/drm/display/drm_dp_helper.h
index c6c2ba68fb16..e7689cebe1c5 100644
--- a/include/drm/display/drm_dp_helper.h
+++ b/include/drm/display/drm_dp_helper.h
@@ -837,6 +837,7 @@ drm_dp_has_quirk(const struct drm_dp_desc *desc, enum drm_dp_quirk quirk)
* @lsb_reg_used: Do we also write values to the DP_EDP_BACKLIGHT_BRIGHTNESS_LSB register?
* @aux_enable: Does the panel support the AUX enable cap?
* @aux_set: Does the panel support setting the brightness through AUX?
+ * @luminance_set: Does the panel support setting the brightness through AUX using luminance values?
*
* This structure contains various data about an eDP backlight, which can be populated by using
* drm_edp_backlight_init().