On Mon, Mar 09, 2020 at 09:01:27PM +0200, Laurent Pinchart wrote:
Hi Sam,
On Mon, Mar 09, 2020 at 08:00:47PM +0100, Sam Ravnborg wrote:
On Mon, Mar 09, 2020 at 08:42:10PM +0200, Laurent Pinchart wrote:
The OrtusTech COM43H4M85ULC is a DPI panel, set the connector type accordingly.
Signed-off-by: Laurent Pinchart laurent.pinchart@ideasonboard.com
Reviewed-by: Sam Ravnborg sam@ravnborg.org
I assume you will apply to drm-misc-next - OK?
I still haven't got around to using dim :-)
I can manage - so the entry level is pretty low.
My lame and simple workflow
dim update-branches # save patch from mutt cat mbox | dim apply git rebase etc. dim checkpatch <= if I make changes while applying #build testing dim push
And when I do my own stuff: dim update-branches git checkout -b sam-my-stuff hacking-hacking commit, commit git rebase --exec "dim add-missing-cc" HEAD~5
dim can do much more than that - but the above is the few dim commands I use. This help me to do things remotely correct.
So maybe this is as good as any time to try out dim?
Sam