Merge drm/drm-next into drm-intel-next-queued

This is needed to get the fourcc code merged without conflicts.

Signed-off-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
此提交包含在:
Joonas Lahtinen
2019-03-27 18:23:53 +02:00
當前提交 0e2f54f88b
共有 10350 個檔案被更改,包括 470334 行新增217966 行删除

查看文件

@@ -154,12 +154,6 @@ static inline u64 ptr_to_u64(const void *ptr)
#include <linux/list.h>
static inline int list_is_first(const struct list_head *list,
const struct list_head *head)
{
return head->next == list;
}
static inline void __list_del_many(struct list_head *head,
struct list_head *first)
{