From: Alex Deucher <alexdeucher@gmail.com>
To: dri-devel@lists.freedesktop.org
Cc: Alex Deucher <alexander.deucher@amd.com>
Subject: [PATCH 1/2] drm/amdgpu/dce6: make some output debug only
Date: Fri, 27 May 2016 15:34:06 -0400 [thread overview]
Message-ID: <1464377647-1340-1-git-send-email-alexander.deucher@amd.com> (raw)
make the default behavior less verbose.
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
---
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c | 34 +++++++++++++++++-----------------
1 file changed, 17 insertions(+), 17 deletions(-)
diff --git a/drivers/gpu/drm/amd/amdgpu/dce_v6_0.c b/drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
index 28dc554..fd8dbba 100644
--- a/drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
@@ -106,14 +106,14 @@ static const uint32_t hpd_int_control_offsets[6] = {
static u32 dce_v6_0_audio_endpt_rreg(struct amdgpu_device *adev,
u32 block_offset, u32 reg)
{
- DRM_INFO("xxxx: dce_v6_0_audio_endpt_rreg ----no impl!!!!\n");
+ DRM_DEBUG("xxxx: dce_v6_0_audio_endpt_rreg ----no impl!!!!\n");
return 0;
}
static void dce_v6_0_audio_endpt_wreg(struct amdgpu_device *adev,
u32 block_offset, u32 reg, u32 v)
{
- DRM_INFO("xxxx: dce_v6_0_audio_endpt_wreg ----no impl!!!!\n");
+ DRM_DEBUG("xxxx: dce_v6_0_audio_endpt_wreg ----no impl!!!!\n");
}
static bool dce_v6_0_is_in_vblank(struct amdgpu_device *adev, int crtc)
@@ -459,7 +459,7 @@ static u32 dce_v6_0_hpd_get_gpio_reg(struct amdgpu_device *adev)
static bool dce_v6_0_is_display_hung(struct amdgpu_device *adev)
{
- DRM_INFO("xxxx: dce_v6_0_is_display_hung ----no imp!!!!!\n");
+ DRM_DEBUG("xxxx: dce_v6_0_is_display_hung ----no imp!!!!!\n");
return true;
}
@@ -1321,17 +1321,17 @@ static void dce_v6_0_afmt_audio_select_pin(struct drm_encoder *encoder)
static void dce_v6_0_audio_write_latency_fields(struct drm_encoder *encoder,
struct drm_display_mode *mode)
{
- DRM_INFO("xxxx: dce_v6_0_audio_write_latency_fields---no imp!!!!!\n");
+ DRM_DEBUG("xxxx: dce_v6_0_audio_write_latency_fields---no imp!!!!!\n");
}
static void dce_v6_0_audio_write_speaker_allocation(struct drm_encoder *encoder)
{
- DRM_INFO("xxxx: dce_v6_0_audio_write_speaker_allocation---no imp!!!!!\n");
+ DRM_DEBUG("xxxx: dce_v6_0_audio_write_speaker_allocation---no imp!!!!!\n");
}
static void dce_v6_0_audio_write_sad_regs(struct drm_encoder *encoder)
{
- DRM_INFO("xxxx: dce_v6_0_audio_write_sad_regs---no imp!!!!!\n");
+ DRM_DEBUG("xxxx: dce_v6_0_audio_write_sad_regs---no imp!!!!!\n");
}
*/
@@ -1339,7 +1339,7 @@ static void dce_v6_0_audio_enable(struct amdgpu_device *adev,
struct amdgpu_audio_pin *pin,
bool enable)
{
- DRM_INFO("xxxx: dce_v6_0_audio_enable---no imp!!!!!\n");
+ DRM_DEBUG("xxxx: dce_v6_0_audio_enable---no imp!!!!!\n");
}
static const u32 pin_offsets[7] =
@@ -1356,20 +1356,20 @@ static const u32 pin_offsets[7] =
static int dce_v6_0_audio_init(struct amdgpu_device *adev)
{
- DRM_INFO("xxxx: dce_v6_0_audio_init---no imp!!!!!\n");
+ DRM_DEBUG("xxxx: dce_v6_0_audio_init---no imp!!!!!\n");
return 0;
}
static void dce_v6_0_audio_fini(struct amdgpu_device *adev)
{
- DRM_INFO("xxxx: dce_v6_0_audio_fini---no imp!!!!!\n");
+ DRM_DEBUG("xxxx: dce_v6_0_audio_fini---no imp!!!!!\n");
}
/*
static void dce_v6_0_afmt_update_ACR(struct drm_encoder *encoder, uint32_t clock)
{
- DRM_INFO("xxxx: dce_v6_0_afmt_update_ACR---no imp!!!!!\n");
+ DRM_DEBUG("xxxx: dce_v6_0_afmt_update_ACR---no imp!!!!!\n");
}
*/
/*
@@ -1379,12 +1379,12 @@ static void dce_v6_0_afmt_update_ACR(struct drm_encoder *encoder, uint32_t clock
static void dce_v6_0_afmt_update_avi_infoframe(struct drm_encoder *encoder,
void *buffer, size_t size)
{
- DRM_INFO("xxxx: dce_v6_0_afmt_update_avi_infoframe---no imp!!!!!\n");
+ DRM_DEBUG("xxxx: dce_v6_0_afmt_update_avi_infoframe---no imp!!!!!\n");
}
static void dce_v6_0_audio_set_dto(struct drm_encoder *encoder, u32 clock)
{
- DRM_INFO("xxxx: dce_v6_0_audio_set_dto---no imp!!!!!\n");
+ DRM_DEBUG("xxxx: dce_v6_0_audio_set_dto---no imp!!!!!\n");
}
*/
/*
@@ -1393,7 +1393,7 @@ static void dce_v6_0_audio_set_dto(struct drm_encoder *encoder, u32 clock)
static void dce_v6_0_afmt_setmode(struct drm_encoder *encoder,
struct drm_display_mode *mode)
{
- DRM_INFO("xxxx: dce_v6_0_afmt_setmode ----no impl !!!!!!!!\n");
+ DRM_DEBUG("xxxx: dce_v6_0_afmt_setmode ----no impl !!!!!!!!\n");
}
static void dce_v6_0_afmt_enable(struct drm_encoder *encoder, bool enable)
@@ -2554,7 +2554,7 @@ static int dce_v6_0_wait_for_idle(void *handle)
static int dce_v6_0_soft_reset(void *handle)
{
- DRM_INFO("xxxx: dce_v6_0_soft_reset --- no impl!!\n");
+ DRM_DEBUG("xxxx: dce_v6_0_soft_reset --- no impl!!\n");
return 0;
}
@@ -2727,12 +2727,12 @@ static int dce_v6_0_crtc_irq(struct amdgpu_device *adev,
if (amdgpu_irq_enabled(adev, source, irq_type)) {
drm_handle_vblank(adev->ddev, crtc);
}
- DRM_INFO("IH: D%d vblank\n", crtc + 1);
+ DRM_DEBUG("IH: D%d vblank\n", crtc + 1);
break;
case 1: /* vline */
- DRM_INFO("IH: D%d vline\n", crtc + 1);
+ DRM_DEBUG("IH: D%d vline\n", crtc + 1);
break;
default:
@@ -2841,7 +2841,7 @@ static int dce_v6_0_hpd_irq(struct amdgpu_device *adev,
tmp |= DC_HPD1_INT_CONTROL__DC_HPD1_INT_ACK_MASK;
WREG32(int_control, tmp);
schedule_work(&adev->hotplug_work);
- DRM_INFO("IH: HPD%d\n", hpd + 1);
+ DRM_DEBUG("IH: HPD%d\n", hpd + 1);
}
return 0;
--
2.5.5
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
next reply other threads:[~2016-05-27 19:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-27 19:34 Alex Deucher [this message]
2016-05-27 19:34 ` [PATCH 2/2] drm/amdgpu/gfx6: make some output debug only Alex Deucher
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=1464377647-1340-1-git-send-email-alexander.deucher@amd.com \
--to=alexdeucher@gmail.com \
--cc=alexander.deucher@amd.com \
--cc=dri-devel@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