Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
arnavpuranik
kernel
Commits
146d5c0c
Commit
146d5c0c
authored
Oct 09, 2021
by
arnavpuranik
Browse files
Revert "Introducing KLapse - A kernel level livedisplay module v4.0"
This reverts commit
54d5dc99
.
parent
807f03dd
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
drivers/video/fbdev/msm/Kconfig
View file @
146d5c0c
...
...
@@ -129,11 +129,4 @@ config FB_MSM_MDSS_KCAL_CTRL
Enable sysfs for post-processing control of mdss-mdp5 display
controllers in MDSS.
config KLAPSE
bool CONFIG_KLAPSE
depends on FB_MSM_MDSS
default n
help
A simple rgb dynamic lapsing module similar to LineageOS' livedisplay
endif
drivers/video/fbdev/msm/Makefile
View file @
146d5c0c
...
...
@@ -63,7 +63,6 @@ obj-$(CONFIG_FB_MSM_QPIC) += mdss-qpic.o
obj-$(CONFIG_FB_MSM_QPIC_ILI_QVGA_PANEL)
+=
qpic_panel_ili_qvga.o
obj-$(CONFIG_FB_MSM_MDSS)
+=
mdss_fb.o mdss_util.o
obj-$(CONFIG_KLAPSE)
+=
klapse.o
obj-$(CONFIG_COMPAT)
+=
mdss_compat_utils.o
obj-$(CONFIG_FB_MSM_MDSS)
+=
mdss_livedisplay.o
...
...
drivers/video/fbdev/msm/klapse.c
deleted
100644 → 0
View file @
807f03dd
This diff is collapsed.
Click to expand it.
drivers/video/fbdev/msm/klapse.h
deleted
100644 → 0
View file @
807f03dd
#ifndef _LINUX_KLAPSE_H
#define _LINUX_KLAPSE_H
/* Required variables for external access. Change as per use */
extern
void
set_rgb_slider
(
u32
bl_lvl
);
// This file uses generalised K_### defines
// The interpretation (right argument) should be the respective color's var that you
// include as extern via the CUSTOM_HEADER above
#define K_RED kcal_red
#define K_GREEN kcal_green
#define K_BLUE kcal_blue
#define K_TYPE unsigned short
extern
K_TYPE
K_RED
,
K_GREEN
,
K_BLUE
;
#endif
/* _LINUX_KLAPSE_H */
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment