All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH libdrm 1/2] Add pl111 as a KMS driver for utils.
@ 2017-04-25 18:33 Eric Anholt
  2017-04-25 18:33 ` [PATCH libdrm 2/2] Add the DPI encoder/connector types to KMS utils Eric Anholt
  0 siblings, 1 reply; 4+ messages in thread
From: Eric Anholt @ 2017-04-25 18:33 UTC (permalink / raw)
  To: dri-devel

Signed-off-by: Eric Anholt <eric@anholt.net>
---
 tests/util/kms.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/util/kms.c b/tests/util/kms.c
index 959b688158bd..c008f78a32e7 100644
--- a/tests/util/kms.c
+++ b/tests/util/kms.c
@@ -145,6 +145,7 @@ static const char * const modules[] = {
 	"virtio_gpu",
 	"mediatek",
 	"meson",
+	"pl111",
 };
 
 int util_open(const char *device, const char *module)
-- 
2.11.0

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH libdrm 2/2] Add the DPI encoder/connector types to KMS utils.
  2017-04-25 18:33 [PATCH libdrm 1/2] Add pl111 as a KMS driver for utils Eric Anholt
@ 2017-04-25 18:33 ` Eric Anholt
  2017-04-25 21:05   ` Daniel Stone
  0 siblings, 1 reply; 4+ messages in thread
From: Eric Anholt @ 2017-04-25 18:33 UTC (permalink / raw)
  To: dri-devel

Signed-off-by: Eric Anholt <eric@anholt.net>
---
 tests/util/kms.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/util/kms.c b/tests/util/kms.c
index c008f78a32e7..028cc8d956df 100644
--- a/tests/util/kms.c
+++ b/tests/util/kms.c
@@ -79,6 +79,7 @@ static const struct type_name encoder_type_names[] = {
 	{ DRM_MODE_ENCODER_VIRTUAL, "Virtual" },
 	{ DRM_MODE_ENCODER_DSI, "DSI" },
 	{ DRM_MODE_ENCODER_DPMST, "DPMST" },
+	{ DRM_MODE_ENCODER_DPI, "DPI" },
 };
 
 const char *util_lookup_encoder_type_name(unsigned int type)
@@ -117,6 +118,7 @@ static const struct type_name connector_type_names[] = {
 	{ DRM_MODE_CONNECTOR_eDP, "eDP" },
 	{ DRM_MODE_CONNECTOR_VIRTUAL, "Virtual" },
 	{ DRM_MODE_CONNECTOR_DSI, "DSI" },
+	{ DRM_MODE_CONNECTOR_DPI, "DPI" },
 };
 
 const char *util_lookup_connector_type_name(unsigned int type)
-- 
2.11.0

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH libdrm 2/2] Add the DPI encoder/connector types to KMS utils.
  2017-04-25 18:33 ` [PATCH libdrm 2/2] Add the DPI encoder/connector types to KMS utils Eric Anholt
@ 2017-04-25 21:05   ` Daniel Stone
  2017-04-25 23:11     ` Eric Anholt
  0 siblings, 1 reply; 4+ messages in thread
From: Daniel Stone @ 2017-04-25 21:05 UTC (permalink / raw)
  To: Eric Anholt; +Cc: dri-devel

Hi Eric,

On 25 April 2017 at 20:33, Eric Anholt <eric@anholt.net> wrote:
> Signed-off-by: Eric Anholt <eric@anholt.net>

Both are:
Reviewed-by: Daniel Stone <daniels@collabora.com>

Cheers,
Daniel
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH libdrm 2/2] Add the DPI encoder/connector types to KMS utils.
  2017-04-25 21:05   ` Daniel Stone
@ 2017-04-25 23:11     ` Eric Anholt
  0 siblings, 0 replies; 4+ messages in thread
From: Eric Anholt @ 2017-04-25 23:11 UTC (permalink / raw)
  To: Daniel Stone; +Cc: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 256 bytes --]

Daniel Stone <daniel@fooishbar.org> writes:

> Hi Eric,
>
> On 25 April 2017 at 20:33, Eric Anholt <eric@anholt.net> wrote:
>> Signed-off-by: Eric Anholt <eric@anholt.net>
>
> Both are:
> Reviewed-by: Daniel Stone <daniels@collabora.com>

Pushed.  Thanks!

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-04-25 23:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-25 18:33 [PATCH libdrm 1/2] Add pl111 as a KMS driver for utils Eric Anholt
2017-04-25 18:33 ` [PATCH libdrm 2/2] Add the DPI encoder/connector types to KMS utils Eric Anholt
2017-04-25 21:05   ` Daniel Stone
2017-04-25 23:11     ` Eric Anholt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.