]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
platform/x86: silead_dmi: Fix GP-electronic T701 entry
authorHans de Goede <hdegoede@redhat.com>
Thu, 19 Oct 2017 07:44:14 +0000 (09:44 +0200)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 3 Nov 2017 11:32:09 +0000 (13:32 +0200)
commit5c24c05efa4800bbe42de0ad3e752c5fd75fa351
treecdd2231c589ef2bfa2802a36e83aa6c46770d351
parentf6c7b8031d7e177c837c23d1065204b697fb54b7
platform/x86: silead_dmi: Fix GP-electronic T701 entry

The GP-electronic T701 has its LCD panel mounted upside-down, initially
my plan was to fix this by transparently rotating the image in the i915
driver (my "drm/i915: Deal with upside-down mounted LCD" patch), but
that approach has been rejected instead the kernel will now export
a "panel orientation" property on the drm-connector for the panel and
let userspace deal with it.

But userspace expects the touchscreen coordinates to match the panel
coordinates *before* applying any rotation, so now that we no longer hide
the upside-down-ness of the LCD panel from userspace the coordinates being
generated are wrong and we need to apply a rotation of 180 degrees to the
coordinates to fix this.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/platform/x86/silead_dmi.c