Displaying 11 results from an estimated 11 matches for "cdv_devic".
Did you mean:
cdv_device
2018 Mar 16
2
[PATCH] drm: Don't pass the index to drm_property_add_enum()
...ggs <bskeggs at redhat.com>
Cc: nouveau at lists.freedesktop.org
Signed-off-by: Ville Syrjälä <ville.syrjala at linux.intel.com>
---
drivers/gpu/drm/drm_connector.c | 6 +++---
drivers/gpu/drm/drm_property.c | 27 +++++++++++++--------------
drivers/gpu/drm/gma500/cdv_device.c | 4 ++--
drivers/gpu/drm/gma500/psb_intel_sdvo.c | 2 +-
drivers/gpu/drm/i915/intel_sdvo.c | 5 ++---
drivers/gpu/drm/nouveau/nouveau_display.c | 4 +---
include/drm/drm_property.h | 2 +-
7 files changed, 23 insertions(+), 27 deletions(-)
diff --git a/drive...
2018 Apr 26
1
[PATCH] drm: Don't pass the index to drm_property_add_enum()
...ggs <bskeggs at redhat.com>
Cc: nouveau at lists.freedesktop.org
Signed-off-by: Ville Syrjälä <ville.syrjala at linux.intel.com>
---
drivers/gpu/drm/drm_connector.c | 6 +++---
drivers/gpu/drm/drm_property.c | 27 +++++++++++++--------------
drivers/gpu/drm/gma500/cdv_device.c | 4 ++--
drivers/gpu/drm/gma500/psb_intel_sdvo.c | 2 +-
drivers/gpu/drm/i915/intel_sdvo.c | 5 ++---
drivers/gpu/drm/nouveau/nouveau_display.c | 4 +---
include/drm/drm_property.h | 2 +-
7 files changed, 23 insertions(+), 27 deletions(-)
diff --git a/drive...
2018 Apr 23
0
[PATCH] drm: Don't pass the index to drm_property_add_enum()
...ggs <bskeggs at redhat.com>
Cc: nouveau at lists.freedesktop.org
Signed-off-by: Ville Syrjälä <ville.syrjala at linux.intel.com>
---
drivers/gpu/drm/drm_connector.c | 6 +++---
drivers/gpu/drm/drm_property.c | 27 +++++++++++++--------------
drivers/gpu/drm/gma500/cdv_device.c | 4 ++--
drivers/gpu/drm/gma500/psb_intel_sdvo.c | 2 +-
drivers/gpu/drm/i915/intel_sdvo.c | 5 ++---
drivers/gpu/drm/nouveau/nouveau_display.c | 4 +---
include/drm/drm_property.h | 2 +-
7 files changed, 23 insertions(+), 27 deletions(-)
diff --git a/drive...
2020 Mar 06
1
[PATCH 05/22] drm/gma500: Use simple encoder
...5aacc5 100644
> --- a/drivers/gpu/drm/gma500/cdv_intel_crt.c
> +++ b/drivers/gpu/drm/gma500/cdv_intel_crt.c
> @@ -28,6 +28,8 @@
> #include <linux/i2c.h>
> #include <linux/pm_runtime.h>
>
> +#include <drm/drm_simple_kms_helper.h>
> +
> #include "cdv_device.h"
> #include "intel_bios.h"
> #include "power.h"
> @@ -237,15 +239,6 @@ static const struct drm_connector_helper_funcs
> .best_encoder = gma_best_encoder,
> };
>
> -static void cdv_intel_crt_enc_destroy(struct drm_encoder *encoder)
> -{
>...
2020 Mar 05
0
[PATCH 05/22] drm/gma500: Use simple encoder
...00/cdv_intel_crt.c
index 29c36d63b20e..88535f5aacc5 100644
--- a/drivers/gpu/drm/gma500/cdv_intel_crt.c
+++ b/drivers/gpu/drm/gma500/cdv_intel_crt.c
@@ -28,6 +28,8 @@
#include <linux/i2c.h>
#include <linux/pm_runtime.h>
+#include <drm/drm_simple_kms_helper.h>
+
#include "cdv_device.h"
#include "intel_bios.h"
#include "power.h"
@@ -237,15 +239,6 @@ static const struct drm_connector_helper_funcs
.best_encoder = gma_best_encoder,
};
-static void cdv_intel_crt_enc_destroy(struct drm_encoder *encoder)
-{
- drm_encoder_cleanup(encoder);
-}
-
-static...
2016 Jun 30
6
[PATCH] backlight: Avoid double fbcon backlight handling
...er.kernel.org
Cc: linux-fbdev at vger.kernel.org
Cc: linux-omap at vger.kernel.org
---
drivers/acpi/acpi_video.c | 3 ++-
drivers/gpu/drm/amd/amdgpu/atombios_encoders.c | 3 ++-
drivers/gpu/drm/bridge/parade-ps8622.c | 3 ++-
drivers/gpu/drm/gma500/cdv_device.c | 3 ++-
drivers/gpu/drm/gma500/mdfld_device.c | 3 ++-
drivers/gpu/drm/gma500/oaktrail_device.c | 3 ++-
drivers/gpu/drm/gma500/psb_device.c | 3 ++-
drivers/gpu/drm/i915/intel_panel.c | 3 ++-
drivers/gpu/drm/n...
2016 Aug 04
2
[Intel-gfx] [PATCH] backlight: Avoid double fbcon backlight handling
...gt; Cc: linux-omap at vger.kernel.org
>> ---
>> drivers/acpi/acpi_video.c | 3 ++-
>> drivers/gpu/drm/amd/amdgpu/atombios_encoders.c | 3 ++-
>> drivers/gpu/drm/bridge/parade-ps8622.c | 3 ++-
>> drivers/gpu/drm/gma500/cdv_device.c | 3 ++-
>> drivers/gpu/drm/gma500/mdfld_device.c | 3 ++-
>> drivers/gpu/drm/gma500/oaktrail_device.c | 3 ++-
>> drivers/gpu/drm/gma500/psb_device.c | 3 ++-
>> drivers/gpu/drm/i915/intel_panel.c...
2016 Jul 12
0
[Intel-gfx] [PATCH] backlight: Avoid double fbcon backlight handling
...at vger.kernel.org
> Cc: linux-omap at vger.kernel.org
> ---
> drivers/acpi/acpi_video.c | 3 ++-
> drivers/gpu/drm/amd/amdgpu/atombios_encoders.c | 3 ++-
> drivers/gpu/drm/bridge/parade-ps8622.c | 3 ++-
> drivers/gpu/drm/gma500/cdv_device.c | 3 ++-
> drivers/gpu/drm/gma500/mdfld_device.c | 3 ++-
> drivers/gpu/drm/gma500/oaktrail_device.c | 3 ++-
> drivers/gpu/drm/gma500/psb_device.c | 3 ++-
> drivers/gpu/drm/i915/intel_panel.c | 3 ++...
2016 Aug 04
1
[Intel-gfx] [PATCH] backlight: Avoid double fbcon backlight handling
...r.kernel.org
> >> ---
> >> drivers/acpi/acpi_video.c | 3 ++-
> >> drivers/gpu/drm/amd/amdgpu/atombios_encoders.c | 3 ++-
> >> drivers/gpu/drm/bridge/parade-ps8622.c | 3 ++-
> >> drivers/gpu/drm/gma500/cdv_device.c | 3 ++-
> >> drivers/gpu/drm/gma500/mdfld_device.c | 3 ++-
> >> drivers/gpu/drm/gma500/oaktrail_device.c | 3 ++-
> >> drivers/gpu/drm/gma500/psb_device.c | 3 ++-
> >> drivers/gpu/drm/i915/int...
2020 Mar 05
55
[PATCH 00/22] drm: Convert drivers to drm_simple_encoder_init()
A call to drm_simple_encoder_init() initializes an encoder without
further functionality. It only provides the destroy callback to
cleanup the encoder's state. Only few drivers implement more
sophisticated encoders than that. Most drivers implement such a
simple encoder and can use drm_simple_encoder_init() instead.
The patchset converts drivers where the encoder's instance is
embedded in
2020 Mar 05
55
[PATCH 00/22] drm: Convert drivers to drm_simple_encoder_init()
A call to drm_simple_encoder_init() initializes an encoder without
further functionality. It only provides the destroy callback to
cleanup the encoder's state. Only few drivers implement more
sophisticated encoders than that. Most drivers implement such a
simple encoder and can use drm_simple_encoder_init() instead.
The patchset converts drivers where the encoder's instance is
embedded in