disp: msm: sde: fix spacing of #defines
Defines should always have a single space between #define and the keyword to allow for searching where these definitions are located using grep. Change-Id: I38778e789b12df8a7a22c22dd27152a5ab047405 Signed-off-by: Steve Cohen <cohens@codeaurora.org>
このコミットが含まれているのは:

committed by
Gerrit - the friendly Code Review server

コミット
f303123d53
@@ -1,6 +1,6 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-only
|
||||
/*
|
||||
* Copyright (c) 2015-2019, The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2015-2020, The Linux Foundation. All rights reserved.
|
||||
*/
|
||||
#include <linux/iopoll.h>
|
||||
|
||||
@@ -38,28 +38,28 @@
|
||||
#define INTF_ACTIVE_DATA_HCTL 0x068
|
||||
#define INTF_FRAME_LINE_COUNT_EN 0x0A8
|
||||
#define INTF_FRAME_COUNT 0x0AC
|
||||
#define INTF_LINE_COUNT 0x0B0
|
||||
#define INTF_LINE_COUNT 0x0B0
|
||||
|
||||
#define INTF_DEFLICKER_CONFIG 0x0F0
|
||||
#define INTF_DEFLICKER_STRNG_COEFF 0x0F4
|
||||
#define INTF_DEFLICKER_WEAK_COEFF 0x0F8
|
||||
#define INTF_DEFLICKER_CONFIG 0x0F0
|
||||
#define INTF_DEFLICKER_STRNG_COEFF 0x0F4
|
||||
#define INTF_DEFLICKER_WEAK_COEFF 0x0F8
|
||||
|
||||
#define INTF_REG_SPLIT_LINK 0x080
|
||||
#define INTF_DSI_CMD_MODE_TRIGGER_EN 0x084
|
||||
#define INTF_PANEL_FORMAT 0x090
|
||||
#define INTF_TPG_ENABLE 0x100
|
||||
#define INTF_TPG_MAIN_CONTROL 0x104
|
||||
#define INTF_TPG_VIDEO_CONFIG 0x108
|
||||
#define INTF_TPG_COMPONENT_LIMITS 0x10C
|
||||
#define INTF_TPG_RECTANGLE 0x110
|
||||
#define INTF_TPG_INITIAL_VALUE 0x114
|
||||
#define INTF_TPG_BLK_WHITE_PATTERN_FRAMES 0x118
|
||||
#define INTF_TPG_RGB_MAPPING 0x11C
|
||||
#define INTF_PROG_FETCH_START 0x170
|
||||
#define INTF_PROG_ROT_START 0x174
|
||||
#define INTF_REG_SPLIT_LINK 0x080
|
||||
#define INTF_DSI_CMD_MODE_TRIGGER_EN 0x084
|
||||
#define INTF_PANEL_FORMAT 0x090
|
||||
#define INTF_TPG_ENABLE 0x100
|
||||
#define INTF_TPG_MAIN_CONTROL 0x104
|
||||
#define INTF_TPG_VIDEO_CONFIG 0x108
|
||||
#define INTF_TPG_COMPONENT_LIMITS 0x10C
|
||||
#define INTF_TPG_RECTANGLE 0x110
|
||||
#define INTF_TPG_INITIAL_VALUE 0x114
|
||||
#define INTF_TPG_BLK_WHITE_PATTERN_FRAMES 0x118
|
||||
#define INTF_TPG_RGB_MAPPING 0x11C
|
||||
#define INTF_PROG_FETCH_START 0x170
|
||||
#define INTF_PROG_ROT_START 0x174
|
||||
|
||||
#define INTF_MISR_CTRL 0x180
|
||||
#define INTF_MISR_SIGNATURE 0x184
|
||||
#define INTF_MISR_CTRL 0x180
|
||||
#define INTF_MISR_SIGNATURE 0x184
|
||||
|
||||
#define INTF_MUX 0x25C
|
||||
#define INTF_STATUS 0x26C
|
||||
|
新しいイシューから参照
ユーザーをブロックする