Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
OpenBMC Firmware
talos-obmc-linux
Commits
dfdba7fd
Commit
dfdba7fd
authored
11 years ago
by
Russell King
Browse files
Options
Download
Plain Diff
Merge branches 'drm-3.12' and 'tda998x-3.12' into drm-tda998x-3.12
parents
662af0d8
893c3e53
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
drivers/gpu/drm/i2c/tda998x_drv.c
drivers/gpu/drm/i2c/tda998x_drv.c
+3
-0
No files found.
drivers/gpu/drm/i2c/tda998x_drv.c
View file @
dfdba7fd
...
...
@@ -17,6 +17,7 @@
#include <linux/hdmi.h>
#include <linux/module.h>
#include <drm/drmP.h>
...
...
@@ -549,6 +550,8 @@ tda998x_write_avi(struct drm_encoder *encoder, struct drm_display_mode *mode)
buf
[
HB
(
0
)]
=
0x82
;
buf
[
HB
(
1
)]
=
0x02
;
buf
[
HB
(
2
)]
=
13
;
buf
[
PB
(
1
)]
=
HDMI_SCAN_MODE_UNDERSCAN
;
buf
[
PB
(
3
)]
=
HDMI_QUANTIZATION_RANGE_FULL
<<
2
;
buf
[
PB
(
4
)]
=
drm_match_cea_mode
(
mode
);
tda998x_write_if
(
encoder
,
DIP_IF_FLAGS_IF2
,
REG_IF2_HB0
,
buf
,
...
...
This diff is collapsed.
Click to expand it.
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