All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/amd/display: Fix typo in some comments
@ 2019-10-05 11:32 ` Christophe JAILLET
  0 siblings, 0 replies; 8+ messages in thread
From: Christophe JAILLET @ 2019-10-05 11:32 UTC (permalink / raw)
  To: harry.wentland, sunpeng.li, alexander.deucher, christian.koenig,
	David1.Zhou, airlied, daniel
  Cc: amd-gfx, dri-devel, linux-kernel, kernel-janitors, Christophe JAILLET

p and g are switched in 'amdpgu_dm'

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
---
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
index 92932d521d7f..b9c2e1a930ab 100644
--- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
+++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
@@ -1043,7 +1043,7 @@ static void s3_handle_mst(struct drm_device *dev, bool suspend)
 
 /**
  * dm_hw_init() - Initialize DC device
- * @handle: The base driver device containing the amdpgu_dm device.
+ * @handle: The base driver device containing the amdgpu_dm device.
  *
  * Initialize the &struct amdgpu_display_manager device. This involves calling
  * the initializers of each DM component, then populating the struct with them.
@@ -1073,7 +1073,7 @@ static int dm_hw_init(void *handle)
 
 /**
  * dm_hw_fini() - Teardown DC device
- * @handle: The base driver device containing the amdpgu_dm device.
+ * @handle: The base driver device containing the amdgpu_dm device.
  *
  * Teardown components within &struct amdgpu_display_manager that require
  * cleanup. This involves cleaning up the DRM device, DC, and any modules that
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH] drm/amd/display: Fix typo in some comments
@ 2019-10-05 11:32 ` Christophe JAILLET
  0 siblings, 0 replies; 8+ messages in thread
From: Christophe JAILLET @ 2019-10-05 11:32 UTC (permalink / raw)
  To: harry.wentland, sunpeng.li, alexander.deucher, christian.koenig,
	David1.Zhou, airlied, daniel
  Cc: amd-gfx, dri-devel, linux-kernel, kernel-janitors, Christophe JAILLET

p and g are switched in 'amdpgu_dm'

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
---
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
index 92932d521d7f..b9c2e1a930ab 100644
--- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
+++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
@@ -1043,7 +1043,7 @@ static void s3_handle_mst(struct drm_device *dev, bool suspend)
 
 /**
  * dm_hw_init() - Initialize DC device
- * @handle: The base driver device containing the amdpgu_dm device.
+ * @handle: The base driver device containing the amdgpu_dm device.
  *
  * Initialize the &struct amdgpu_display_manager device. This involves calling
  * the initializers of each DM component, then populating the struct with them.
@@ -1073,7 +1073,7 @@ static int dm_hw_init(void *handle)
 
 /**
  * dm_hw_fini() - Teardown DC device
- * @handle: The base driver device containing the amdpgu_dm device.
+ * @handle: The base driver device containing the amdgpu_dm device.
  *
  * Teardown components within &struct amdgpu_display_manager that require
  * cleanup. This involves cleaning up the DRM device, DC, and any modules that
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [PATCH] drm/amd/display: Fix typo in some comments
@ 2019-10-07 14:13   ` Harry Wentland
  0 siblings, 0 replies; 8+ messages in thread
From: Harry Wentland @ 2019-10-07 14:13 UTC (permalink / raw)
  To: Christophe JAILLET, Wentland, Harry, Li, Sun peng (Leo),
	Deucher, Alexander, Koenig, Christian, Zhou, David(ChunMing),
	airlied, daniel
  Cc: amd-gfx, dri-devel, linux-kernel, kernel-janitors

On 2019-10-05 7:32 a.m., Christophe JAILLET wrote:
> p and g are switched in 'amdpgu_dm'
> 
> Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>

Reviewed-by: Harry Wentland <harry.wentland@amd.com>

Harry

> ---
>  drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
> index 92932d521d7f..b9c2e1a930ab 100644
> --- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
> +++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
> @@ -1043,7 +1043,7 @@ static void s3_handle_mst(struct drm_device *dev, bool suspend)
>  
>  /**
>   * dm_hw_init() - Initialize DC device
> - * @handle: The base driver device containing the amdpgu_dm device.
> + * @handle: The base driver device containing the amdgpu_dm device.
>   *
>   * Initialize the &struct amdgpu_display_manager device. This involves calling
>   * the initializers of each DM component, then populating the struct with them.
> @@ -1073,7 +1073,7 @@ static int dm_hw_init(void *handle)
>  
>  /**
>   * dm_hw_fini() - Teardown DC device
> - * @handle: The base driver device containing the amdpgu_dm device.
> + * @handle: The base driver device containing the amdgpu_dm device.
>   *
>   * Teardown components within &struct amdgpu_display_manager that require
>   * cleanup. This involves cleaning up the DRM device, DC, and any modules that
> 

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] drm/amd/display: Fix typo in some comments
@ 2019-10-07 14:13   ` Harry Wentland
  0 siblings, 0 replies; 8+ messages in thread
From: Harry Wentland @ 2019-10-07 14:13 UTC (permalink / raw)
  To: Christophe JAILLET, Wentland, Harry, Li, Sun peng (Leo),
	Deucher, Alexander, Koenig, Christian, Zhou, David(ChunMing),
	airlied-cv59FeDIM0c, daniel-/w4YWyX8dFk
  Cc: kernel-janitors-u79uwXL29TY76Z2rM5mHXA,
	dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

T24gMjAxOS0xMC0wNSA3OjMyIGEubS4sIENocmlzdG9waGUgSkFJTExFVCB3cm90ZToNCj4gcCBh
bmQgZyBhcmUgc3dpdGNoZWQgaW4gJ2FtZHBndV9kbScNCj4gDQo+IFNpZ25lZC1vZmYtYnk6IENo
cmlzdG9waGUgSkFJTExFVCA8Y2hyaXN0b3BoZS5qYWlsbGV0QHdhbmFkb28uZnI+DQoNClJldmll
d2VkLWJ5OiBIYXJyeSBXZW50bGFuZCA8aGFycnkud2VudGxhbmRAYW1kLmNvbT4NCg0KSGFycnkN
Cg0KPiAtLS0NCj4gIGRyaXZlcnMvZ3B1L2RybS9hbWQvZGlzcGxheS9hbWRncHVfZG0vYW1kZ3B1
X2RtLmMgfCA0ICsrLS0NCj4gIDEgZmlsZSBjaGFuZ2VkLCAyIGluc2VydGlvbnMoKyksIDIgZGVs
ZXRpb25zKC0pDQo+IA0KPiBkaWZmIC0tZ2l0IGEvZHJpdmVycy9ncHUvZHJtL2FtZC9kaXNwbGF5
L2FtZGdwdV9kbS9hbWRncHVfZG0uYyBiL2RyaXZlcnMvZ3B1L2RybS9hbWQvZGlzcGxheS9hbWRn
cHVfZG0vYW1kZ3B1X2RtLmMNCj4gaW5kZXggOTI5MzJkNTIxZDdmLi5iOWMyZTFhOTMwYWIgMTAw
NjQ0DQo+IC0tLSBhL2RyaXZlcnMvZ3B1L2RybS9hbWQvZGlzcGxheS9hbWRncHVfZG0vYW1kZ3B1
X2RtLmMNCj4gKysrIGIvZHJpdmVycy9ncHUvZHJtL2FtZC9kaXNwbGF5L2FtZGdwdV9kbS9hbWRn
cHVfZG0uYw0KPiBAQCAtMTA0Myw3ICsxMDQzLDcgQEAgc3RhdGljIHZvaWQgczNfaGFuZGxlX21z
dChzdHJ1Y3QgZHJtX2RldmljZSAqZGV2LCBib29sIHN1c3BlbmQpDQo+ICANCj4gIC8qKg0KPiAg
ICogZG1faHdfaW5pdCgpIC0gSW5pdGlhbGl6ZSBEQyBkZXZpY2UNCj4gLSAqIEBoYW5kbGU6IFRo
ZSBiYXNlIGRyaXZlciBkZXZpY2UgY29udGFpbmluZyB0aGUgYW1kcGd1X2RtIGRldmljZS4NCj4g
KyAqIEBoYW5kbGU6IFRoZSBiYXNlIGRyaXZlciBkZXZpY2UgY29udGFpbmluZyB0aGUgYW1kZ3B1
X2RtIGRldmljZS4NCj4gICAqDQo+ICAgKiBJbml0aWFsaXplIHRoZSAmc3RydWN0IGFtZGdwdV9k
aXNwbGF5X21hbmFnZXIgZGV2aWNlLiBUaGlzIGludm9sdmVzIGNhbGxpbmcNCj4gICAqIHRoZSBp
bml0aWFsaXplcnMgb2YgZWFjaCBETSBjb21wb25lbnQsIHRoZW4gcG9wdWxhdGluZyB0aGUgc3Ry
dWN0IHdpdGggdGhlbS4NCj4gQEAgLTEwNzMsNyArMTA3Myw3IEBAIHN0YXRpYyBpbnQgZG1faHdf
aW5pdCh2b2lkICpoYW5kbGUpDQo+ICANCj4gIC8qKg0KPiAgICogZG1faHdfZmluaSgpIC0gVGVh
cmRvd24gREMgZGV2aWNlDQo+IC0gKiBAaGFuZGxlOiBUaGUgYmFzZSBkcml2ZXIgZGV2aWNlIGNv
bnRhaW5pbmcgdGhlIGFtZHBndV9kbSBkZXZpY2UuDQo+ICsgKiBAaGFuZGxlOiBUaGUgYmFzZSBk
cml2ZXIgZGV2aWNlIGNvbnRhaW5pbmcgdGhlIGFtZGdwdV9kbSBkZXZpY2UuDQo+ICAgKg0KPiAg
ICogVGVhcmRvd24gY29tcG9uZW50cyB3aXRoaW4gJnN0cnVjdCBhbWRncHVfZGlzcGxheV9tYW5h
Z2VyIHRoYXQgcmVxdWlyZQ0KPiAgICogY2xlYW51cC4gVGhpcyBpbnZvbHZlcyBjbGVhbmluZyB1
cCB0aGUgRFJNIGRldmljZSwgREMsIGFuZCBhbnkgbW9kdWxlcyB0aGF0DQo+IA0K

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] drm/amd/display: Fix typo in some comments
@ 2019-10-07 14:13   ` Harry Wentland
  0 siblings, 0 replies; 8+ messages in thread
From: Harry Wentland @ 2019-10-07 14:13 UTC (permalink / raw)
  To: Christophe JAILLET, Wentland, Harry, Li, Sun peng (Leo),
	Deucher, Alexander, Koenig, Christian, Zhou, David(ChunMing),
	airlied-cv59FeDIM0c, daniel-/w4YWyX8dFk
  Cc: kernel-janitors-u79uwXL29TY76Z2rM5mHXA,
	dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

On 2019-10-05 7:32 a.m., Christophe JAILLET wrote:
> p and g are switched in 'amdpgu_dm'
> 
> Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>

Reviewed-by: Harry Wentland <harry.wentland@amd.com>

Harry

> ---
>  drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
> index 92932d521d7f..b9c2e1a930ab 100644
> --- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
> +++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
> @@ -1043,7 +1043,7 @@ static void s3_handle_mst(struct drm_device *dev, bool suspend)
>  
>  /**
>   * dm_hw_init() - Initialize DC device
> - * @handle: The base driver device containing the amdpgu_dm device.
> + * @handle: The base driver device containing the amdgpu_dm device.
>   *
>   * Initialize the &struct amdgpu_display_manager device. This involves calling
>   * the initializers of each DM component, then populating the struct with them.
> @@ -1073,7 +1073,7 @@ static int dm_hw_init(void *handle)
>  
>  /**
>   * dm_hw_fini() - Teardown DC device
> - * @handle: The base driver device containing the amdpgu_dm device.
> + * @handle: The base driver device containing the amdgpu_dm device.
>   *
>   * Teardown components within &struct amdgpu_display_manager that require
>   * cleanup. This involves cleaning up the DRM device, DC, and any modules that
> 
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] drm/amd/display: Fix typo in some comments
@ 2019-10-07 15:55     ` Alex Deucher
  0 siblings, 0 replies; 8+ messages in thread
From: Alex Deucher @ 2019-10-07 15:55 UTC (permalink / raw)
  To: Harry Wentland
  Cc: Christophe JAILLET, Wentland, Harry, Li, Sun peng (Leo),
	Deucher, Alexander, Koenig, Christian, Zhou, David(ChunMing),
	airlied, daniel, kernel-janitors, dri-devel, amd-gfx,
	linux-kernel

On Mon, Oct 7, 2019 at 10:13 AM Harry Wentland <hwentlan@amd.com> wrote:
>
> On 2019-10-05 7:32 a.m., Christophe JAILLET wrote:
> > p and g are switched in 'amdpgu_dm'
> >
> > Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
>
> Reviewed-by: Harry Wentland <harry.wentland@amd.com>

Applied.  thanks!

Alex

>
> Harry
>
> > ---
> >  drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
> > index 92932d521d7f..b9c2e1a930ab 100644
> > --- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
> > +++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
> > @@ -1043,7 +1043,7 @@ static void s3_handle_mst(struct drm_device *dev, bool suspend)
> >
> >  /**
> >   * dm_hw_init() - Initialize DC device
> > - * @handle: The base driver device containing the amdpgu_dm device.
> > + * @handle: The base driver device containing the amdgpu_dm device.
> >   *
> >   * Initialize the &struct amdgpu_display_manager device. This involves calling
> >   * the initializers of each DM component, then populating the struct with them.
> > @@ -1073,7 +1073,7 @@ static int dm_hw_init(void *handle)
> >
> >  /**
> >   * dm_hw_fini() - Teardown DC device
> > - * @handle: The base driver device containing the amdpgu_dm device.
> > + * @handle: The base driver device containing the amdgpu_dm device.
> >   *
> >   * Teardown components within &struct amdgpu_display_manager that require
> >   * cleanup. This involves cleaning up the DRM device, DC, and any modules that
> >
> _______________________________________________
> amd-gfx mailing list
> amd-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] drm/amd/display: Fix typo in some comments
@ 2019-10-07 15:55     ` Alex Deucher
  0 siblings, 0 replies; 8+ messages in thread
From: Alex Deucher @ 2019-10-07 15:55 UTC (permalink / raw)
  To: Harry Wentland
  Cc: Zhou, David(ChunMing), Li, Sun peng (Leo),
	kernel-janitors-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW, airlied-cv59FeDIM0c,
	Christophe JAILLET, amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	daniel-/w4YWyX8dFk, Deucher, Alexander, Wentland, Harry, Koenig,
	Christian

On Mon, Oct 7, 2019 at 10:13 AM Harry Wentland <hwentlan@amd.com> wrote:
>
> On 2019-10-05 7:32 a.m., Christophe JAILLET wrote:
> > p and g are switched in 'amdpgu_dm'
> >
> > Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
>
> Reviewed-by: Harry Wentland <harry.wentland@amd.com>

Applied.  thanks!

Alex

>
> Harry
>
> > ---
> >  drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
> > index 92932d521d7f..b9c2e1a930ab 100644
> > --- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
> > +++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
> > @@ -1043,7 +1043,7 @@ static void s3_handle_mst(struct drm_device *dev, bool suspend)
> >
> >  /**
> >   * dm_hw_init() - Initialize DC device
> > - * @handle: The base driver device containing the amdpgu_dm device.
> > + * @handle: The base driver device containing the amdgpu_dm device.
> >   *
> >   * Initialize the &struct amdgpu_display_manager device. This involves calling
> >   * the initializers of each DM component, then populating the struct with them.
> > @@ -1073,7 +1073,7 @@ static int dm_hw_init(void *handle)
> >
> >  /**
> >   * dm_hw_fini() - Teardown DC device
> > - * @handle: The base driver device containing the amdpgu_dm device.
> > + * @handle: The base driver device containing the amdgpu_dm device.
> >   *
> >   * Teardown components within &struct amdgpu_display_manager that require
> >   * cleanup. This involves cleaning up the DRM device, DC, and any modules that
> >
> _______________________________________________
> amd-gfx mailing list
> amd-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] drm/amd/display: Fix typo in some comments
@ 2019-10-07 15:55     ` Alex Deucher
  0 siblings, 0 replies; 8+ messages in thread
From: Alex Deucher @ 2019-10-07 15:55 UTC (permalink / raw)
  To: Harry Wentland
  Cc: Zhou, David(ChunMing), Li, Sun peng (Leo),
	kernel-janitors-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW, airlied-cv59FeDIM0c,
	Christophe JAILLET, amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	daniel-/w4YWyX8dFk, Deucher, Alexander, Wentland, Harry, Koenig,
	Christian

On Mon, Oct 7, 2019 at 10:13 AM Harry Wentland <hwentlan@amd.com> wrote:
>
> On 2019-10-05 7:32 a.m., Christophe JAILLET wrote:
> > p and g are switched in 'amdpgu_dm'
> >
> > Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
>
> Reviewed-by: Harry Wentland <harry.wentland@amd.com>

Applied.  thanks!

Alex

>
> Harry
>
> > ---
> >  drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
> > index 92932d521d7f..b9c2e1a930ab 100644
> > --- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
> > +++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
> > @@ -1043,7 +1043,7 @@ static void s3_handle_mst(struct drm_device *dev, bool suspend)
> >
> >  /**
> >   * dm_hw_init() - Initialize DC device
> > - * @handle: The base driver device containing the amdpgu_dm device.
> > + * @handle: The base driver device containing the amdgpu_dm device.
> >   *
> >   * Initialize the &struct amdgpu_display_manager device. This involves calling
> >   * the initializers of each DM component, then populating the struct with them.
> > @@ -1073,7 +1073,7 @@ static int dm_hw_init(void *handle)
> >
> >  /**
> >   * dm_hw_fini() - Teardown DC device
> > - * @handle: The base driver device containing the amdpgu_dm device.
> > + * @handle: The base driver device containing the amdgpu_dm device.
> >   *
> >   * Teardown components within &struct amdgpu_display_manager that require
> >   * cleanup. This involves cleaning up the DRM device, DC, and any modules that
> >
> _______________________________________________
> amd-gfx mailing list
> amd-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-10-07 15:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-05 11:32 [PATCH] drm/amd/display: Fix typo in some comments Christophe JAILLET
2019-10-05 11:32 ` Christophe JAILLET
2019-10-07 14:13 ` Harry Wentland
2019-10-07 14:13   ` Harry Wentland
2019-10-07 14:13   ` Harry Wentland
2019-10-07 15:55   ` Alex Deucher
2019-10-07 15:55     ` Alex Deucher
2019-10-07 15:55     ` Alex Deucher

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.