Message ID | cover.1582752490.git.melissa.srw@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | drm/amd/display: dc_link: cleaning up some code style issues | expand |
Hi Melissa, First of all, thank you very much for this patchset; in general, everything looks good to me. I noticed that your patchset does not apply because you made your changes based on `drm-misc-next`; when you send patches to amdgpu, use the following repository: git://people.freedesktop.org/~agd5f/linux Could you prepare a V2? Thanks! On 02/26, Melissa Wen wrote: > This patchset solves some coding style issues on dc_link for readability > and cleaning up warnings. Change suggested by checkpatch.pl. > > Melissa Wen (2): > drm/amd/display: dc_link: code clean up on enable_link_dp function > drm/amd/display: dc_link: code clean up on detect_dp function > > drivers/gpu/drm/amd/display/dc/core/dc_link.c | 67 +++++++++---------- > 1 file changed, 32 insertions(+), 35 deletions(-) > > -- > 2.25.0 > > _______________________________________________ > dri-devel mailing list > dri-devel@lists.freedesktop.org > https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.freedesktop.org%2Fmailman%2Flistinfo%2Fdri-devel&data=02%7C01%7CRodrigo.Siqueira%40amd.com%7C7a3e02e3f43447ed4fab08d7bb080d9b%7C3dd8961fe4884e608e11a82d994e183d%7C0%7C0%7C637183515885211986&sdata=bnipkrUtKdO1oOKxdt1th4iIG1%2BBgl2wMPVrdmn3P1U%3D&reserved=0
Hi Rodrigo, On 02/27, Rodrigo Siqueira wrote: > Hi Melissa, > > First of all, thank you very much for this patchset; in general, > everything looks good to me. > > I noticed that your patchset does not apply because you made your > changes based on `drm-misc-next`; when you send patches to amdgpu, use > the following repository: > > git://people.freedesktop.org/~agd5f/linux > > Could you prepare a V2? Yes. Thanks for reviewing my patches. Soon, I will send a V2 with the changes suggested by you. > > Thanks! > > On 02/26, Melissa Wen wrote: > > This patchset solves some coding style issues on dc_link for readability > > and cleaning up warnings. Change suggested by checkpatch.pl. > > > > Melissa Wen (2): > > drm/amd/display: dc_link: code clean up on enable_link_dp function > > drm/amd/display: dc_link: code clean up on detect_dp function > > > > drivers/gpu/drm/amd/display/dc/core/dc_link.c | 67 +++++++++---------- > > 1 file changed, 32 insertions(+), 35 deletions(-) > > > > -- > > 2.25.0 > > > > _______________________________________________ > > dri-devel mailing list > > dri-devel@lists.freedesktop.org > > https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.freedesktop.org%2Fmailman%2Flistinfo%2Fdri-devel&data=02%7C01%7CRodrigo.Siqueira%40amd.com%7C7a3e02e3f43447ed4fab08d7bb080d9b%7C3dd8961fe4884e608e11a82d994e183d%7C0%7C0%7C637183515885211986&sdata=bnipkrUtKdO1oOKxdt1th4iIG1%2BBgl2wMPVrdmn3P1U%3D&reserved=0 > > -- > Rodrigo Siqueira > https://siqueira.tech Melissa Wen