mbox series

[0/2] drm: Make i915 check for panel orient quirks on eDP and add one such quirk

Message ID 20180909133457.10636-1-hdegoede@redhat.com (mailing list archive)
Headers show
Series drm: Make i915 check for panel orient quirks on eDP and add one such quirk | expand

Message

Hans de Goede Sept. 9, 2018, 1:34 p.m. UTC
Hi All,

This series fixes (works around) the gpd win 2's eDP panel being a
portait mode panel being used in a landscape case (clamshell model).

I plan to merge the i915 bit through dinq and the actual quirk through
drm-misc. These 2 are related in the sense that the quirk will not do
anything without the i915 bits and the i915 bits only actually do anything
once at least 1 quirk entry for an eDP panel is present. But they can be
merged independently.

Regards,

Hans

Comments

Hans de Goede Sept. 9, 2018, 1:39 p.m. UTC | #1
Hi,

On 09-09-18 15:34, Hans de Goede wrote:
> Hi All,
> 
> This series fixes (works around) the gpd win 2's eDP panel being a
> portait mode panel being used in a landscape case (clamshell model).
> 
> I plan to merge the i915 bit through dinq and the actual quirk through
> drm-misc. These 2 are related in the sense that the quirk will not do
> anything without the i915 bits and the i915 bits only actually do anything
> once at least 1 quirk entry for an eDP panel is present. But they can be
> merged independently.

Off-topic/meta:

I got a number of bounces for all the @linux.intel.com addresses,
but according to MAINTAINERS those are still the one to use ?

Regards,

Hans
Hans de Goede Sept. 25, 2018, 8:05 a.m. UTC | #2
Hi,

On 09-09-18 15:34, Hans de Goede wrote:
> Hi All,
> 
> This series fixes (works around) the gpd win 2's eDP panel being a
> portait mode panel being used in a landscape case (clamshell model).
> 
> I plan to merge the i915 bit through dinq and the actual quirk through
> drm-misc. These 2 are related in the sense that the quirk will not do
> anything without the i915 bits and the i915 bits only actually do anything
> once at least 1 quirk entry for an eDP panel is present. But they can be
> merged independently.

Can I get a review / acked-by for these 2 trivial patches, please ?

So that I can push 1 to dinq and the other to drm-misc/next .

Regards,

Hans