[PATCH] drm/core: use helper to check driver features

2014-10-03 Thread Daniel Vetter
On Thu, Oct 02, 2014 at 04:15:26PM +0200, David Herrmann wrote: > Hi > > On Tue, Sep 30, 2014 at 4:49 PM, Andrzej Hajda wrote: > > The patch replaces direct access to driver_features field > > by calls to helper function. > > > > Signed-off-by: Andrzej Hajda > > Looks good: > > Reviewed-by: Da

[PATCH] drm/core: use helper to check driver features

2014-10-02 Thread David Herrmann
Hi On Tue, Sep 30, 2014 at 4:49 PM, Andrzej Hajda wrote: > The patch replaces direct access to driver_features field > by calls to helper function. > > Signed-off-by: Andrzej Hajda Looks good: Reviewed-by: David Herrmann CC'ing Daniel, he'll put it in his drm-core-stuff branch. Thanks David

[PATCH] drm/core: use helper to check driver features

2014-09-30 Thread Andrzej Hajda
The patch replaces direct access to driver_features field by calls to helper function. Signed-off-by: Andrzej Hajda --- drivers/gpu/drm/drm_drv.c | 4 ++-- drivers/gpu/drm/drm_fops.c | 8 drivers/gpu/drm/drm_gem.c | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --gi