-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for DPMS. #1618
base: dev
Are you sure you want to change the base?
Add support for DPMS. #1618
Conversation
sys/dev/drm/komeda/komeda_plane.c
Outdated
@@ -182,6 +182,19 @@ komeda_plane_atomic_disable(struct drm_plane *plane, | |||
dprintf("%s\n", __func__); | |||
} | |||
|
|||
void | |||
dou_ds_control(struct komeda_drm_softc *sc, bool enable) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ds_control but BS_CONTROL?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess same as dou_ds_timing_setup...
b50228a
to
fc0e9f0
Compare
Moving the last commit to the beginning and never misnaming |
First two commits should also be reordered; fix the function before adding to it |
I dont see why commits have to be re-ordered |
driver. Also disable pixel clock and pipeline components in Komeda driver. This puts devices into lower power mode and blanks the screen.
display mode straight from bridge_mode_set() as it should be.
o Move dou_bs_control() call.
No description provided.