Applied. Thanks! Alex
On Tue, Oct 27, 2020 at 7:53 AM Sandeep <[email protected]> wrote: > > On Mon, 26 Oct 2020 at 23:53, Alex Deucher <[email protected]> wrote: > > > > I don't see them on the mailing list. Are you sure they went out? > > > > Alex > > The original email in this chain is the v2, sent in the correct form. > > > > > On Sat, Oct 24, 2020 at 1:47 PM Sandeep <[email protected]> wrote: > > > > > > Hello, > > > > > > I've resent the patches in the correct format. Please review. > > > > > > - Sandeep > > > > > > On Fri, 9 Oct 2020 at 13:14, Sandeep Raghuraman <[email protected]> > > > wrote: > > > > > > > > This patch adds a callback for reporting vddc, to the dpm field of the > > > > radeon_asic structure. > > > > > > > > Signed-off-by: Sandeep Raghuraman <[email protected]> > > > > > > > > --- > > > > drivers/gpu/drm/radeon/radeon.h | 1 + > > > > 1 file changed, 1 insertion(+) > > > > > > > > diff --git a/drivers/gpu/drm/radeon/radeon.h > > > > b/drivers/gpu/drm/radeon/radeon.h > > > > index cc4f58d16589..85a1cafdf303 100644 > > > > --- a/drivers/gpu/drm/radeon/radeon.h > > > > +++ b/drivers/gpu/drm/radeon/radeon.h > > > > @@ -1992,6 +1992,7 @@ struct radeon_asic { > > > > int (*get_fan_speed_percent)(struct radeon_device > > > > *rdev, u32 *speed); > > > > u32 (*get_current_sclk)(struct radeon_device *rdev); > > > > u32 (*get_current_mclk)(struct radeon_device *rdev); > > > > + u16 (*get_current_vddc)(struct radeon_device *rdev); > > > > } dpm; > > > > /* pageflipping */ > > > > struct { > > > > -- > > > _______________________________________________ > > > dri-devel mailing list > > > [email protected] > > > https://lists.freedesktop.org/mailman/listinfo/dri-devel _______________________________________________ dri-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/dri-devel
