[PATCH] drm: Loongson-3 doesn't fully support wc memory

2016-04-20 Thread Greg KH
On Wed, Apr 20, 2016 at 02:18:20PM +0800, Huacai Chen wrote: > Cc: stable at vger.kernel.org This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read Documentation/stable_kernel_rules.txt for how to do this properly.

[PATCH] drm: Loongson-3 doesn't fully support wc memory

2016-04-20 Thread Huacai Chen
Cc: stable at vger.kernel.org On Tue, Apr 19, 2016 at 9:53 PM, Alex Deucher wrote: > On Tue, Apr 19, 2016 at 7:19 AM, Huacai Chen wrote: >> Signed-off-by: Huacai Chen > > Reviewed-by: Alex Deucher > >> --- >> include/drm/drm_cache.h | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git

[PATCH] drm: Loongson-3 doesn't fully support wc memory

2016-04-20 Thread Daniel Vetter
On Wed, Apr 20, 2016 at 03:49:23PM +0900, Greg KH wrote: > On Wed, Apr 20, 2016 at 02:18:20PM +0800, Huacai Chen wrote: > > Cc: stable at vger.kernel.org > > > > This is not the correct way to submit patches for inclusion in the > stable kernel tree. Please read Documentation/stable_kernel_rule

[PATCH] drm: Loongson-3 doesn't fully support wc memory

2016-04-19 Thread Huacai Chen
Signed-off-by: Huacai Chen --- include/drm/drm_cache.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/drm/drm_cache.h b/include/drm/drm_cache.h index 461a055..cebecff 100644 --- a/include/drm/drm_cache.h +++ b/include/drm/drm_cache.h @@ -39,6 +39,8 @@ static inline bool drm_arch_ca

[PATCH] drm: Loongson-3 doesn't fully support wc memory

2016-04-19 Thread Alex Deucher
On Tue, Apr 19, 2016 at 7:19 AM, Huacai Chen wrote: > Signed-off-by: Huacai Chen Reviewed-by: Alex Deucher > --- > include/drm/drm_cache.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/include/drm/drm_cache.h b/include/drm/drm_cache.h > index 461a055..cebecff 100644 > --- a/inclu