Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Unified Diff: ui/ozone/platform/drm/gpu/drm_device.h

Issue 994503004: Preliminary atomic patch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/ozone/platform/drm/gpu/drm_device.h
diff --git a/ui/ozone/platform/drm/gpu/drm_device.h b/ui/ozone/platform/drm/gpu/drm_device.h
index 6ff19825e9492cfcc32d8e8e5cbcd15a67510d1b..7404a6a9429c36fc23b2ceda84bb0f924da40b1e 100644
--- a/ui/ozone/platform/drm/gpu/drm_device.h
+++ b/ui/ozone/platform/drm/gpu/drm_device.h
@@ -154,6 +154,10 @@ class OZONE_EXPORT DrmDevice : public base::RefCountedThreadSafe<DrmDevice> {
uint32_t stride,
void* pixels);
+ virtual bool CommitProperties(drmModePropertySet* properties,
dnicoara 2015/03/09 20:10:40 This will need to be mocked in test/mock_drm_devic
achaulk 2015/03/09 20:23:48 Done.
+ uint32_t flags,
dnicoara 2015/03/09 20:10:40 |flags| and |user_ptr| are never set to different
achaulk 2015/03/09 20:23:48 They will likely be set to handle some sort of cal
dnicoara 2015/03/09 20:42:58 Are you planing on adding more functionality part
achaulk 2015/03/09 20:55:18 Not yet, since we don't even have a complete defin
dnicoara 2015/03/09 20:57:26 For the callback, we can do the same as SchedulePa
achaulk 2015/03/09 21:41:00 Sure, I'll just reuse the same one until we know m
+ void* user_ptr);
+
// Drm master related
virtual bool SetMaster();
virtual bool DropMaster();

Powered by Google App Engine
This is Rietveld 408576698