From: Takashi Iwai <tiwai@suse.de>
To: Alex Deucher <alexdeucher@gmail.com>
Cc: "Leo Li" <sunpeng.li@amd.com>,
"amd-gfx list" <amd-gfx@lists.freedesktop.org>,
"Maling list - DRI developers" <dri-devel@lists.freedesktop.org>,
"Alex Deucher" <alexander.deucher@amd.com>,
"Harry Wentland" <harry.wentland@amd.com>,
"Christian König" <christian.koenig@amd.com>
Subject: Re: [PATCH 2/2] drm/amd/display: Add aux_backlight module option
Date: Sat, 06 Feb 2021 13:25:38 +0100 [thread overview]
Message-ID: <s5ha6sh1iyl.wl-tiwai@suse.de> (raw)
In-Reply-To: <CADnq5_M--+6mCVrQ5-J+NKFeLEGRDcUAPPbmHpAaUJRi6XNBtQ@mail.gmail.com>
On Fri, 05 Feb 2021 17:34:36 +0100,
Alex Deucher wrote:
>
> On Wed, Feb 3, 2021 at 7:42 AM Takashi Iwai <tiwai@suse.de> wrote:
> >
> > There seem devices that don't work with the aux channel backlight
> > control. For allowing such users to test with the other backlight
> > control method, provide a new module option, aux_backlight, to specify
> > enabling or disabling the aux backport support explicitly. As
> > default, the aux support is detected by the hardware capability.
> >
> > BugLink: https://bugzilla.opensuse.org/show_bug.cgi?id=1180749
> > BugLink: https://gitlab.freedesktop.org/drm/amd/-/issues/1438
> > Signed-off-by: Takashi Iwai <tiwai@suse.de>
> > ---
> > drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 +
> > drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 4 ++++
> > drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 3 +++
> > 3 files changed, 8 insertions(+)
> >
> > diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
> > index 5993dd0fdd8e..4793cd5e69f9 100644
> > --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
> > +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
> > @@ -179,6 +179,7 @@ extern uint amdgpu_smu_memory_pool_size;
> > extern uint amdgpu_dc_feature_mask;
> > extern uint amdgpu_dc_debug_mask;
> > extern uint amdgpu_dm_abm_level;
> > +extern int amdgpu_aux_backlight;
> > extern struct amdgpu_mgpu_info mgpu_info;
> > extern int amdgpu_ras_enable;
> > extern uint amdgpu_ras_mask;
> > diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
> > index 7169fb5e3d9c..5b66822da954 100644
> > --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
> > +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
> > @@ -777,6 +777,10 @@ uint amdgpu_dm_abm_level;
> > MODULE_PARM_DESC(abmlevel, "ABM level (0 = off (default), 1-4 = backlight reduction level) ");
> > module_param_named(abmlevel, amdgpu_dm_abm_level, uint, 0444);
> >
> > +int amdgpu_aux_backlight = -1;
> > +MODULE_PARM_DESC(aux_backlight, "Aux backlight control (0 = off, 1 = on, default auto)");
> > +module_param_named(aux_backlight, amdgpu_aux_backlight, bint, 0444);
>
> I'd suggest making this something more generic like "backlight" and
> make -1 auto, 0 pwm, 1 aux. That way we can handle potential future
> types more cleanly.
OK, will respin later.
thanks,
Takashi
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx
prev parent reply other threads:[~2021-02-06 12:25 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-03 12:42 [PATCH 0/2] drm/amd/display: some backlight fixes Takashi Iwai
2021-02-03 12:42 ` [PATCH 1/2] drm/amd/display: Fix the brightness read via aux Takashi Iwai
2021-02-05 16:36 ` Alex Deucher
2021-02-06 12:29 ` Takashi Iwai
2021-02-08 15:02 ` Deucher, Alexander
2021-02-03 12:42 ` [PATCH 2/2] drm/amd/display: Add aux_backlight module option Takashi Iwai
2021-02-05 16:34 ` Alex Deucher
2021-02-06 12:25 ` Takashi Iwai [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=s5ha6sh1iyl.wl-tiwai@suse.de \
--to=tiwai@suse.de \
--cc=alexander.deucher@amd.com \
--cc=alexdeucher@gmail.com \
--cc=amd-gfx@lists.freedesktop.org \
--cc=christian.koenig@amd.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=harry.wentland@amd.com \
--cc=sunpeng.li@amd.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox