the Chromium logo

The Chromium Projects

Upstreaming drm patches

Pre-requisites

Sending the patch

; git remote add -f upstream <remote_addr> ; git fetch upstream

; git branch -t for_upstream upstream/<upstream_branch>

; git format-patch <optional parameters> HEAD^..

; git send-email --to=dri-devel@lists.freedesktop.org