mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
dma-buf: Rename CONFIG_DMABUF_DEBUG_ADVANCED to CONFIG_RK_DMABUF_DEBUG_ADVANCED
Signed-off-by: Tao Huang <huangtao@rock-chips.com> Change-Id: I7752359d34e1fb579471d915c2e2039229a2defc
This commit is contained in:
@@ -17,8 +17,8 @@ config RK_DMABUF_DEBUG
|
||||
This option support to debug all the dmabuf on db_list, allows to set
|
||||
a name for dmabuf. If not sure, say N
|
||||
|
||||
config DMABUF_DEBUG_ADVANCED
|
||||
bool "DMABUF debug advanced option"
|
||||
config RK_DMABUF_DEBUG_ADVANCED
|
||||
bool "Rockchip DMABUF debug advanced option"
|
||||
depends on RK_DMABUF_DEBUG
|
||||
help
|
||||
This option support to debug all the dmabuf on db_list, allows to attach
|
||||
|
||||
@@ -79,7 +79,7 @@ static void rk_dmabuf_dump_sgt(const struct dma_buf *dmabuf, void *private)
|
||||
return;
|
||||
}
|
||||
/* Try to attach and map the dmabufs without sgt. */
|
||||
if (IS_ENABLED(CONFIG_DMABUF_DEBUG_ADVANCED)) {
|
||||
if (IS_ENABLED(CONFIG_RK_DMABUF_DEBUG_ADVANCED)) {
|
||||
struct dma_buf *dbuf = (struct dma_buf *)dmabuf;
|
||||
|
||||
get_dma_buf(dbuf);
|
||||
|
||||
Reference in New Issue
Block a user