-
Notifications
You must be signed in to change notification settings - Fork 205
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
gpu_fakedev: better dra support #1518
Conversation
@eero-t to take this over |
This adds generation of the sys/bus folder files, so that dra can use the generated files to an extent. Signed-off-by: Ukri Niemimuukko <[email protected]>
offtopic: |
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.
/lgtm
When more than 2 items are joined, I would have preferred Sprintf()
to be done separately from Join()
, but otherwise this does increase readability (as all items are listed in the order they are in the resulting path).
@tkatila Do you also approve? (and could you update CODEOWNERS?) |
I'll review shortly. And yes, I can update the CODEOWNERS. |
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.
lgtm
This adds generation of the sys/bus folder files, so that dra can use the generated files to an extent.