dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 7/7] drm/cirrus: add DRIVER_ATOMIC to .driver_features
  2015-07-30 10:08 [PATCH 0/7] drm/cirrus: convert cirrus to atomic mode-setting John Hunter
@ 2015-07-30 10:08 ` John Hunter
  0 siblings, 0 replies; 4+ messages in thread
From: John Hunter @ 2015-07-30 10:08 UTC (permalink / raw)
  To: dri-devel

From: Zhao Junwang <zhjwpku@gmail.com>

Since  driver is now fully atomic, we should add DRIVER_ATOMIC to
.driver_features

Signed-off-by: Zhao Junwang <zhjwpku@gmail.com>
---
 drivers/gpu/drm/cirrus/cirrus_drv.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/cirrus/cirrus_drv.c b/drivers/gpu/drm/cirrus/cirrus_drv.c
index 80f1cd2..742647b 100644
--- a/drivers/gpu/drm/cirrus/cirrus_drv.c
+++ b/drivers/gpu/drm/cirrus/cirrus_drv.c
@@ -130,7 +130,7 @@ static const struct file_operations cirrus_driver_fops = {
 #endif
 };
 static struct drm_driver driver = {
-	.driver_features = DRIVER_MODESET | DRIVER_GEM,
+	.driver_features = DRIVER_MODESET | DRIVER_GEM | DRIVER_ATOMIC,
 	.load = cirrus_driver_load,
 	.unload = cirrus_driver_unload,
 	.set_busid = drm_pci_set_busid,
-- 
1.7.10.4


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

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

* [PATCH 7/7] drm/cirrus: add DRIVER_ATOMIC to .driver_features
@ 2015-08-05  7:08 John Hunter
  2015-08-05  7:14 ` zhaojunwang
  0 siblings, 1 reply; 4+ messages in thread
From: John Hunter @ 2015-08-05  7:08 UTC (permalink / raw)
  To: dri-devel; +Cc: Zhao Junwang, Daniel Vetter, Matthew Garrett, Dave Airlie

From: Zhao Junwang <zhjwpku@gmail.com>

Since  driver is now fully atomic, we should add DRIVER_ATOMIC to
.driver_features

Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: Gerd Hoffmann <kraxel@redhat.com>
Cc: Matthew Garrett <mjg59@coreos.com>
Cc: Dave Airlie <airlied@redhat.com>
Cc: Zhao Junwang <zhaojunwang@pku.edu.cn>
Signed-off-by: Zhao Junwang <zhjwpku@gmail.com>
---
 drivers/gpu/drm/cirrus/cirrus_drv.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/cirrus/cirrus_drv.c b/drivers/gpu/drm/cirrus/cirrus_drv.c
index 80f1cd2..742647b 100644
--- a/drivers/gpu/drm/cirrus/cirrus_drv.c
+++ b/drivers/gpu/drm/cirrus/cirrus_drv.c
@@ -130,7 +130,7 @@ static const struct file_operations cirrus_driver_fops = {
 #endif
 };
 static struct drm_driver driver = {
-	.driver_features = DRIVER_MODESET | DRIVER_GEM,
+	.driver_features = DRIVER_MODESET | DRIVER_GEM | DRIVER_ATOMIC,
 	.load = cirrus_driver_load,
 	.unload = cirrus_driver_unload,
 	.set_busid = drm_pci_set_busid,
-- 
1.7.10.4


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

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

* Re: [PATCH 7/7] drm/cirrus: add DRIVER_ATOMIC to .driver_features
  2015-08-05  7:08 [PATCH 7/7] drm/cirrus: add DRIVER_ATOMIC to .driver_features John Hunter
@ 2015-08-05  7:14 ` zhaojunwang
  0 siblings, 0 replies; 4+ messages in thread
From: zhaojunwang @ 2015-08-05  7:14 UTC (permalink / raw)
  To: John Hunter, dri-devel; +Cc: Daniel Vetter, Matthew Garrett, Dave Airlie


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

Can you pls review these patch series, thanks a lot for your time.




------------------ Original ------------------
From:  "John Hunter";<zhjwpku@gmail.com>;
Date:  Wed, Aug 5, 2015 03:08 PM
To:  "dri-devel"<dri-devel@lists.freedesktop.org>; 
Cc:  "Zhao Junwang"<zhjwpku@gmail.com>; "Daniel Vetter"<daniel.vetter@ffwll.ch>; "Gerd Hoffmann"<kraxel@redhat.com>; "Matthew Garrett"<mjg59@coreos.com>; "Dave Airlie"<airlied@redhat.com>; "Zhao Junwang"<zhaojunwang@pku.edu.cn>; 
Subject:  [PATCH 7/7] drm/cirrus: add DRIVER_ATOMIC to .driver_features



From: Zhao Junwang <zhjwpku@gmail.com>

Since  driver is now fully atomic, we should add DRIVER_ATOMIC to
.driver_features

Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: Gerd Hoffmann <kraxel@redhat.com>
Cc: Matthew Garrett <mjg59@coreos.com>
Cc: Dave Airlie <airlied@redhat.com>
Cc: Zhao Junwang <zhaojunwang@pku.edu.cn>
Signed-off-by: Zhao Junwang <zhjwpku@gmail.com>
---
 drivers/gpu/drm/cirrus/cirrus_drv.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/cirrus/cirrus_drv.c b/drivers/gpu/drm/cirrus/cirrus_drv.c
index 80f1cd2..742647b 100644
--- a/drivers/gpu/drm/cirrus/cirrus_drv.c
+++ b/drivers/gpu/drm/cirrus/cirrus_drv.c
@@ -130,7 +130,7 @@ static const struct file_operations cirrus_driver_fops = {
 #endif
 };
 static struct drm_driver driver = {
-	.driver_features = DRIVER_MODESET | DRIVER_GEM,
+	.driver_features = DRIVER_MODESET | DRIVER_GEM | DRIVER_ATOMIC,
 	.load = cirrus_driver_load,
 	.unload = cirrus_driver_unload,
 	.set_busid = drm_pci_set_busid,
-- 
1.7.10.4

[-- Attachment #1.2: Type: text/html, Size: 2157 bytes --]

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

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

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

* [PATCH 7/7] drm/cirrus: add DRIVER_ATOMIC to .driver_features
  2015-08-05  7:22 [PATCH 0/7] drm/cirrus: convert cirrus to atomic mode-setting John Hunter
@ 2015-08-05  7:22 ` John Hunter
  0 siblings, 0 replies; 4+ messages in thread
From: John Hunter @ 2015-08-05  7:22 UTC (permalink / raw)
  To: dri-devel; +Cc: Daniel Vetter, Matthew Garrett, Dave Airlie

From: Zhao Junwang <zhjwpku@gmail.com>

Since  driver is now fully atomic, we should add DRIVER_ATOMIC to
.driver_features

Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: Gerd Hoffmann <kraxel@redhat.com>
Cc: Matthew Garrett <mjg59@coreos.com>
Cc: Dave Airlie <airlied@redhat.com>
Signed-off-by: Zhao Junwang <zhjwpku@gmail.com>
---
 drivers/gpu/drm/cirrus/cirrus_drv.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/cirrus/cirrus_drv.c b/drivers/gpu/drm/cirrus/cirrus_drv.c
index 80f1cd2..742647b 100644
--- a/drivers/gpu/drm/cirrus/cirrus_drv.c
+++ b/drivers/gpu/drm/cirrus/cirrus_drv.c
@@ -130,7 +130,7 @@ static const struct file_operations cirrus_driver_fops = {
 #endif
 };
 static struct drm_driver driver = {
-	.driver_features = DRIVER_MODESET | DRIVER_GEM,
+	.driver_features = DRIVER_MODESET | DRIVER_GEM | DRIVER_ATOMIC,
 	.load = cirrus_driver_load,
 	.unload = cirrus_driver_unload,
 	.set_busid = drm_pci_set_busid,
-- 
1.7.10.4


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

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

end of thread, other threads:[~2015-08-05  7:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-05  7:08 [PATCH 7/7] drm/cirrus: add DRIVER_ATOMIC to .driver_features John Hunter
2015-08-05  7:14 ` zhaojunwang
  -- strict thread matches above, loose matches on Subject: below --
2015-08-05  7:22 [PATCH 0/7] drm/cirrus: convert cirrus to atomic mode-setting John Hunter
2015-08-05  7:22 ` [PATCH 7/7] drm/cirrus: add DRIVER_ATOMIC to .driver_features John Hunter
2015-07-30 10:08 [PATCH 0/7] drm/cirrus: convert cirrus to atomic mode-setting John Hunter
2015-07-30 10:08 ` [PATCH 7/7] drm/cirrus: add DRIVER_ATOMIC to .driver_features John Hunter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox