Re: [PATCH] drm/tidss: Add MIT license along with GPL-2.0

2024-09-12 Thread Andrew Halaney
from this > display driver in a more permissive manner. > > Signed-off-by: Devarsh Thakkar Acked-by: Andrew Halaney

Re: [PATCH] drm/msm/adreno: De-spaghettify the use of memory barriers

2024-05-16 Thread Andrew Halaney
On Thu, May 16, 2024 at 08:20:05PM GMT, Akhil P Oommen wrote: > On Thu, May 16, 2024 at 08:15:34AM -0500, Andrew Halaney wrote: > > On Wed, May 15, 2024 at 12:08:49AM GMT, Akhil P Oommen wrote: > > > On Wed, May 08, 2024 at 07:46:31PM +0200, Konrad Dybcio wrote: > > > &g

Re: [PATCH] drm/msm/adreno: De-spaghettify the use of memory barriers

2024-05-16 Thread Andrew Halaney
On Wed, May 15, 2024 at 12:08:49AM GMT, Akhil P Oommen wrote: > On Wed, May 08, 2024 at 07:46:31PM +0200, Konrad Dybcio wrote: > > Memory barriers help ensure instruction ordering, NOT time and order > > of actual write arrival at other observers (e.g. memory-mapped IP). > > On architectures employ

Re: [PATCH] drm/msm: Drop msm_read/writel

2024-04-10 Thread Andrew Halaney
the end of the diff. Reviewed-by: Andrew Halaney > --- > only compile-tested > --- > drivers/gpu/drm/msm/adreno/a6xx_gmu.c | 2 +- > drivers/gpu/drm/msm/adreno/a6xx_gmu.h | 12 ++-- > drivers/gpu/drm/msm/adreno/a6xx_gpu.h | 4 ++-- > drivers/gpu/d

[PATCH] drm/tidss: Use dev_err_probe() over dev_dbg() when failing to probe the port

2024-02-28 Thread Andrew Halaney
ff-by: Andrew Halaney --- There's definitely more spots in this driver that could be upgraded from dev_dbg() to something more appropriate, but this one burned me today so I thought I'd send a patch for it specifically before I forget. --- drivers/gpu/drm/tidss/tidss_kms.c | 3 +-- 1

Re: [PATCH 3/8] clk: qcom: clk-alpha-pll: Add HUAYRA_2290 support

2024-02-19 Thread Andrew Halaney
On Mon, Feb 19, 2024 at 02:35:48PM +0100, Konrad Dybcio wrote: > Commit 134b55b7e19f ("clk: qcom: support Huayra type Alpha PLL") > introduced an entry to the alpha offsets array, but diving into QCM2290 > downstream and some documentation, it turned out that the name Huayra > apparently has been u

Re: [PATCH] fbdev/simplefb: change loglevel when the power domains cannot be parsed

2023-12-12 Thread Andrew Halaney
support for generic power-domains") > Signed-off-by: Brian Masney Acked-by: Andrew Halaney > --- > drivers/video/fbdev/simplefb.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/video/fbdev/simplefb.c b/drivers/video/fbdev/simplefb.c > inde