CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2018/05/22 14:49:03
Modified files: sys/dev/pci/drm/i915: i915_drv.c Log message: Turns out lucky me picked the Asus T100HA to implement the heuristic to rotate the inteldrm(4) framebuffer console. And judging from (somewhat) recent commits to Linux, this happens to be the only machine where the display needs to be rotated counterclockwise. So change the heuristic to rotate clockwise and add a quirk for the Asus T100HA. ok stsp@, mlarkin@, jsg@