Re: [PATCH v2 00/12] drm: add check if io_mem_pfn is NULL and cleanup

2017-12-25 Thread Christian König
Series is Reviewed-by: Christian König . I'm going to pick that up for 4.16. Thanks for the cleanup, Christian. Am 25.12.2017 um 04:43 schrieb Tan Xiaojun: I found an OOPS when I used the mainline kernel for graphical tests in Hisilicon D05, I do not know how to solve this problem until I saw

Re: [PATCH 1/3] drm/ttm: use an operation ctx for ttm_tt_bind

2017-12-25 Thread Christian König
Am 25.12.2017 um 07:07 schrieb Roger He: forward the operation context to ttm_tt_bind as well, and the ultimate goal is swapout enablement for reserved BOs. v2: use common term rather than amd specific Change-Id: I42a7df8c50e1ce3b527ee9cb78809f8e58136f07 Signed-off-by: Roger He Reviewed-by:

Re: [PATCH 2/3] drm/ttm: add new function to check if bo is allowable to evict or swapout

2017-12-25 Thread Christian König
Am 25.12.2017 um 07:07 schrieb Roger He: extract a function as ttm_bo_evict_swapout_allowable since eviction and swapout can share same logic. v2: modify commit message and add description in the code Change-Id: I80a475a93fceed8d66d74a1832c815a0756341ac Signed-off-by: Roger He Reviewed-by: C

Re: [PATCH 3/3] drm/ttm: enable swapout for reserved BOs during allocation

2017-12-25 Thread Christian König
Am 25.12.2017 um 07:07 schrieb Roger He: if the bo shares same reservation object then not lock it again at swapout time to make it possible to swap out. v2: refine the commmit message Change-Id: I1e87954564f38ad298bf6e4ff88c9f26f291a62d Signed-off-by: Roger He Reviewed-by: Christian König

Re: [PATCH v2 00/12] drm: add check if io_mem_pfn is NULL and cleanup

2017-12-25 Thread Tan Xiaojun
On 2017/12/25 16:18, Christian König wrote: > Series is Reviewed-by: Christian König . > > I'm going to pick that up for 4.16. > > Thanks for the cleanup, > Christian. > Thank you very much. Xiaojun. > Am 25.12.2017 um 04:43 schrieb Tan Xiaojun: >> I found an OOPS when I used the mainline kern

[Bug 104275] Stoney Ridge laptop display goes blank after HDMI gets plugged/unplugged in extended mode.

2017-12-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104275 --- Comment #11 from alex_zha...@dell.com --- (In reply to Harry Wentland from comment #9) > Created attachment 136321 [details] [review] > DC scatter gather patch > > You'll need this DC patch. Hi Harry, As patch below, + /* +

Re: [PATCH 1/3] drm/ttm: use an operation ctx for ttm_tt_bind

2017-12-25 Thread Thomas Hellstrom
This series, Revewed-by: Thomas Hellström Thanks! /Thomas On 12/25/2017 07:07 AM, Roger He wrote: forward the operation context to ttm_tt_bind as well, and the ultimate goal is swapout enablement for reserved BOs. v2: use common term rather than amd specific Change-Id: I42a7df8c50e1ce3b5

[Bug 95306] Random Blank(black) screens on "Carrizo"

2017-12-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=95306 --- Comment #81 from Kelly Anderson --- 4.15rc5 is also working fine with respect to this problem. -- You are receiving this mail because: You are the assignee for the bug.___ dri-devel mailing list d

[lkp-robot] [lib/rbtree,drm/mm] adc8732ba8: WARNING:at_lib/stackdepot.c:#depot_save_stack

2017-12-25 Thread kernel test robot
FYI, we noticed the following commit (built with gcc-7): commit: adc8732ba8dc55ea7dd226a2edc59a8ef57478cf ("lib/rbtree,drm/mm: Add rbtree_replace_node_cached()") git://anongit.freedesktop.org/drm-intel topic/core-for-CI in testcase: boot on test machine: qemu-system-x86_64 -enable-kvm -m 420M

Re: [PATCH v14 0/3] Move backlight helper functions from tinydrm-helpers to linux/backlight

2017-12-25 Thread Meghana Madhyastha
On Thu, Dec 21, 2017 at 11:52:43AM +0100, Noralf Trønnes wrote: > > Den 11.12.2017 18.56, skrev Noralf Trønnes: > > > >Den 11.12.2017 18.45, skrev Noralf Trønnes: > >> > >>Den 11.12.2017 15.58, skrev Meghana Madhyastha: > >>>On Mon, Dec 11, 2017 at 03:12:06PM +0100, Noralf Trønnes wrote: > Den