Messages in this thread |  | | Date | Sun, 7 Feb 2021 11:31:14 +0100 | From | Willy Tarreau <> | Subject | Re: [PATCH] I was wondering why I can't set the resolution to 2560x1080, while in windows 7 I can without a problem. I looked at the radeon driver code and found it doesn't support this resolution. So I made some changes. I added the hdmi_mhz parameter. |
| |
Hello,
On Sun, Feb 07, 2021 at 10:46:04AM +0100, Marcin Raszka wrote: > --- > drivers/gpu/drm/radeon/radeon_benchmark.c | 5 ++-- > drivers/gpu/drm/radeon/radeon_connectors.c | 30 ++++++++++++++-------- > drivers/gpu/drm/radeon/radeon_drv.c | 5 ++++ > drivers/gpu/drm/radeon/radeon_encoders.c | 6 +++-- > 4 files changed, 32 insertions(+), 14 deletions(-) > > diff --git a/drivers/gpu/drm/radeon/radeon_benchmark.c b/drivers/gpu/drm/radeon/radeon_benchmark.c (...)
Please have a look at Documentation/process/submitting-patches.rst to see how to reformat your patch so that it contains a descriptive commit message.
Thanks, Willy
|  |