Merge "disp: msm: sde: add pr_fmt for SDE VM layer"

This commit is contained in:
qctecmdr
2021-07-21 21:20:52 -07:00
committed by Gerrit - the friendly Code Review server
3 changed files with 7 additions and 1 deletions

View File

@@ -3,6 +3,8 @@
* Copyright (c) 2020-2021, The Linux Foundation. All rights reserved. * Copyright (c) 2020-2021, The Linux Foundation. All rights reserved.
*/ */
#define pr_fmt(fmt) "[drm:%s:%d] " fmt, __func__, __LINE__
#include <linux/list_sort.h> #include <linux/list_sort.h>
#include "linux/sde_rsc.h" #include "linux/sde_rsc.h"
#include "dsi/dsi_display.h" #include "dsi/dsi_display.h"

View File

@@ -2,6 +2,9 @@
/* /*
* Copyright (c) 2020-2021, The Linux Foundation. All rights reserved. * Copyright (c) 2020-2021, The Linux Foundation. All rights reserved.
*/ */
#define pr_fmt(fmt) "[drm:%s:%d] " fmt, __func__, __LINE__
#include <linux/notifier.h> #include <linux/notifier.h>
#include <linux/gunyah/gh_rm_drv.h> #include <linux/gunyah/gh_rm_drv.h>
#include <linux/gunyah/gh_irq_lend.h> #include <linux/gunyah/gh_irq_lend.h>

View File

@@ -3,6 +3,8 @@
* Copyright (c) 2020-2021, The Linux Foundation. All rights reserved. * Copyright (c) 2020-2021, The Linux Foundation. All rights reserved.
*/ */
#define pr_fmt(fmt) "[drm:%s:%d] " fmt, __func__, __LINE__
#include <linux/gunyah/gh_rm_drv.h> #include <linux/gunyah/gh_rm_drv.h>
#include <linux/gunyah/gh_irq_lend.h> #include <linux/gunyah/gh_irq_lend.h>
#include <linux/gunyah/gh_mem_notifier.h> #include <linux/gunyah/gh_mem_notifier.h>
@@ -15,7 +17,6 @@
#include "sde_vm.h" #include "sde_vm.h"
#include "sde_vm_msgq.h" #include "sde_vm_msgq.h"
#define to_vm_trusted(vm) ((struct sde_vm_trusted *)vm) #define to_vm_trusted(vm) ((struct sde_vm_trusted *)vm)
static int __sgl_cmp(const void *a, const void *b) static int __sgl_cmp(const void *a, const void *b)