[PATCH v3 0/2] GPD Win Max display fixes

2021-08-17 Thread Anisse Astier
el.org/project/intel-gfx/patch/20210531204642.4907-2-ani...@astier.eu/ Anisse Astier (2): drm/i915/opregion: add support for mailbox #5 EDID drm: Add orientation quirk for GPD Win Max .../gpu/drm/drm_panel_orientation_quirks.c| 6 ++ drivers/gpu/drm/i915/display/intel_dp.c | 3

[PATCH v3 2/2] drm: Add orientation quirk for GPD Win Max

2021-08-17 Thread Anisse Astier
Panel is 800x1280, but mounted on a laptop form factor, sideways. Reviewed-by: Hans de Goede Signed-off-by: Anisse Astier --- drivers/gpu/drm/drm_panel_orientation_quirks.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/gpu/drm/drm_panel_orientation_quirks.c b/drivers/gpu

[PATCH v3 1/2] drm/i915/opregion: add support for mailbox #5 EDID

2021-08-17 Thread Anisse Astier
copied and validated with drm_edid_is_valid - Mode is now added via drm_add_edid_modes instead of using override mechanism - squashed the two patches Cc: Jani Nikula Cc: Uma Shankar Cc: Ville Syrjälä Signed-off-by: Anisse Astier --- drivers/gpu/drm/i915/display/intel_dp.c | 3 + d

Re: [PATCH v2 1/2] drm/i915/opregion: add support for mailbox #5 EDID

2021-07-07 Thread Anisse Astier
Le Wed, Jul 07, 2021 at 02:57:47PM -0500, Daniel Dadap a écrit : > On 6/1/21 5:43 PM, Anisse Astier wrote: > > > > Le Tue, Jun 01, 2021 at 06:50:24PM +0300, Ville Syrj?l? a ?crit : > > > On Mon, May 31, 2021 at 10:46:41PM +0200, Anisse Astier wrote: > > > &g

[PATCH RESEND v2 0/2] GPD Win Max display fixes

2021-07-07 Thread Anisse Astier
patch series considered separately. [1]: https://gitlab.freedesktop.org/drm/intel/-/issues/3454 [2]: https://patchwork.kernel.org/project/intel-gfx/patch/20200828061941.17051-1-jani.nik...@intel.com/ [3]: https://patchwork.kernel.org/project/intel-gfx/patch/20210531204642.4907-2-ani...@astie

[PATCH RESEND 2/2] drm: Add orientation quirk for GPD Win Max

2021-07-07 Thread Anisse Astier
Panel is 800x1280, but mounted on a laptop form factor, sideways. Reviewed-by: Hans de Goede Signed-off-by: Anisse Astier --- drivers/gpu/drm/drm_panel_orientation_quirks.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/gpu/drm/drm_panel_orientation_quirks.c b/drivers/gpu

[PATCH RESEND 1/2] drm/i915/opregion: add support for mailbox #5 EDID

2021-07-07 Thread Anisse Astier
valid - Mode is now added via drm_add_edid_modes instead of using override mechanism - squashed the two patches Cc: Jani Nikula Cc: Uma Shankar Cc: Ville Syrjälä Signed-off-by: Anisse Astier --- drivers/gpu/drm/i915/display/intel_dp.c | 3 + drivers/gpu/drm/i915/display/intel_opreg

Re: [PATCH v3 0/2] GPD Win Max display fixes

2021-08-30 Thread Anisse Astier
Hi, On Tue, Aug 17, 2021 at 10:43 PM Anisse Astier wrote: > > This patch series is for making the GPD Win Max display usable with > Linux. > > The GPD Win Max is a small laptop, and its eDP panel does not send an > EDID over DPCD; the EDID is instead available in the intel opre

Re: [PATCH v3 0/2] GPD Win Max display fixes

2021-08-31 Thread Anisse Astier
On Tue, Aug 31, 2021 at 11:33 AM Jani Nikula wrote: > > On Tue, 17 Aug 2021, Anisse Astier wrote: > > This patch series is for making the GPD Win Max display usable with > > Linux. > > > > The GPD Win Max is a small laptop, and its eDP panel does not send an &

Re: [Intel-gfx] [PATCH v3 1/2] drm/i915/opregion: add support for mailbox #5 EDID

2021-09-01 Thread Anisse Astier
Hi, On Tue, Aug 31, 2021 at 11:30 AM Jani Nikula wrote: > > On Tue, 17 Aug 2021, Anisse Astier wrote: > > The ACPI OpRegion Mailbox #5 ASLE extension may contain an EDID to be > > used for the embedded display. Add support for using it via by adding > > the EDID to the

[PATCH v4 0/2] GPD Win Max display fixes

2021-09-05 Thread Anisse Astier
ntel-gfx/patch/20210531204642.4907-2-ani...@astier.eu/ Anisse Astier (2): drm/i915/opregion: add support for mailbox #5 EDID drm: Add orientation quirk for GPD Win Max .../gpu/drm/drm_panel_orientation_quirks.c| 6 ++ drivers/gpu/drm/i915/display/intel_dp.c | 7 +++ drivers/gpu/dr

[PATCH v4 2/2] drm: Add orientation quirk for GPD Win Max

2021-09-05 Thread Anisse Astier
Panel is 800x1280, but mounted on a laptop form factor, sideways. Signed-off-by: Anisse Astier Reviewed-by: Hans de Goede --- drivers/gpu/drm/drm_panel_orientation_quirks.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/gpu/drm/drm_panel_orientation_quirks.c b/drivers/gpu

[PATCH v4 1/2] drm/i915/opregion: add support for mailbox #5 EDID

2021-09-05 Thread Anisse Astier
valid - EDID is now only used as a fallback. - squashed the two patches Cc: Jani Nikula Cc: Uma Shankar Cc: Ville Syrjälä Co-developed-by: Jani Nikula Signed-off-by: Anisse Astier --- drivers/gpu/drm/i915/display/intel_dp.c | 8 +++ drivers/gpu/drm/i915/display/intel_opregion.c

[PATCH v4 RESEND 0/2] GPD Win Max display fixes

2021-12-09 Thread Anisse Astier
ntel-gfx/patch/20210531204642.4907-2-ani...@astier.eu/ Anisse Astier (2): drm/i915/opregion: add support for mailbox #5 EDID drm: Add orientation quirk for GPD Win Max .../gpu/drm/drm_panel_orientation_quirks.c| 6 ++ drivers/gpu/drm/i915/display/intel_dp.c | 7 +++ drivers/gpu/dr

[PATCH v4 RESEND 1/2] drm/i915/opregion: add support for mailbox #5 EDID

2021-12-09 Thread Anisse Astier
valid - EDID is now only used as a fallback. - squashed the two patches Cc: Jani Nikula Cc: Uma Shankar Cc: Ville Syrjälä Co-developed-by: Jani Nikula Signed-off-by: Anisse Astier --- drivers/gpu/drm/i915/display/intel_dp.c | 8 +++ drivers/gpu/drm/i915/display/intel_opregion.c

[PATCH v4 RESEND 2/2] drm: Add orientation quirk for GPD Win Max

2021-12-09 Thread Anisse Astier
Panel is 800x1280, but mounted on a laptop form factor, sideways. Signed-off-by: Anisse Astier Reviewed-by: Hans de Goede --- drivers/gpu/drm/drm_panel_orientation_quirks.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/gpu/drm/drm_panel_orientation_quirks.c b/drivers/gpu

[PATCH v5 0/2] GPD Win Max display fixes

2021-12-29 Thread Anisse Astier
atchwork.kernel.org/project/intel-gfx/patch/20200828061941.17051-1-jani.nik...@intel.com/ [3]: https://patchwork.kernel.org/project/intel-gfx/patch/20210531204642.4907-2-ani...@astier.eu/ Anisse Astier (2): drm/i915/opregion: add support for mailbox #5 EDID drm: Add orientation quirk for GPD Wi

[PATCH v5 2/2] drm: Add orientation quirk for GPD Win Max

2021-12-29 Thread Anisse Astier
Panel is 800x1280, but mounted on a laptop form factor, sideways. Signed-off-by: Anisse Astier Reviewed-by: Hans de Goede --- drivers/gpu/drm/drm_panel_orientation_quirks.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/gpu/drm/drm_panel_orientation_quirks.c b/drivers/gpu

[PATCH v5 1/2] drm/i915/opregion: add support for mailbox #5 EDID

2021-12-29 Thread Anisse Astier
valid - EDID is now only used as a fallback. - squashed the two patches Cc: Jani Nikula Cc: Uma Shankar Cc: Ville Syrjälä Co-developed-by: Jani Nikula Signed-off-by: Anisse Astier --- drivers/gpu/drm/i915/display/intel_dp.c | 8 +++ drivers/gpu/drm/i915/display/intel_opregion.c

Re: [PATCH AUTOSEL 5.17 001/149] drm: Add orientation quirk for GPD Win Max

2022-04-01 Thread Anisse Astier
Hi Sasha, Le Fri, Apr 01, 2022 at 10:23:08AM -0400, Sasha Levin a écrit : > From: Anisse Astier > > [ Upstream commit 0b464ca3e0dd3cec65f28bc6d396d82f19080f69 ] > > Panel is 800x1280, but mounted on a laptop form factor, sideways. > > Signed-off-by: Anisse Astier > Re

Re: [PATCH AUTOSEL 5.17 001/149] drm: Add orientation quirk for GPD Win Max

2022-04-02 Thread Anisse Astier
Le Sat, Apr 02, 2022 at 11:14:58AM +0200, Hans de Goede a écrit : > Hi, > > On 4/1/22 22:33, Anisse Astier wrote: > > Hi Sasha, > > > > Le Fri, Apr 01, 2022 at 10:23:08AM -0400, Sasha Levin a écrit : > >> From: Anisse Astier > >> > >> [ Up

[PATCH 1/3] drm/i915/opregion: add support for mailbox #5 EDID

2021-05-25 Thread Anisse Astier
drm_edid_is_valid - Mode is now added via drm_add_edid_modes instead of using override mechanism Cc: Jani Nikula Cc: Uma Shankar Cc: Ville Syrjälä Signed-off-by: Anisse Astier --- drivers/gpu/drm/i915/display/intel_opregion.c | 69 ++- drivers/gpu/drm/i915/display/intel_opregion.h

[PATCH 2/3] drm/i915/dp: use opregion mailbox #5 EDID for eDP, if available

2021-05-25 Thread Anisse Astier
From: Jani Nikula If a panel's EDID is broken, there may be an override EDID set in the ACPI OpRegion mailbox #5. Use it if available. Fixes the GPD Win Max display. Cc: Uma Shankar Signed-off-by: Jani Nikula Signed-off-by: Anisse Astier [Anisse changes: function name] --- drivers/gp

[PATCH 3/3] drm: Add orientation quirk for GPD Win Max

2021-05-25 Thread Anisse Astier
Panel is 800x1280, but mounted on a laptop form factor, sideways. Signed-off-by: Anisse Astier --- drivers/gpu/drm/drm_panel_orientation_quirks.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/gpu/drm/drm_panel_orientation_quirks.c b/drivers/gpu/drm

[PATCH 0/3] GPD Win Max display fixes

2021-05-25 Thread Anisse Astier
s hardware. [1]: https://gitlab.freedesktop.org/drm/intel/-/issues/3454 [2]: https://patchwork.kernel.org/project/intel-gfx/patch/20200828061941.17051-1-jani.nik...@intel.com/ Anisse Astier (2): drm/i915/opregion: add support for mailbox #5 EDID drm: Add orientation quirk for GPD Win Max Jani

[PATCH v2 0/2] GPD Win Max display fixes

2021-05-31 Thread Anisse Astier
eview) [1]: https://gitlab.freedesktop.org/drm/intel/-/issues/3454 [2]: https://patchwork.kernel.org/project/intel-gfx/patch/20200828061941.17051-1-jani.nik...@intel.com/ Anisse Astier (2): drm/i915/opregion: add support for mailbox #5 EDID drm: Add orientation quirk for GPD Wi

[PATCH v2 1/2] drm/i915/opregion: add support for mailbox #5 EDID

2021-05-31 Thread Anisse Astier
valid - Mode is now added via drm_add_edid_modes instead of using override mechanism - squashed the two patches Cc: Jani Nikula Cc: Uma Shankar Cc: Ville Syrjälä Signed-off-by: Anisse Astier --- drivers/gpu/drm/i915/display/intel_dp.c | 3 + drivers/gpu/drm/i915/display/intel_opreg

[PATCH v2 2/2] drm: Add orientation quirk for GPD Win Max

2021-05-31 Thread Anisse Astier
Panel is 800x1280, but mounted on a laptop form factor, sideways. Reviewed-by: Hans de Goede Signed-off-by: Anisse Astier --- drivers/gpu/drm/drm_panel_orientation_quirks.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/gpu/drm/drm_panel_orientation_quirks.c b/drivers/gpu

Re: [PATCH v2 1/2] drm/i915/opregion: add support for mailbox #5 EDID

2021-06-01 Thread Anisse Astier
Le Tue, Jun 01, 2021 at 06:50:24PM +0300, Ville Syrj?l? a ?crit : > On Mon, May 31, 2021 at 10:46:41PM +0200, Anisse Astier wrote: > > The ACPI OpRegion Mailbox #5 ASLE extension may contain an EDID to be > > used for the embedded display. Add support for using it via by adding >

[PATCH] drm/i915: no-lvds quirk on MSI DC500

2012-03-07 Thread Anisse Astier
This hardware doesn't have an LVDS, it's a desktop box. Fix incorrect LVDS detection. Cc: sta...@kernel.org Signed-off-by: Anisse Astier --- drivers/gpu/drm/i915/intel_lvds.c |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/i915/intel

Re: [PATCH] drm/i915: no-lvds quirk on MSI DC500

2012-03-13 Thread Anisse Astier
Any opinion on this quirk ? On Wed, 7 Mar 2012 18:36:35 +0100, Anisse Astier wrote : > This hardware doesn't have an LVDS, it's a desktop box. Fix incorrect > LVDS detection. > > Cc: sta...@kernel.org > Signed-off-by: Anisse Astier > --- > drivers/g

Re: [PATCH] drm/i915: no-lvds quirk on MSI DC500

2012-03-22 Thread Anisse Astier
Hi again, Could anyone have a look at this ? On Tue, Mar 13, 2012 at 3:16 PM, Anisse Astier wrote: > > Any opinion on this quirk ? > > On Wed,  7 Mar 2012 18:36:35 +0100, Anisse Astier wrote > : > > > This hardware doesn't have an LVDS, it's a desktop box

[PATCH libdrm] radeon: Add new R600 PCI ids for surface manager

2012-05-10 Thread Anisse Astier
. Therefore we should maintain another PCI id list. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=48138 Signed-off-by: Anisse Astier --- radeon/r600_pci_ids.h | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/radeon/r600_pci_ids.h b/radeon/r600_pci_ids.h index

Re: gma500 opregion/power init order backtrace

2012-07-20 Thread Anisse Astier
On Tue, 17 Jul 2012 22:12:42 +0100, Alan Cox wrote : > > I'm wondering if the gma_power_init call can be moved up before > > chip_setup is called. Seems so, but I thought I would ping you to see > > if you've seen this already. > > Fixed in the patches that went to Linus. Thanks for this ! I wa

Re: gma500 opregion/power init order backtrace

2012-07-20 Thread Anisse Astier
On Fri, 20 Jul 2012 16:32:47 +0200, Anisse Astier wrote : > On Tue, 17 Jul 2012 22:12:42 +0100, Alan Cox wrote : > > > > I'm wondering if the gma_power_init call can be moved up before > > > chip_setup is called. Seems so, but I thought I would ping you to

[PATCH] drm/gma500: fix backlight hotkeys behaviour on cedarview netbooks

2013-04-24 Thread Anisse Astier
g Signed-off-by: Anisse Astier --- drivers/gpu/drm/gma500/psb_irq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/gma500/psb_irq.c b/drivers/gpu/drm/gma500/psb_irq.c index 8652cdf..029eccf 100644 --- a/drivers/gpu/drm/gma500/psb_irq.c +++ b/drivers/gpu/drm/g

Re: [PATCH] drm/gma500: fix backlight hotkeys behaviour on cedarview netbooks

2013-05-02 Thread Anisse Astier
On Wed, 24 Apr 2013 23:39:58 +0200, Patrik Jakobsson wrote : > On Wed, Apr 24, 2013 at 5:36 PM, Anisse Astier wrote: > > Backlight hotkeys weren't working before on certain cedartrail laptops. > > > > The source of this problem is that the hotkeys' ASLE opre

Re: [PATCH] drm/gma500: fix backlight hotkeys behaviour on cedarview netbooks

2013-05-02 Thread Anisse Astier
On Thu, 2 May 2013 14:50:05 +0200, Patrik Jakobsson wrote : > > Hi, this is already in my gma500-fixes branch and also in Dave's drm-next for > inclusion in 3.10. > > Thanks > Patrik Thanks, sorry I missed it. Anisse ___ dri-devel mailing list dri-d

Re: gma500: display displaced vertically by a few lines

2013-05-24 Thread Anisse Astier
On Mon, 13 May 2013 15:02:46 +0200, Holger Schurig wrote : > Thanks Dave, for the fast answer. > > I had a new attack of a "BWAAAH, since 5 years graphics drivers for X11 on > Linux are a mess" moment. Things don't work out of the box, and if you try > google-fu, then you get ton's of ancient,

[PATCH] drm/gma500: fix backlight hotkeys behaviour on cedarview netbooks

2013-04-24 Thread Anisse Astier
.org Signed-off-by: Anisse Astier --- drivers/gpu/drm/gma500/psb_irq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/gma500/psb_irq.c b/drivers/gpu/drm/gma500/psb_irq.c index 8652cdf..029eccf 100644 --- a/drivers/gpu/drm/gma500/psb_irq.c +++ b/drivers/gpu/drm/g

gma500 opregion/power init order backtrace

2012-07-20 Thread Anisse Astier
On Tue, 17 Jul 2012 22:12:42 +0100, Alan Cox wrote : > > I'm wondering if the gma_power_init call can be moved up before > > chip_setup is called. Seems so, but I thought I would ping you to see > > if you've seen this already. > > Fixed in the patches that went to Linus. Thanks for this ! I wa

gma500 opregion/power init order backtrace

2012-07-20 Thread Anisse Astier
On Fri, 20 Jul 2012 16:32:47 +0200, Anisse Astier wrote : > On Tue, 17 Jul 2012 22:12:42 +0100, Alan Cox wrote : > > > > I'm wondering if the gma_power_init call can be moved up before > > > chip_setup is called. Seems so, but I thought I would ping you to

[PATCH] drm/i915: no-lvds quirk on MSI DC500

2012-03-07 Thread Anisse Astier
This hardware doesn't have an LVDS, it's a desktop box. Fix incorrect LVDS detection. Cc: stable at kernel.org Signed-off-by: Anisse Astier --- drivers/gpu/drm/i915/intel_lvds.c |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/i915/intel

[PATCH] drm/i915: no-lvds quirk on MSI DC500

2012-03-13 Thread Anisse Astier
Any opinion on this quirk ? On Wed, 7 Mar 2012 18:36:35 +0100, Anisse Astier wrote : > This hardware doesn't have an LVDS, it's a desktop box. Fix incorrect > LVDS detection. > > Cc: stable at kernel.org > Signed-off-by: Anisse Astier > --- > drivers/g

[PATCH] drm/i915: no-lvds quirk on MSI DC500

2012-03-22 Thread Anisse Astier
Hi again, Could anyone have a look at this ? On Tue, Mar 13, 2012 at 3:16 PM, Anisse Astier wrote: > > Any opinion on this quirk ? > > On Wed, ?7 Mar 2012 18:36:35 +0100, Anisse Astier wrote > : > > > This hardware doesn't have an LVDS, it's a desktop box

[PATCH libdrm] radeon: Add new R600 PCI ids for surface manager

2012-05-10 Thread Anisse Astier
. Therefore we should maintain another PCI id list. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=48138 Signed-off-by: Anisse Astier --- radeon/r600_pci_ids.h | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/radeon/r600_pci_ids.h b/radeon/r600_pci_ids.h index

[PATCH] drm/gma500: fix backlight hotkeys behaviour on cedarview netbooks

2013-05-02 Thread Anisse Astier
On Wed, 24 Apr 2013 23:39:58 +0200, Patrik Jakobsson wrote : > On Wed, Apr 24, 2013 at 5:36 PM, Anisse Astier wrote: > > Backlight hotkeys weren't working before on certain cedartrail laptops. > > > > The source of this problem is that the hotkeys' ASLE opre

[PATCH] drm/gma500: fix backlight hotkeys behaviour on cedarview netbooks

2013-05-02 Thread Anisse Astier
On Thu, 2 May 2013 14:50:05 +0200, Patrik Jakobsson wrote : > > Hi, this is already in my gma500-fixes branch and also in Dave's drm-next for > inclusion in 3.10. > > Thanks > Patrik Thanks, sorry I missed it. Anisse

gma500: display displaced vertically by a few lines

2013-05-24 Thread Anisse Astier
On Mon, 13 May 2013 15:02:46 +0200, Holger Schurig wrote : > Thanks Dave, for the fast answer. > > I had a new attack of a "BWAAAH, since 5 years graphics drivers for X11 on > Linux are a mess" moment. Things don't work out of the box, and if you try > google-fu, then you get ton's of ancient,