-
Notifications
You must be signed in to change notification settings - Fork 29
Make it compile on Linux 6.16 and improve performance #32
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
Open
tiirwaa
wants to merge
39
commits into
rhgndf:main
Choose a base branch
from
tiirwaa:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
091da7e
kernel-6.15
425860c
kernel-6.15
c3432d7
kernel-6.15
b216f9d
Optimized ms912x driver code without breaking functionality
ed01bba
Optimized transfer
6641931
Optimized driver
8c7723d
Fix driver features: add DRIVER_RENDER flag for better compatibility
dcb01a3
Limit frame rate to 60 fps to reduce CPU usage and improve USB HDMI p…
1bd7d3e
Optimización: calcular u y v con promedios de RGB
7077109
Optimize temp_buffer allocation: pre-allocate fixed buffer size for m…
6c2a59c
Fix on ms912x_free_request
37f09d6
Improve performance by removing blocking wait_for_completion_timeout …
f1fe2cc
fixes
2de8c78
fixed vsync
9b31292
Implement YUV422 LUT and framebuffer conversion for USB transfer
af14c15
Allow higher frame rate by lowering timeout to 1 ms
80864e3
Fixed timeout in fps limiter to 16ms = 60fps
2e85e19
ms912x_pipe_update optized
1a12fa6
Restored screen modes previusly removed
7952e0d
Format code with clang-format and clean comments as requested
3d65c05
Update ms912x_registers.c
tiirwaa 24de617
Keep original indentation for ms912x_mode_list
a15f323
Merge branch 'kernel-6.15'
0426c19
restore original comments
94ad4b2
'yuv_lut_initialized' lacks synchronization fixed
84ce500
last_send_jiffies per device fixed
9a8444e
removed static enum drm_mode_status
7c5fab6
restored static enum drm_mode_status needed by ms912x_pipe_mode_valid
b4a51dd
removed HAS_BLOCK_READ never defined
4f758e4
Delete dmesg.log
tiirwaa 5f89ff5
Update README.md
tiirwaa 8f0154e
Update README.md
tiirwaa 7b0576a
Update ms912x_drv.c
spin877 6402092
Merge pull request #1 from spin877/patch-1
tiirwaa 59bd9bd
"from_timer" was renamed to "timer_container_of"
nickcat1 1374114
Merge pull request #3 from nickcat1/main
tiirwaa 27ac717
Update README.md
tiirwaa 2e792bf
Update README.md
tiirwaa e3acb12
Update README.md
tiirwaa File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Why?