summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMelissa Wen <melissa.srw@gmail.com>2020-07-15 13:49:33 -0300
committerArkadiusz Hiler <arkadiusz.hiler@intel.com>2020-07-16 14:16:09 +0300
commit22737992632158940b57e6fe259d6462e7f3973e (patch)
treeb6331ca3225ede540c5fb8f96aa5e5f6b42c854e /lib
parentc18a9c1083ce9344ff71ae405b9f2deaa82b6702 (diff)
lib/igt_fb: change comments with fd description
Generalize description of fd so as not restrict it to i915 driver Signed-off-by: Melissa Wen <melissa.srw@gmail.com> Reviewed-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/igt_fb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/igt_fb.c b/lib/igt_fb.c
index fd33907b2..3864b7a1e 100644
--- a/lib/igt_fb.c
+++ b/lib/igt_fb.c
@@ -3548,7 +3548,7 @@ cairo_surface_t *igt_get_cairo_surface(int fd, struct igt_fb *fb)
/**
* igt_get_cairo_ctx:
- * @fd: open i915 drm file descriptor
+ * @fd: open drm file descriptor
* @fb: pointer to an #igt_fb structure
*
* This initializes a cairo surface for @fb and then allocates a drawing context
@@ -3594,7 +3594,7 @@ void igt_put_cairo_ctx(cairo_t *cr)
/**
* igt_remove_fb:
- * @fd: open i915 drm file descriptor
+ * @fd: open drm file descriptor
* @fb: pointer to an #igt_fb structure
*
* This function releases all resources allocated in igt_create_fb() for @fb.