m_detect_hdmi_monitor() and use drm_display_info.is_hdmi
> instead.
>
Applied.
Thanks,
Inki Dae
> Signed-off-by: hongao
> ---
> drivers/gpu/drm/exynos/exynos_hdmi.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/exy
Hi Dan Carpenter.
Same patch[1] was posted so I will pick it up.
[1] https://www.spinics.net/lists/arm-kernel/msg967488.html
Thanks,
Inki Dae
22. 4. 8. 19:21에 Dan Carpenter 이(가) 쓴 글:
> The of_drm_find_bridge() does not return error pointers, it returns
> NULL on error.
>
Hi Dave and Daniel,
Sorry for late. Just one cleanup and fixup which corrects return type.
Please kindly let me know if there is any problem.
Thanks,
Inki Dae
The following changes since commit 320305923c88258ce50c75bf721e9bf2e420ab27:
Merge tag 'du-next-20220907' of git://l
Hi Dave and Daniel,
Just two cleanups which remove invalid maintainer info and one fixup
for releasing resouce.
Please kindly let me know if there is any problem.
Thanks,
Inki Dae
The following changes since commit c6a3d73592ae20f2f6306f823aa5121c83c88223:
Merge tag 'drm-intel-gt
er to do that we must patch all drivers
> manipulating the bridge->next field.
>
> Signed-off-by: Boris Brezillon
> Reviewed-by: Laurent Pinchart
> ---
> Changes in v2:
> * Add Laurent's R-b (I'd like to have a R-b from the DRM exynos
> maintainers before
Hi Dave,
Just one build warning fixup.
Please kindly let me know if there is any problem.
Thanks,
Inki Dae
The following changes since commit 3275a71e76fac5bc276f0d60e027b18c2e8d7a5b:
Merge tag 'drm-next-5.5-2019-10-09' of
git://people.freedesktop.org/~agd5f/linux int
19. 8. 1. 오전 1:58에 Andrzej Pietrasiewicz 이(가) 쓴 글:
> Switch to using the ddc provided by the generic connector.
>
> Signed-off-by: Andrzej Pietrasiewicz
> Acked-by: Sam Ravnborg
> Reviewed-by: Emil Velikov
Acked-by: Inki Dae
Thanks,
Inki Dae
> ---
> drivers/gpu/drm
You don't need to resend this. Already merged to exynos-drm-fixes three weeks
ago.
Thanks,
Inki Dae
19. 12. 6. 오전 1:05에 Chuhong Yuan 이(가) 쓴 글:
> The driver forgets to call component_del in remove to match component_add
> in probe.
> Add the missed call to fix it.
>
> Si
Hi Dave,
Just one bug fixup which makes sure to unregister a component
for Exynos gscaler driver.
Please kindly let me know if there is any problem.
Thanks,
Inki Dae
The following changes since commit d1eef1c619749b2a57e514a3fa67d9a516ffa919:
Linux 5.5-rc2 (2019-12-15 15:16:08 -0800
This patch changes Exynos specific 'disable' and 'enable'
callback names to 'atomic_disable/enable' for the consistency.
Signed-off-by: Inki Dae
---
drivers/gpu/drm/exynos/exynos5433_drm_decon.c | 10 +-
drivers/gpu/drm/exynos/exynos7_drm_decon.c|
> + mixer_set_memory_bandwidth(crtc);
> mixer_enable_sync(mixer_ctx);
> exynos_crtc_handle_event(crtc);
> }
> @@ -1029,6 +1066,7 @@ static void mixer_disable(struct exynos_drm_crtc *crtc)
> for (i = 0; i < MIXER_WIN_NR; i++)
> mixer_disable_plane(crtc, &ctx->planes[i]);
> > + mixer_set_memory_bandwidth(crtc);
Your intention is to set peak and average bandwidth to 0 at disabling mixer
device?
Thanks,
Inki Dae
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
ase letters starting with
> capital letter.
>
> The lowercase "Exynos" name is promoted by its manufacturer Samsung
> Electronics Co., Ltd., in advertisement materials and on website.
Making sense so picked it up now.
Thanks,
Inki Dae
>
> Signed-off-by: Krzysztof Kozlowski
20. 2. 12. 오전 1:22에 Ville Syrjala 이(가) 쓴 글:
> From: Ville Syrjälä
>
> Replace the hand rolled encoder bitmask thing with drm_encoder_mask()
>
> Cc: Inki Dae
> Cc: Joonyoung Shim
> Cc: Seung-Woo Kim
> Cc: Kyungmin Park
> Acked-by: Thomas Zimmermann
> Signed
20. 2. 17. 오전 11:27에 Inki Dae 이(가) 쓴 글:
>
>
> 20. 2. 12. 오전 1:22에 Ville Syrjala 이(가) 쓴 글:
>> From: Ville Syrjälä
>>
>> Replace the hand rolled encoder bitmask thing with drm_encoder_mask()
>>
>> Cc: Inki Dae
>> Cc: Joonyoung Shim
>> C
20. 2. 20. 오후 7:56에 Emil Velikov 이(가) 쓴 글:
> On Wed, 19 Feb 2020 at 20:36, Ville Syrjala
> wrote:
>>
>> From: Ville Syrjälä
>>
>> htotal*vtotal*vrefresh ~= clock. So just use say "clock" when we mean it.
>>
>> Cc: Inki Dae
>> Cc:
Hi Dave,
Just three fixups - fix a kernel oops and regulator warning
at booting time, and correct to print out an error message.
Please kindly let me know if there is any problem.
Thanks,
Inki Dae
The following changes since commit f091bf39700dd086ab244c823f389556fed0c513:
Merge
drm_dev->dev_private;
>
> - if (IS_ENABLED(CONFIG_ARM_DMA_USE_IOMMU))
> + if (IS_ENABLED(CONFIG_ARM_DMA_USE_IOMMU)) {
> arm_iommu_detach_device(subdrv_dev);
> - else if (IS_ENABLED(CONFIG_IOMMU_DMA))
> + arm_iommu_attach_devic
20. 3. 5. 오후 5:13에 Marek Szyprowski 이(가) 쓴 글:
> Hi Inki,
>
> On 05.03.2020 09:01, Inki Dae wrote:
>> Hi Marek,
>>
>> 20. 3. 2. 오후 11:27에 Marek Szyprowski 이(가) 쓴 글:
>>> Store the IOMMU mapping created by device core of each Exynos DRM
>>> sub-de
188/0x200
> [] kernel_init+0x8/0x110
> [<1f3cddf9>] ret_from_fork+0x14/0x20
>
> Signed-off-by: Lukasz Luba
> ---
>
> Hi all,
>
> I have discovered this issue on OdroidXU4 while running some stress tests
> for upcoming Energy Model. To reproduce i
Hi Dave,
Just one fixup to IOMMU initialization failure and memory leak
detected by kmemleak detector.
Please kindly let me know if there is any problem.
Thanks,
Inki Dae
The following changes since commit 513dc792d6060d5ef572e43852683097a8420f56:
vgacon: Fix a UAF in
Just two cleanups - one is to mask encoder bitmask using
drm_encoder_mask(), and other is to use mode->clock
instead of calculating it again.
Please kindly let me know if there is any problem.
Thanks,
Inki Dae
The following changes since com
and send it.
Sorry for confusing you. Dropped the backmerge from exynos drm fixes and pushed
it again.
Please let me know if there is any problem.
Thanks,
Inki Dae
>
> Dave.
>
> On Mon, 16 Mar 2020 at 11:04, Inki Dae wrote:
>>
>> Just two cle
Hi Dave,
Just two changes - one changes Exynos drm specfic callback names
for consistency, and other corrects the use of Exynos prefix.
Please kindly let me know if there is any problem.
Thanks,
Inki Dae
The following changes since commit d7ca2d19c751b6715e9cb899a6b94f47b3499d02
19. 11. 26. 오후 10:16에 Mihail Atanassov 이(가) 쓴 글:
> No functional change: no logic depends on driver_private being NULL, so
> it's safe to set it earlier in exynos_mic_probe.
Acked-by: Inki Dae
And tested this patch on TM2 and TM2E boards.
Tested-by: Inki Dae
Thanks,
Inki Dae
>
Hi Dave,
Just one patch which drops the use of drmP.h header file.
Please kindly let me know if there is any problem.
Thanks,
INki Dae
The following changes since commit 578d2342ec702e5fb8a77983fabb3754ae3e9660:
Merge tag 'drm-next-5.4-2019-08-23' of
git://people.freed
Hi,
On 19. 8. 13. 오전 3:51, Sam Ravnborg wrote:
> Hi Inki.
>
> Any plans to take this to the exynos tree?
>
It will be merged to next.
Thanks,
Inki Dae
> Sam
>
> On Sat, Aug 03, 2019 at 04:57:35PM +0200, Sam Ravnborg wrote:
>> There was a few uses of drmP
> refcount even if it fails, which ususally leads to leaks.
Tian Tao, could you update the description?
Thanks,
Inki Dae
>
> With that or similar added to the commit message:
>
> Reviewed-by: Daniel Vetter
>
>>
>> Signed-off-by: Tian Tao
>>
decreases the usage counter
when it failed internally so it can avoid the reference leak.
Signed-off-by: Inki Dae
---
drivers/gpu/drm/exynos/exynos5433_drm_decon.c | 7 +-
drivers/gpu/drm/exynos/exynos7_drm_decon.c| 7 +-
drivers/gpu/drm/exynos/exynos_drm_dsi.c | 7
decreases the usage counter
when it failed internally so it can avoid the reference leak.
Changelog v1:
- Fix an build error reported by kernel test robot of Intel.
Signed-off-by: Inki Dae
Reported-by: kernel test robot
---
drivers/gpu/drm/exynos/exynos5433_drm_decon.c | 7 +-
drivers/gpu/drm
Hi Dave,
Just two cleanups to replace pm_runtime_get_sync() with
pm_runtime_resume_and_get().
Please kinkdly let me know if there is any problem.
Thanks,
Inki Dae
The following changes since commit c707b73f0cfb1acc94a20389aecde65e6385349b:
Merge tag 'amd-drm-next-5.14-2021-
review yet.
[1]
https://lore.kernel.org/linux-arm-kernel/d4267645-448c-f702-fcc3-6c534d9ec...@denx.de/T/
Please let me know if there is any problem.
Thanks,
Inki Dae
The following changes since commit 68de345e101ce9a24e5c8849e69dd0dba2e8c9b2:
Merge tag 'drm-misc-next-2023-01-24
ch.
>
> Signed-off-by: Paul Cercueil
Acked-by : Inki Dae
Thanks for cleanup,
Inki Dae
> ---
> Cc: Inki Dae
> Cc: Seung-Woo Kim
> Cc: Kyungmin Park
> Cc: Krzysztof Kozlowski
> Cc: Alim Akhtar
> Cc: Jingoo Han
> Cc: linux-arm-ker...@lists.infradead.org
>
Hi Dave and Daniel,
Sorry for late. Just one patch series which converts Exynos's fbdev code
to struct drm_client.
Please let me know if there is any problem.
Thanks,
Inki Dae
The following changes since commit e82c98f2ca439356d5595ba8c9cd782f993f6f8c:
Merge tag 'amd-drm-nex
Hi Daniel,
2023년 3월 29일 (수) 오후 2:39, 대인기 님이 작성:
>
>
>
> > -Original Message-
> > From: Daniel Vetter
> > Sent: Wednesday, March 29, 2023 2:31 AM
> > To: Inki Dae
> > Cc: airl...@linux.ie; dan...@ffwll.ch; dri-devel@lists.freedesktop.org;
> >
bridge
maintainers. However, if there are no further comments until next week, I
will proceed with the pull-request.
Thanks,
Inki Dae
> Thanks
>
Hi,
2023년 3월 27일 (월) 오후 11:08, Neil Armstrong 님이 작성:
> On 23/03/2023 16:34, Fabio Estevam wrote:
> > Hi Inki,
> >
> > On Mon, Mar 13, 2023 at 9:51 PM Inki Dae wrote:
> >
> >>> Could you please apply v16?
> >>
> >>
> >> I am
well.
Please kindly let me know if there is any problem.
Thanks,
Inki Dae
The following changes since commit 46f28427f6f824b6cff06fa025a55350b7de454a:
Merge tag 'drm-rcar-next-20230325' of
git://git.kernel.org/pub/scm/linux/kernel/git/pinchartl/linux into drm-next
(2023-03-2
finitions
(kernel.org)
Thanks,
Inki Dae
>
> drivers/gpu/drm/exynos/exynos_drm_g2d.h:37:5: warning: no previous
> prototype for ‘g2d_open’ [-Wmissing-prototypes]
> drivers/gpu/drm/exynos/exynos_drm_g2d.h:42:6: warning: no previous
> prototype for ‘g2d_close’ [-Wmissing-prototypes]
>
2023년 5월 15일 (월) 오후 1:13, Inki Dae 님이 작성:
>
> Hi Krzysztof,
>
> 2023년 5월 7일 (일) 오후 11:48, Krzysztof Kozlowski
> 님이 작성:
> >
> > Stubs for !CONFIG_DRM_EXYNOS_G2D case in the header should be static
> > inline:
>
> Same patch[1] was posted before so I picked u
ways returning zero in
> the remove callback to the void returning variant.
Could you please update exynos_drm_vidi.c also? Seems you missed.
Thanks,
Inki Dae
>
> Signed-off-by: Uwe Kleine-König
> ---
> drivers/gpu/drm/exynos/exynos5433_drm_decon.c | 6 ++
> drivers/gpu/dr
Hi Dave and Daniel,
Just one fixup to graphics 2d module for exynos.
Please kindly let me know if there is any problem.
Thanks,
Inki Dae
The following changes since commit d8843eebbbd15b78c6a7745717b3705eca923b0f:
Merge tag 'amd-drm-fixes-6.4-2023-05-11'
ial thing but how about renaming it? I think the postfix,
'new', is a very generic word. I think you could introduce another
patch for it if you think it's reasonable.
Thanks,
Inki Dae
> the driver core doesn't (and cannot) cope for errors during remove. The
> only effect o
Fix a wrong error return by dropping an error return.
When vidi driver is remvoed, if ctx->raw_edid isn't same as fake_edid_info
then only what we have to is to free ctx->raw_edid so that driver removing
can work correctly - it's not an error case.
Signed-off-by: Inki Dae
---
user
> through
> > the ictl system call - vidi_connection_ioctl - is used instead of fake
> one -
> > face_edid_info.
> > In this case, ctx->raw_edid object needs to be released because
> ctx->raw_edid
> > object is allocated and the edid object sent by user is copied to the
> ctx-
> > >raw_edid by kmemdup(). :)
>
> yes... yes... I sent you another e-mail after this :)
>
I didn't check the second email you sent. :)
Thanks,
Inki Dae
> Thanks,
> Andi
>
on CONFIG_OF, it's almost always
> > better to leave out the of_match_ptr(), since the only thing it can
> > possibly do is to save a few bytes of .text if a driver can be used both
> > with and without it. Hence we remove of_match_ptr.
> >
> > Signed-off-by: Zhu Wa
Hi Dave and Daniel,
Just two fixups to Exynos vidi and g2d drivers.
Please kindly let me know if there is any problem.
Thanks,
Inki Dae
The following changes since commit 9561de3a55bed6bdd44a12820ba81ec416e705a7:
Linux 6.4-rc5 (2023-06-04 14:04:27 -0400)
are available in the Git
Hi Dave and Daniel,
Just one fixup and cleanup.
Please kindly let me know if there is any problem.
Thanks,
Inki Dae
The following changes since commit d9aa1da9a8cfb0387eb5703c15bd1f54421460ac:
Merge tag 'drm-intel-gt-next-2023-08-04' of
git://anongit.freedesktop.org/drm/drm-
2016-10-06 22:09 GMT+09:00 Tobias Jakobi :
> Hello,
>
> I think this patch was never picked up. So just a short 'ping' from my side.
>
Oops. one I missed. Will pick it up soon.
Thanks,
Inki Dae
> With best wishes,
> Tobias
>
>
> Shuah Khan wrote:
>> Fi
Hi Shuah,
2016-10-13 8:11 GMT+09:00 Shuah Khan :
> Hi Inki,
>
> On 08/15/2016 10:40 PM, Inki Dae wrote:
>
>>>
>>> okay the very first commit that added IOMMU support
>>> introduced the code that rejects non-contig gem memory
Will pick it up soon.
Thanks,
Inki Dae
2016-10-19 19:04 GMT+09:00 Arvind Yadav :
> Free memory mapping, if hdmi_probe is not successful.
>
> Signed-off-by: Arvind Yadav
> ---
> drivers/gpu/drm/exynos/exynos_hdmi.c |5 +
> 1 file changed, 5 insertions(+)
>
> diff
: Inki Dae
---
drivers/gpu/drm/exynos/exynos_drm_drv.h | 6 ++
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/drivers/gpu/drm/exynos/exynos_drm_drv.h
b/drivers/gpu/drm/exynos/exynos_drm_drv.h
index 527bf1d..b0462cc 100644
--- a/drivers/gpu/drm/exynos/exynos_drm_drv.h
+++ b
2017년 04월 05일 00:38에 Krzysztof Kozlowski 이(가) 쓴 글:
> On Tue, Mar 28, 2017 at 11:38 AM, Krzysztof Kozlowski wrote:
>> On Tue, Mar 28, 2017 at 11:26 AM, Inki Dae wrote:
>>> Merged.
>>
>> Hi,
>>
>> I do not see the tag (with DT patches) merged by you wh
2017년 04월 05일 00:38에 Krzysztof Kozlowski 이(가) 쓴 글:
> On Tue, Mar 28, 2017 at 11:38 AM, Krzysztof Kozlowski wrote:
>> On Tue, Mar 28, 2017 at 11:26 AM, Inki Dae wrote:
>>> Merged.
>>
>> Hi,
>>
>> I do not see the tag (with DT patches) merged by you wh
Hello Tobias,
2017년 04월 07일 02:10에 Tobias Jakobi 이(가) 쓴 글:
> Hello Inki,
>
>
> Inki Dae wrote:
>> This patch removes unnecessary descriptions on
>> exynos_drm_crtc structure and adds one description
>> which specifies what pipe_clk member does.
>>
>>
2017-04-07 20:40 GMT+09:00 Tobias Jakobi :
> Hello Inki,
>
>
> Inki Dae wrote:
>> Hello Tobias,
>>
>>
>> 2017년 04월 07일 02:10에 Tobias Jakobi 이(가) 쓴 글:
>>> Hello Inki,
>>>
>>>
>>> Inki Dae wrote:
>>>> This p
2017-03-29 20:56 GMT+09:00 Tobias Jakobi :
> Hello Daniel,
>
> same question here. Patch doesn't introduce any functional changes (just
> adds code documentation), so can you merge it through drm-misc?
>
Sorry for late. Confirmed just now. I will check it on next Monday.
Than
or late. Confirmed just now. This patch is a trivial thing so
will be merged soon.
Thanks,
Inki Dae
> With best wishes,
> Tobias
>
>
>
> Tobias Jakobi wrote:
>> Convert if-statements to switch statement. Removes
>> duplicated code.
>>
>> Reviewed-by: Andrz
2017년 04월 10일 19:27에 Tobias Jakobi 이(가) 쓴 글:
> Inki Dae wrote:
>> 2017-03-29 20:56 GMT+09:00 Tobias Jakobi :
>>> Hello Daniel,
>>>
>>> same question here. Patch doesn't introduce any functional changes (just
>>> adds code documentation), so can
2017년 04월 10일 19:29에 Tobias Jakobi 이(가) 쓴 글:
> Inki Dae wrote:
>> 2017-04-07 20:40 GMT+09:00 Tobias Jakobi :
>>> Hello Inki,
>>>
>>>
>>> Inki Dae wrote:
>>>> Hello Tobias,
>>>>
>>>>
>>>> 2017년 04월 07일 0
2017년 04월 11일 17:01에 Tobias Jakobi 이(가) 쓴 글:
> Inki Dae wrote:
>>
>>
>> 2017년 04월 10일 19:27에 Tobias Jakobi 이(가) 쓴 글:
>>> Inki Dae wrote:
>>>> 2017-03-29 20:56 GMT+09:00 Tobias Jakobi :
>>>>> Hello Daniel,
>>>>>
>&g
to respond to every little thing.
Thanks,
Inki Dae
>
> - Tobias
>
>
> Tobias Jakobi wrote:
>> Inki Dae wrote:
>>>
>>>
>>> 2017년 04월 10일 19:29에 Tobias Jakobi 이(가) 쓴 글:
>>>> Inki Dae wrote:
>>>>> 2017-04-07 20:40 GMT+09
ewing a patch set[1] posted by Andrzej.
After that, I will start to review your patch set - we would need to enough
review this RFC patch set.
It would be very helpful to me if other people could review this.
Thanks,
Inki Dae
[1] https://lists.freedesktop.org/archives/dri-devel/2017-April/1381
Hi Emil,
Really sorry for late. Forgot this for a long time.
2016년 05월 12일 06:39에 Emil Velikov 이(가) 쓴 글:
> Hi Inki, all,
>
> On 10 May 2016 at 08:18, Inki Dae wrote:
>> This patch changes GPL license to X11/MIT.
>>
> As mentioned by Tobias, the commit messages should el
2017년 04월 12일 16:22에 Andrzej Hajda 이(가) 쓴 글:
> DSIM uses MIC bridge which is between DECON and DSIM, so the driver
> should expect bridge node on input side.
Confirmed and merged.
Thanks,
Inki Dae
>
> Fixes: 86418f9 ("drm: convert drivers to use of_graph_get_remote_node&
rigger mode.
The panel device on TM2 and TM2E boards supports ALPM mode which makes Panel
device to be keeped on with low power even ARM, crtc and encoder devices are
off.
In this case, even if decon device is off te interrupt could happen and writing
to decon register could be tried.
Thanks,
Inki Dae
>
> return IRQ_HANDLED;
> }
>
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
2017년 04월 16일 20:50에 Tobias Jakobi 이(가) 쓴 글:
> Hello Inki,
>
> Inki Dae wrote:
>
>> Tobias, why did you post the patch set 1/2 and 2/2 before?
>> If these patches can be applied independently - you found out later - then
>> you need to clarify why you posted th
function
Please kindly let me know if there is any problem.
Thanks,
Inki Dae
The following changes since commit ab6eb211b07a42a6346e284056422fd9a8576a99:
Merge tag 'drm/panel/for-4.12-rc1' of
git://anongit.freedesktop.org/tegra/linux into drm-next (2017-04-13 06:17:40
+
2017년 04월 18일 11:05에 Inki Dae 이(가) 쓴 글:
> Hi Dave,
>
>Some improvements, fixups and cleanups to Exynos DRM.
>
>Ps. this pull-reuqest includes a merge tag from Krzysztof Kozlowski
>who is a Exynos SoC maintainer, which includes dt patches because
>these shou
by Krzysztof? They are
> already in -next
I know a merge tag would make one not to be merged if other is already merged.
Thanks,
Inki Dae
>
> Andi
> --
> To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc"
> in
> the body of a m
display mode that matches the type. So add the check code for s6e3ha2
>> compatibility and s6e3hf2 type and select the drm_display_mode of
>> default and edge type.
>>
>> Signed-off-by: Hoegeun Kwon
> Reviewed-by: Andrzej Hajda
Reviewed-by: Inki Dae
Thanks,
Inki Dae
2017년 04월 16일 20:51에 Tobias Jakobi 이(가) 쓴 글:
> Hello Inki,
>
>
>
> Inki Dae wrote:
>> 2017년 04월 11일 17:17에 Tobias Jakobi 이(가) 쓴 글:
>>> Another thing that I noticed. Why wasn't the v2 that ended up in your
>>> git ever submitted to the mailing list?
Hello Tobias,
2017년 04월 16일 20:51에 Tobias Jakobi 이(가) 쓴 글:
> Hello Inki,
>
>
> Inki Dae wrote:
>> Hello Tobias,
>>
>> 2017년 04월 11일 19:52에 Tobias Jakobi 이(가) 쓴 글:
>>> Hello Inki,
>>>
>>> please don't forget to review this series.
Hi Dave,
2017년 04월 19일 08:35에 Dave Airlie 이(가) 쓴 글:
> On 18 April 2017 at 12:05, Inki Dae wrote:
>> Hi Dave,
>>
>>Some improvements, fixups and cleanups to Exynos DRM.
>>
>>Ps. this pull-reuqest includes a merge tag from Krzysztof Kozlowski
>>
2017년 01월 24일 10:50에 Hoegeun Kwon 이(가) 쓴 글:
> Dear Thierry,
>
> Could you please review this patch?
Thierry, I think this patch has been reviewed enough but no comment from you.
Seems you are busy. I will pick up this.
Thanks.
>
> Best Regards,
> Hoegeun Kwon
>
> On 01/11/2017 03:33 PM, Ho
is any problem.
Thanks,
Inki Dae
The following changes since commit a5b2b6ebf34b20e70a2bdb5214c371744e7fa260:
drm/sti: Fix compilation failure for drm_framebuffer.pixel_format (2017-01-27
12:54:15 +1000)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git
2017년 01월 31일 18:22에 Krzysztof Kozlowski 이(가) 쓴 글:
> On Tue, Jan 31, 2017 at 2:01 AM, Inki Dae wrote:
>>
>>
>> 2017년 01월 24일 10:50에 Hoegeun Kwon 이(가) 쓴 글:
>>> Dear Thierry,
>>>
>>> Could you please review this patch?
>>
>> Thierry, I t
2017년 01월 31일 17:54에 Thierry Reding 이(가) 쓴 글:
> On Tue, Jan 31, 2017 at 09:01:07AM +0900, Inki Dae wrote:
>>
>>
>> 2017년 01월 24일 10:50에 Hoegeun Kwon 이(가) 쓴 글:
>>> Dear Thierry,
>>>
>>> Could you please review this patch?
>>
>> Thierry
Finally, Thierry gave comment and he wants the panel driver not to be merged
yet.
So removed the patch from exynos-drm-next tree.
Thanks,
Inki Dae
2017년 01월 31일 09:46에 Inki Dae 이(가) 쓴 글:
> Hi Dave,
>
>adding runtime PM support to MIC driver, and including some
>cleanups
2017-01-31 19:01 GMT+09:00 Krzysztof Kozlowski :
> On Tue, Jan 31, 2017 at 11:34 AM, Inki Dae wrote:
>>
>>
>> 2017년 01월 31일 18:22에 Krzysztof Kozlowski 이(가) 쓴 글:
>>> On Tue, Jan 31, 2017 at 2:01 AM, Inki Dae wrote:
>>>>
>>>>
>>>&
2017-01-31 20:30 GMT+09:00 Krzysztof Kozlowski :
> On Tue, Jan 31, 2017 at 12:37 PM, Inki Dae wrote:
>> 2017-01-31 19:01 GMT+09:00 Krzysztof Kozlowski :
>>> On Tue, Jan 31, 2017 at 11:34 AM, Inki Dae wrote:
>>>>
>>>>
>>>> 2017년 01월 31일 18:
31, 2017 at 09:54:49AM +0100, Thierry Reding wrote:
>>>>> On Tue, Jan 31, 2017 at 09:01:07AM +0900, Inki Dae wrote:
>>>>>>
>>>>>>
>>>>>> 2017년 01월 24일 10:50에 Hoegeun Kwon 이(가) 쓴 글:
>>>>>>> Dear Thierry
2017년 01월 20일 15:52에 Andrzej Hajda 이(가) 쓴 글:
> In some platforms there is attached another device to the end of HDMI.
> The patch adds support for it.
Andrzej, can you clarify what bridge device can be attached and actually is now
attached to the end of HDMI?
And I wonder if we have the device
2017년 02월 01일 16:34에 Andrzej Hajda 이(가) 쓴 글:
> On 01.02.2017 08:31, Inki Dae wrote:
>>
>> 2017년 01월 20일 15:52에 Andrzej Hajda 이(가) 쓴 글:
>>> In some platforms there is attached another device to the end of HDMI.
>>> The patch adds support for it.
>> Andrzej,
2017년 02월 01일 17:12에 Andrzej Hajda 이(가) 쓴 글:
> On 01.02.2017 08:44, Inki Dae wrote:
>>
>> 2017년 02월 01일 16:34에 Andrzej Hajda 이(가) 쓴 글:
>>> On 01.02.2017 08:31, Inki Dae wrote:
>>>> 2017년 01월 20일 15:52에 Andrzej Hajda 이(가) 쓴 글:
>>>>> In some platf
Dear Thierry,
2017년 02월 01일 23:44에 Thierry Reding 이(가) 쓴 글:
> On Wed, Feb 01, 2017 at 08:48:30AM +0900, Inki Dae wrote:
>>
>>
>> 2017년 02월 01일 06:31에 Thierry Reding 이(가) 쓴 글:
>>> On Tue, Jan 31, 2017 at 10:15:10AM -0800, Eric Anholt wrote:
>>>> Th
Jan 31, 2017 at 10:15:10AM -0800, Eric Anholt wrote:
>>>>> Thierry Reding writes:
>>>>>
>>>>>> [ Unknown signature status ]
>>>>>> On Tue, Jan 31, 2017 at 09:38:53AM -0500, Sean Paul wrote:
>>>>>
; On Tue, Jan 31, 2017 at 09:38:53AM -0500, Sean Paul wrote:
>>>>>>>> On Tue, Jan 31, 2017 at 09:54:49AM +0100, Thierry Reding wrote:
>>>>>>>>> On Tue, Jan 31, 2017 at 09:01:07AM +0900, Inki Dae wrote:
>>>>>>>>>>
>>&g
f (hdata->bridge) {
> + encoder->bridge = hdata->bridge;
> + hdata->bridge->encoder = encoder;
> + ret = drm_bridge_attach(encoder->dev, hdata->bridge);
arguments of drm_bridge_attach function has been changed so fixed it - trivial
2017년 02월 03일 15:38에 Inki Dae 이(가) 쓴 글:
>
>
> 2017년 02월 01일 17:29에 Andrzej Hajda 이(가) 쓴 글:
>> On TM2/TM2e platforms HDMI output is connected to MHL bridge
>> SiI8620. To allow configure UltraHD modes on the bridge
>> and to eliminate unsupported modes this brid
62681.html
Thanks,
Inki Dae.
The following changes since commit 99743ae4c5f52f8f8ceb17783056fcc9b4f8b64c:
Merge branch 'drm-etnaviv-next' of https://git.pengutronix.de/git/lst/linux
into drm-next (2017-02-03 05:41:58 +1000)
are available in the git repository at:
git://git.kernel.or
Hi Krzysztof,
Can you merge patch 2 and 5 to your tree so that they can go to mainline?
Otherwise, I can merge them to my tree if you give me acked-by.
Thanks,
Inki Dae
2017년 02월 09일 10:26에 Hoegeun Kwon 이(가) 쓴 글:
> Hi,
>
> The dsi + panel is a parental relationship, so OF grpah is n
Merged.
Thanks,
Inki Dae
2017년 02월 14일 16:46에 Dan Carpenter 이(가) 쓴 글:
> "&" was obviously intended instead of "|". The original condition is
> always true.
>
> Fixes: b93c2e8b5d9d ("drm/exynos/decon5433: configure sysreg in case of
> hardw
2017년 02월 20일 16:27에 Krzysztof Kozlowski 이(가) 쓴 글:
> On Mon, Feb 20, 2017 at 9:07 AM, Inki Dae wrote:
>> Hi Krzysztof,
>>
>> Can you merge patch 2 and 5 to your tree so that they can go to mainline?
>> Otherwise, I can merge them to my tree if you give me acked-by.
&
2017년 02월 20일 17:55에 Krzysztof Kozlowski 이(가) 쓴 글:
> On Mon, Feb 20, 2017 at 10:32 AM, Inki Dae wrote:
>>
>>
>> 2017년 02월 20일 16:27에 Krzysztof Kozlowski 이(가) 쓴 글:
>>> On Mon, Feb 20, 2017 at 9:07 AM, Inki Dae wrote:
>>>> Hi Krzysztof,
>>>>
2016-05-30 3:35 GMT+09:00 Daniel Vetter :
> We want to hide drm_atomic_state internals better.
>
Acked-by: Inki Dae
> Cc: Inki Dae
> Signed-off-by: Daniel Vetter
> ---
> drivers/gpu/drm/exynos/exynos_drm_drv.c | 8
> 1 file changed, 4 insertions(+), 4 deletion
Hi Javier,
2016ë
05ì 31ì¼ 07:58ì Javier Martinez Canillas ì´(ê°) ì´ ê¸:
> Hello Inki,
>
> On 04/05/2016 04:27 AM, Inki Dae wrote:
>> This patch adds HW trigger support on i80 mode.
>>
>> Until now, Exynos DRM only supported SW trigger which was set
>>
2016ë
10ì 26ì¼ 21:36ì Andrzej Hajda ì´(ê°) ì´ ê¸:
> Use core helpers to generate infoframes and generate vendor frame if
> necessary.
>
> Signed-off-by: Andrzej Hajda
> ---
> drivers/gpu/drm/exynos/exynos_hdmi.c | 141
> ++-
> drivers/gpu/drm/exynos
2016ë
11ì 07ì¼ 17:05ì Andrzej Hajda ì´(ê°) ì´ ê¸:
> On 07.11.2016 02:45, Inki Dae wrote:
>>
>> 2016ë
10ì 26ì¼ 21:36ì Andrzej Hajda ì´(ê°) ì´ ê¸:
>>> Use core helpers to generate infoframes and generate vendor frame if
>>> necessary.
>
Hi Dave,
No critial patch but it make sure to unmap the region
if HDMI probing failed, and it includes two trivial fixups.
Please kindly let me know if there is any problem.
Thanks,
Inki Dae
The following changes since commit c2ee69d83b2b14d68ad7ee1773fc1d40e97f201d:
Merge tag
2016ë
11ì 24ì¼ 16:51ì Hoegeun Kwon ì´(ê°) ì´ ê¸:
> The maximum size of input or output rotation is 2047 x 2047.
> Fixed an error on limitations.
You would need to consider other SoC - Exynos5250/5250/5410/5420/5433 because
other have different rotation limitations like below,
Exynos
101 - 200 of 3067 matches
Mail list logo