On Mon, Mar 1, 2021 at 12:06 PM Bindu Ramamurthy <[email protected]> wrote: > > This patch set fixes 64 bit divisions for the display > synchronization code that caused a regression on 32-bit platform. > > Vladimir Stempen (2): > SWDEV-266369 - dc: Fix 64 bit divisions on 32 bit platforms by using > div64 API > SWDEV-266369 - dc: Fix 64 bit modulus operation using div64 API
Fix the patch subjects to be something like: drm/amd/display/dc: Fix 64 bit divisions on 32 bit platforms by using No need to put the internal ticket number in the subject for upstream. With that fixed, the patches are: Reviewed-by: Alex Deucher <[email protected]> Alex > > .../gpu/drm/amd/display/dc/core/dc_resource.c | 14 +++++++------- > .../drm/amd/display/dc/dce/dce_clock_source.c | 6 +++--- > .../amd/display/dc/dcn10/dcn10_hw_sequencer.c | 19 ++++++++++++------- > .../gpu/drm/amd/display/dc/dcn20/dcn20_optc.c | 13 +++++++------ > 4 files changed, 29 insertions(+), 23 deletions(-) > > -- > 2.25.1 > > _______________________________________________ > amd-gfx mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/amd-gfx _______________________________________________ amd-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/amd-gfx
