Displaying 8 results from an estimated 8 matches for "height_mm".
2020 Feb 25
2
[PATCH 04/12] drm: Nuke mode->vrefresh
...; > @@ -376,7 +376,6 @@ static const struct drm_display_mode default_mode = {
> > .vsync_start = 1280 + 30,
> > .vsync_end = 1280 + 30 + 4,
> > .vtotal = 1280 + 30 + 4 + 12,
> > - .vrefresh = 60,
> > .clock = 41600,
> > .width_mm = 62,
> > .height_mm = 110,
> > @@ -392,7 +391,7 @@ static int ltk500hd1829_get_modes(struct drm_panel *panel,
> > if (!mode) {
> > DRM_DEV_ERROR(ctx->dev, "failed to add mode %ux%ux@%u\n",
> > default_mode.hdisplay, default_mode.vdisplay,
> > - default_...
2020 Feb 24
0
[PATCH 04/12] drm: Nuke mode->vrefresh
...m/panel/panel-leadtek-ltk500hd1829.c
> @@ -376,7 +376,6 @@ static const struct drm_display_mode default_mode = {
> .vsync_start = 1280 + 30,
> .vsync_end = 1280 + 30 + 4,
> .vtotal = 1280 + 30 + 4 + 12,
> - .vrefresh = 60,
> .clock = 41600,
> .width_mm = 62,
> .height_mm = 110,
> @@ -392,7 +391,7 @@ static int ltk500hd1829_get_modes(struct drm_panel *panel,
> if (!mode) {
> DRM_DEV_ERROR(ctx->dev, "failed to add mode %ux%ux@%u\n",
> default_mode.hdisplay, default_mode.vdisplay,
> - default_mode.vrefresh);
> +...
2020 Feb 25
0
[PATCH 04/12] drm: Nuke mode->vrefresh
...,6 @@ static const struct drm_display_mode default_mode = {
>>> .vsync_start = 1280 + 30,
>>> .vsync_end = 1280 + 30 + 4,
>>> .vtotal = 1280 + 30 + 4 + 12,
>>> - .vrefresh = 60,
>>> .clock = 41600,
>>> .width_mm = 62,
>>> .height_mm = 110,
>>> @@ -392,7 +391,7 @@ static int ltk500hd1829_get_modes(struct drm_panel *panel,
>>> if (!mode) {
>>> DRM_DEV_ERROR(ctx->dev, "failed to add mode %ux%ux@%u\n",
>>> default_mode.hdisplay, default_mode.vdisplay,
>>> -...
2020 Feb 19
5
[PATCH 04/12] drm: Nuke mode->vrefresh
...dtek-ltk500hd1829.c
+++ b/drivers/gpu/drm/panel/panel-leadtek-ltk500hd1829.c
@@ -376,7 +376,6 @@ static const struct drm_display_mode default_mode = {
.vsync_start = 1280 + 30,
.vsync_end = 1280 + 30 + 4,
.vtotal = 1280 + 30 + 4 + 12,
- .vrefresh = 60,
.clock = 41600,
.width_mm = 62,
.height_mm = 110,
@@ -392,7 +391,7 @@ static int ltk500hd1829_get_modes(struct drm_panel *panel,
if (!mode) {
DRM_DEV_ERROR(ctx->dev, "failed to add mode %ux%ux@%u\n",
default_mode.hdisplay, default_mode.vdisplay,
- default_mode.vrefresh);
+ drm_mode_vrefresh(&d...
2020 Apr 04
0
[PATCH v2 03/17] drm: Nuke mode->vrefresh
.../gpu/drm/panel/panel-elida-kd35t133.c
> @@ -197,7 +197,6 @@ static const struct drm_display_mode default_mode =
> {
> .vsync_start = 480 + 2,
> .vsync_end = 480 + 2 + 1,
> .vtotal = 480 + 2 + 1 + 2,
> - .vrefresh = 60,
> .clock = 17000,
> .width_mm = 42,
> .height_mm = 82,
> @@ -213,7 +212,7 @@ static int kd35t133_get_modes(struct drm_panel
> *panel,
> if (!mode) {
> DRM_DEV_ERROR(ctx->dev, "Failed to add mode %ux%u@%u\n",
> default_mode.hdisplay, default_mode.vdisplay,
> - default_mode.vrefresh);
> +...
2020 Apr 28
0
[PATCH v3 03/16] drm: Nuke mode->vrefresh
...drm/panel/panel-elida-kd35t133.c
+++ b/drivers/gpu/drm/panel/panel-elida-kd35t133.c
@@ -197,7 +197,6 @@ static const struct drm_display_mode default_mode = {
.vsync_start = 480 + 2,
.vsync_end = 480 + 2 + 1,
.vtotal = 480 + 2 + 1 + 2,
- .vrefresh = 60,
.clock = 17000,
.width_mm = 42,
.height_mm = 82,
@@ -213,7 +212,7 @@ static int kd35t133_get_modes(struct drm_panel *panel,
if (!mode) {
DRM_DEV_ERROR(ctx->dev, "Failed to add mode %ux%u@%u\n",
default_mode.hdisplay, default_mode.vdisplay,
- default_mode.vrefresh);
+ drm_mode_vrefresh(&default...
2020 Apr 03
3
[PATCH v2 03/17] drm: Nuke mode->vrefresh
...drm/panel/panel-elida-kd35t133.c
+++ b/drivers/gpu/drm/panel/panel-elida-kd35t133.c
@@ -197,7 +197,6 @@ static const struct drm_display_mode default_mode = {
.vsync_start = 480 + 2,
.vsync_end = 480 + 2 + 1,
.vtotal = 480 + 2 + 1 + 2,
- .vrefresh = 60,
.clock = 17000,
.width_mm = 42,
.height_mm = 82,
@@ -213,7 +212,7 @@ static int kd35t133_get_modes(struct drm_panel *panel,
if (!mode) {
DRM_DEV_ERROR(ctx->dev, "Failed to add mode %ux%u@%u\n",
default_mode.hdisplay, default_mode.vdisplay,
- default_mode.vrefresh);
+ drm_mode_vrefresh(&default...
2020 Jul 24
2
[PATCH 0/2] drm/probe_helper, drm/nouveau: Validate MST modes against PBN
Now that we've added the hooks that we've needed for this and used them
in i915, let's add one more hook (which I could use some feedback on,
I'm not sure if it's worth maybe just reworking how we do mode pruning
in nouveau instead...) and start using this in our mst ->mode_valid
callback to filter out impossible to set modes on MST connectors.
Lyude Paul (2):