public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
To: intel-gfx@lists.freedesktop.org
Subject: [PATCH i-g-t 11/12] lib/igt_kms: Remove igt_pipe_get_property
Date: Wed, 11 Oct 2017 12:11:18 +0200	[thread overview]
Message-ID: <20171011101119.32130-12-maarten.lankhorst@linux.intel.com> (raw)
In-Reply-To: <20171011101119.32130-1-maarten.lankhorst@linux.intel.com>

igt_pipe_get_property has been replaced by igt_pipe_obj_get_prop.

Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
---
 lib/igt_kms.c | 10 ----------
 lib/igt_kms.h |  3 ---
 2 files changed, 13 deletions(-)

diff --git a/lib/igt_kms.c b/lib/igt_kms.c
index dbdc61bb1514..4906c749dda7 100644
--- a/lib/igt_kms.c
+++ b/lib/igt_kms.c
@@ -2011,16 +2011,6 @@ static igt_output_t *igt_pipe_get_output(igt_pipe_t *pipe)
 	return NULL;
 }
 
-bool igt_pipe_get_property(igt_pipe_t *pipe, const char *name,
-			   uint32_t *prop_id, uint64_t *value,
-			   drmModePropertyPtr *prop)
-{
-	return get_crtc_property(pipe->display->drm_fd,
-				 pipe->crtc_id,
-				 name,
-				 prop_id, value, prop);
-}
-
 static uint32_t igt_plane_get_fb_id(igt_plane_t *plane)
 {
 	return plane->values[IGT_PLANE_FB_ID];
diff --git a/lib/igt_kms.h b/lib/igt_kms.h
index ce1db08a0012..6122ab6dbe36 100644
--- a/lib/igt_kms.h
+++ b/lib/igt_kms.h
@@ -372,9 +372,6 @@ igt_plane_t *igt_output_get_plane_type(igt_output_t *output, int plane_type);
 igt_output_t *igt_output_from_connector(igt_display_t *display,
     drmModeConnector *connector);
 igt_plane_t *igt_pipe_get_plane_type(igt_pipe_t *pipe, int plane_type);
-bool igt_pipe_get_property(igt_pipe_t *pipe, const char *name,
-			   uint32_t *prop_id, uint64_t *value,
-			   drmModePropertyPtr *prop);
 
 void igt_pipe_request_out_fence(igt_pipe_t *pipe);
 
-- 
2.14.1

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

  parent reply	other threads:[~2017-10-11 10:11 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-11 10:11 [PATCH i-g-t 00/12] lib/igt_kms: Rewrite property handling to better match atomic Maarten Lankhorst
2017-10-11 10:11 ` [PATCH i-g-t 01/12] lib/igt_kms: Rework connector properties to be more atomic, v2 Maarten Lankhorst
2017-10-11 10:11 ` [PATCH i-g-t 02/12] lib/igt_kms: Rework plane properties to be more atomic, v5 Maarten Lankhorst
2017-10-11 10:11 ` [PATCH i-g-t 03/12] lib/igt_kms: Rework pipe properties to be more atomic, v7 Maarten Lankhorst
2017-10-11 10:11 ` [PATCH i-g-t 04/12] lib/igt_kms: Allow setting any plane property through the universal path Maarten Lankhorst
2017-10-11 10:11 ` [PATCH i-g-t 05/12] lib/igt_kms: Allow setting any output property through the !atomic paths Maarten Lankhorst
2017-10-11 10:11 ` [PATCH i-g-t 06/12] lib/igt_kms: Export property blob functions for output/pipe/plane Maarten Lankhorst
2017-10-12 11:41   ` [PATCH i-g-t 1/2] lib/igt_kms: Export property blob functions for output/pipe/plane, v2 Maarten Lankhorst
2017-10-12 11:41     ` [PATCH i-g-t 2/2] tests/chamelium: Remove reliance on output->config.pipe Maarten Lankhorst
2017-10-11 10:11 ` [PATCH i-g-t 07/12] lib/igt_kms: Unexport broadcast rgb API Maarten Lankhorst
2017-10-11 10:11 ` [PATCH i-g-t 08/12] lib/igt_kms: Add igt_$obj_has_prop functions Maarten Lankhorst
2017-10-11 10:11 ` [PATCH i-g-t 09/12] lib/igt_kms: Add igt_$obj_get_prop functions Maarten Lankhorst
2017-10-11 10:11 ` [PATCH i-g-t 10/12] tests/kms_color: Rework tests slightly to work better with new atomic api Maarten Lankhorst
2017-10-11 10:11 ` Maarten Lankhorst [this message]
2017-10-11 10:11 ` [PATCH i-g-t 12/12] tests/kms_atomic: Convert/rewrite tests to use igt_kms framework Maarten Lankhorst
2017-10-11 13:49 ` ✗ Fi.CI.BAT: failure for lib/igt_kms: Rewrite property handling to better match atomic Patchwork
2017-10-12 12:08 ` ✓ Fi.CI.BAT: success for lib/igt_kms: Rewrite property handling to better match atomic. (rev3) Patchwork
2017-10-12 13:52 ` ✓ Fi.CI.IGT: " Patchwork

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171011101119.32130-12-maarten.lankhorst@linux.intel.com \
    --to=maarten.lankhorst@linux.intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox