Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
L
linux-next
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Angus Ainslie
linux-next
Commits
d9123382
Commit
d9123382
authored
Apr 26, 2019
by
Guido Gunther
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dcss: Rename COLORIMETRY_ADOBE_RGB
See
463659a0
Signed-off-by:
Guido Günther
<
guido.gunther@puri.sm
>
parent
0b745c24
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
drivers/gpu/drm/imx/dcss/dcss-crtc.c
drivers/gpu/drm/imx/dcss/dcss-crtc.c
+1
-1
No files found.
drivers/gpu/drm/imx/dcss/dcss-crtc.c
View file @
d9123382
...
...
@@ -170,7 +170,7 @@ void dcss_crtc_setup_opipe(struct drm_crtc *crtc, struct drm_connector *conn,
if
((
colorimetry
&
HDMI_EXTENDED_COLORIMETRY_BT2020
)
||
(
colorimetry
&
HDMI_EXTENDED_COLORIMETRY_BT2020_CONST_LUM
))
dcss_crtc
->
opipe_g
=
G_REC2020
;
else
if
(
colorimetry
&
HDMI_EXTENDED_COLORIMETRY_
ADOBE_
RGB
)
else
if
(
colorimetry
&
HDMI_EXTENDED_COLORIMETRY_
OP
RGB
)
dcss_crtc
->
opipe_g
=
G_ADOBE_ARGB
;
else
if
(
colorimetry
&
HDMI_EXTENDED_COLORIMETRY_XV_YCC_709
)
dcss_crtc
->
opipe_g
=
G_REC709
;
...
...
Write
Preview
Markdown
is supported
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