Message ID | 20240628205822.348402-1-mattschwartz@gwu.edu (mailing list archive) |
---|---|
Headers | show |
Series | drm: panel-orientation-quirks: Add quirk for Steam Deck Galileo revision and re-label the Deck panel quirks to specify hardware revision | expand |
On 6/28/24 16:58, Matthew Schwartz wrote: > This is a series of 2 patches. > > The first patch is from Valve's public kernel > source tree. It adds a panel rotation quirk for Valve's Steam Deck Galileo > revision, which has an 800x1280 OLED panel. The previous Steam Deck panel > orientation quirk does not apply to the Galileo revision's DMI. I have > added a short commit message and signed off below the original author. > > The second patch is one that I authored to clarify which > device version each panel quirk applies to now that there are > multiple Steam Deck revisions. > > --- > v4: add missing S-o-b from original author of patch 1/2 and re-signed commit > v3: fixup inconsistent patch versioning across patches in v2 > v2: fixup patch 1/2 commit message > > Link to v3: https://lore.kernel.org/all/20240627203057.127034-1-mattschwartz@gwu.edu/ > Link to v1: https://lore.kernel.org/all/20240627175947.65513-1-mattschwartz@gwu.edu/ Applied, thanks! > > --- > John Schoenick (1): > drm: panel-orientation-quirks: Add quirk for Valve Galileo > > Matthew Schwartz (1): > drm: panel-orientation-quirks: Add labels for both Valve Steam Deck > revisions > > drivers/gpu/drm/drm_panel_orientation_quirks.c | 9 ++++++++- > 1 file changed, 8 insertions(+), 1 deletion(-) >