The idea is setup a new quirk list with width, height, and refresh rates for
each monitor that needs this quirk. If a monitor is attached that matches one
in this list, the full modeline is calculated with drm_gtf_mode, the
DRM_MODE_TYPE_PREFERRED bit is set, and the new mode is added to the conne
Signed-off-by: Dylan Semler
---
drivers/gpu/drm/drm_edid.c | 72 ++
1 file changed, 72 insertions(+)
diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c
index c194f4e..b1036b5 100644
--- a/drivers/gpu/drm/drm_edid.c
+++ b/drivers/gpu
Signed-off-by: Dylan Semler
---
drivers/gpu/drm/drm_edid.c | 5 +
1 file changed, 5 insertions(+)
diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c
index b1036b5..b400971 100644
--- a/drivers/gpu/drm/drm_edid.c
+++ b/drivers/gpu/drm/drm_edid.c
@@ -109,6 +109,9 @@ static
e a simple
enhancement
to allow specifying a new mode and then setting it as preferred.
On Thu, Mar 21, 2013 at 5:36 PM, Dylan Semler wrote:
> The idea is setup a new quirk list with width, height, and refresh rates
> for
> each monitor that needs this quirk. If a monitor is attached
On Fri, Mar 22, 2013 at 4:48 AM, Daniel Vetter wrote:
>
> I think it'd be good to shovel these text blocks into the (currently
rather
> empty) commit messages of the patches. Since when reading old commits with
> e.g. git blame that's what people will read.
Yeah, I just noticed that. For some re
ribed above to be checked.
Dylan Semler (2):
Enhances EDID quirks to allow for specifying and preferring a mode
not reported in the EDID block.
Adds EDID force mode quirk for MMT Monitor2Go HD+.
drivers/gpu/drm/drm_edid.c | 77 ++
1 file change
Signed-off-by: Dylan Semler
---
drivers/gpu/drm/drm_edid.c | 72 ++
1 file changed, 72 insertions(+)
diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c
index c194f4e..b1036b5 100644
--- a/drivers/gpu/drm/drm_edid.c
+++ b/drivers/gpu
Signed-off-by: Dylan Semler
---
drivers/gpu/drm/drm_edid.c | 5 +
1 file changed, 5 insertions(+)
diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c
index b1036b5..b400971 100644
--- a/drivers/gpu/drm/drm_edid.c
+++ b/drivers/gpu/drm/drm_edid.c
@@ -109,6 +109,9 @@ static
On Fri, Mar 22, 2013 at 9:50 AM, Alex Deucher wrote:
>
> On Thu, Mar 21, 2013 at 5:42 PM, Dylan Semler
wrote:
> > Oops. I neglected to preface this with my motivation: I have a new
> > monitor that doesn't report its native resolution in its EDID block. It
> > s
On Fri, Mar 22, 2013 at 10:41 AM, Daniel Vetter wrote:
>
> On Fri, Mar 22, 2013 at 3:02 PM, Dylan Semler
wrote:
> > On Fri, Mar 22, 2013 at 9:50 AM, Alex Deucher
> > wrote:
> >>
> >> That's odd. Maybe it's actually in an extension block or s
to be
checked.
The second patch adds the offending monitor to the quirk lists.
Dylan Semler (2):
drm: Enhance EDID quirks to explicitly set a mode
drm: Add EDID force quirk for MMT Monitor2Go HD+
drivers/gpu/drm/drm_edid.c | 83 ++
1 file ch
. This
bit needs to be set for the new quirk list discribed above to be
checked.
Signed-off-by: Dylan Semler
---
drivers/gpu/drm/drm_edid.c | 78 ++
1 file changed, 78 insertions(+)
diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_
Set the new EDID_QUIRK_FORCE_MODE bit for the MMT Monitor2Go HD+ monitor
and add it to the edid_quirk_force_mode_list.
Signed-off-by: Dylan Semler
---
drivers/gpu/drm/drm_edid.c | 5 +
1 file changed, 5 insertions(+)
diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c
On Mon, Mar 25, 2013 at 9:41 AM, Jani Nikula
wrote:
>
>
> Hi, please find some review comments inline.
>
You make some good points, thanks.
> On Sat, 23 Mar 2013, Dylan Semler wrote:
> >
> > +/* Add an explicit mode based on a quirk
> > + */
> > +stat
et from all
other modes.
The first patch also defines a new quirk bit: EDID_QUIRK_FORCE_MODE.
This bit needs to be set for the new quirk list described above to be
checked.
The second patch adds the offending monitor to the quirk lists.
Dylan Semler (2):
drm: Enhance EDID quirks to explicitly set
. This
bit needs to be set for the new quirk list discribed above to be
checked.
Signed-off-by: Dylan Semler
---
drivers/gpu/drm/drm_edid.c | 77 ++
1 file changed, 77 insertions(+)
diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_
Set the new EDID_QUIRK_FORCE_MODE bit for the MMT Monitor2Go HD+ monitor
and add it to the edid_quirk_force_mode_list.
Signed-off-by: Dylan Semler
---
drivers/gpu/drm/drm_edid.c | 5 +
1 file changed, 5 insertions(+)
diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c
On Mon, Mar 25, 2013 at 5:58 PM, Dylan Semler
wrote:
>
> Changes in this version
> * rename do_force_quirk_modes() -> do_force_quirk_mode()
> * use list_for_each_entry() instead of list_for_each_entry_safe() in
>do_force_quirk_mode()
> * remove num_modes from do_for
36457.html
[2] http://lists.freedesktop.org/archives/dri-devel/2013-April/036829.html
On Mon, Mar 25, 2013 at 5:58 PM, Dylan Semler wrote:
> Changes in this version
> * rename do_force_quirk_modes() -> do_force_quirk_mode()
> * use list_for_each_entry() instead of list_for_eac
On Mon, Mar 25, 2013 at 5:58 PM, Dylan Semler
wrote:
>
> Changes in this version
> * rename do_force_quirk_modes() -> do_force_quirk_mode()
> * use list_for_each_entry() instead of list_for_each_entry_safe() in
>do_force_quirk_mode()
> * remove num_modes from do_for
The idea is setup a new quirk list with width, height, and refresh rates for
each monitor that needs this quirk. If a monitor is attached that matches one
in this list, the full modeline is calculated with drm_gtf_mode, the
DRM_MODE_TYPE_PREFERRED bit is set, and the new mode is added to the conne
Signed-off-by: Dylan Semler
---
drivers/gpu/drm/drm_edid.c | 72 ++
1 file changed, 72 insertions(+)
diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c
index c194f4e..b1036b5 100644
--- a/drivers/gpu/drm/drm_edid.c
+++ b/drivers/gpu
Signed-off-by: Dylan Semler
---
drivers/gpu/drm/drm_edid.c | 5 +
1 file changed, 5 insertions(+)
diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c
index b1036b5..b400971 100644
--- a/drivers/gpu/drm/drm_edid.c
+++ b/drivers/gpu/drm/drm_edid.c
@@ -109,6 +109,9 @@ static
e a simple
enhancement
to allow specifying a new mode and then setting it as preferred.
On Thu, Mar 21, 2013 at 5:36 PM, Dylan Semler wrote:
> The idea is setup a new quirk list with width, height, and refresh rates
> for
> each monitor that needs this quirk. If a monitor is attached
On Fri, Mar 22, 2013 at 4:48 AM, Daniel Vetter wrote:
>
> I think it'd be good to shovel these text blocks into the (currently
rather
> empty) commit messages of the patches. Since when reading old commits with
> e.g. git blame that's what people will read.
Yeah, I just noticed that. For some re
ribed above to be checked.
Dylan Semler (2):
Enhances EDID quirks to allow for specifying and preferring a mode
not reported in the EDID block.
Adds EDID force mode quirk for MMT Monitor2Go HD+.
drivers/gpu/drm/drm_edid.c | 77 ++
1 file change
Signed-off-by: Dylan Semler
---
drivers/gpu/drm/drm_edid.c | 72 ++
1 file changed, 72 insertions(+)
diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c
index c194f4e..b1036b5 100644
--- a/drivers/gpu/drm/drm_edid.c
+++ b/drivers/gpu
Signed-off-by: Dylan Semler
---
drivers/gpu/drm/drm_edid.c | 5 +
1 file changed, 5 insertions(+)
diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c
index b1036b5..b400971 100644
--- a/drivers/gpu/drm/drm_edid.c
+++ b/drivers/gpu/drm/drm_edid.c
@@ -109,6 +109,9 @@ static
On Fri, Mar 22, 2013 at 9:50 AM, Alex Deucher wrote:
>
> On Thu, Mar 21, 2013 at 5:42 PM, Dylan Semler
wrote:
> > Oops. I neglected to preface this with my motivation: I have a new
> > monitor that doesn't report its native resolution in its EDID block. It
> > s
On Fri, Mar 22, 2013 at 10:41 AM, Daniel Vetter wrote:
>
> On Fri, Mar 22, 2013 at 3:02 PM, Dylan Semler
wrote:
> > On Fri, Mar 22, 2013 at 9:50 AM, Alex Deucher
> > wrote:
> >>
> >> That's odd. Maybe it's actually in an extension block or s
to be
checked.
The second patch adds the offending monitor to the quirk lists.
Dylan Semler (2):
drm: Enhance EDID quirks to explicitly set a mode
drm: Add EDID force quirk for MMT Monitor2Go HD+
drivers/gpu/drm/drm_edid.c | 83 ++
1 file ch
. This
bit needs to be set for the new quirk list discribed above to be
checked.
Signed-off-by: Dylan Semler
---
drivers/gpu/drm/drm_edid.c | 78 ++
1 file changed, 78 insertions(+)
diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_
Set the new EDID_QUIRK_FORCE_MODE bit for the MMT Monitor2Go HD+ monitor
and add it to the edid_quirk_force_mode_list.
Signed-off-by: Dylan Semler
---
drivers/gpu/drm/drm_edid.c | 5 +
1 file changed, 5 insertions(+)
diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c
On Mon, Mar 25, 2013 at 9:41 AM, Jani Nikula
wrote:
>
>
> Hi, please find some review comments inline.
>
You make some good points, thanks.
> On Sat, 23 Mar 2013, Dylan Semler wrote:
> >
> > +/* Add an explicit mode based on a quirk
> > + */
> > +stat
et from all
other modes.
The first patch also defines a new quirk bit: EDID_QUIRK_FORCE_MODE.
This bit needs to be set for the new quirk list described above to be
checked.
The second patch adds the offending monitor to the quirk lists.
Dylan Semler (2):
drm: Enhance EDID quirks to explicitly set
. This
bit needs to be set for the new quirk list discribed above to be
checked.
Signed-off-by: Dylan Semler
---
drivers/gpu/drm/drm_edid.c | 77 ++
1 file changed, 77 insertions(+)
diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_
Set the new EDID_QUIRK_FORCE_MODE bit for the MMT Monitor2Go HD+ monitor
and add it to the edid_quirk_force_mode_list.
Signed-off-by: Dylan Semler
---
drivers/gpu/drm/drm_edid.c | 5 +
1 file changed, 5 insertions(+)
diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c
36457.html
[2] http://lists.freedesktop.org/archives/dri-devel/2013-April/036829.html
On Mon, Mar 25, 2013 at 5:58 PM, Dylan Semler wrote:
> Changes in this version
> * rename do_force_quirk_modes() -> do_force_quirk_mode()
> * use list_for_each_entry() instead of list_for_eac
38 matches
Mail list logo