Commit 81fd014
committed
drm/dp: Add argument for max luminance in drm_edp_backlight_init
Add new argument to drm_edp_backlight_init which gives the
max_luminance which will be needed to set the max values for
backlight.
--v2
-Use pass only max luminance instead of luminance_range_info struct
[Arun]
Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>
Reviewed-by: Arun R Murthy <arun.r.murthy@intel.com>
Link: https://lore.kernel.org/r/20250620063445.3603086-4-suraj.kandpal@intel.com1 parent c802a6b commit 81fd014
File tree
4 files changed
+10
-4
lines changed- drivers/gpu/drm
- display
- i915/display
- nouveau
- include/drm/display
4 files changed
+10
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4235 | 4235 | | |
4236 | 4236 | | |
4237 | 4237 | | |
| 4238 | + | |
4238 | 4239 | | |
4239 | 4240 | | |
4240 | 4241 | | |
| |||
4251 | 4252 | | |
4252 | 4253 | | |
4253 | 4254 | | |
| 4255 | + | |
4254 | 4256 | | |
4255 | 4257 | | |
4256 | 4258 | | |
| |||
4380 | 4382 | | |
4381 | 4383 | | |
4382 | 4384 | | |
4383 | | - | |
| 4385 | + | |
4384 | 4386 | | |
4385 | 4387 | | |
4386 | 4388 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
599 | 599 | | |
600 | 600 | | |
601 | 601 | | |
602 | | - | |
603 | | - | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
604 | 606 | | |
605 | 607 | | |
606 | 608 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
264 | | - | |
| 264 | + | |
| 265 | + | |
265 | 266 | | |
266 | 267 | | |
267 | 268 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
854 | 854 | | |
855 | 855 | | |
856 | 856 | | |
| 857 | + | |
857 | 858 | | |
858 | 859 | | |
859 | 860 | | |
| |||
0 commit comments