diff options
Diffstat (limited to 'include/drm/drm_framebuffer.h')
-rw-r--r-- | include/drm/drm_framebuffer.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/drm/drm_framebuffer.h b/include/drm/drm_framebuffer.h index f0dde1d02be4..046c35e54099 100644 --- a/include/drm/drm_framebuffer.h +++ b/include/drm/drm_framebuffer.h | |||
@@ -51,7 +51,7 @@ struct drm_framebuffer_funcs { | |||
51 | * @create_handle: | 51 | * @create_handle: |
52 | * | 52 | * |
53 | * Create a buffer handle in the driver-specific buffer manager (either | 53 | * Create a buffer handle in the driver-specific buffer manager (either |
54 | * GEM or TTM) valid for the passed-in struct &drm_file. This is used by | 54 | * GEM or TTM) valid for the passed-in &struct drm_file. This is used by |
55 | * the core to implement the GETFB IOCTL, which returns (for | 55 | * the core to implement the GETFB IOCTL, which returns (for |
56 | * sufficiently priviledged user) also a native buffer handle. This can | 56 | * sufficiently priviledged user) also a native buffer handle. This can |
57 | * be used for seamless transitions between modesetting clients by | 57 | * be used for seamless transitions between modesetting clients by |
@@ -149,7 +149,7 @@ struct drm_framebuffer { | |||
149 | * | 149 | * |
150 | * This should not be used to specifiy x/y pixel offsets into the buffer | 150 | * This should not be used to specifiy x/y pixel offsets into the buffer |
151 | * data (even for linear buffers). Specifying an x/y pixel offset is | 151 | * data (even for linear buffers). Specifying an x/y pixel offset is |
152 | * instead done through the source rectangle in struct &drm_plane_state. | 152 | * instead done through the source rectangle in &struct drm_plane_state. |
153 | */ | 153 | */ |
154 | unsigned int offsets[4]; | 154 | unsigned int offsets[4]; |
155 | /** | 155 | /** |
@@ -187,7 +187,7 @@ struct drm_framebuffer { | |||
187 | */ | 187 | */ |
188 | int hot_y; | 188 | int hot_y; |
189 | /** | 189 | /** |
190 | * @filp_head: Placed on struct &drm_file fbs list_head, protected by | 190 | * @filp_head: Placed on &struct drm_file fbs list_head, protected by |
191 | * fbs_lock in the same structure. | 191 | * fbs_lock in the same structure. |
192 | */ | 192 | */ |
193 | struct list_head filp_head; | 193 | struct list_head filp_head; |