[PULL] drm-intel-next-fixes

2022-01-13 Thread Tvrtko Ursulin
Hi Dave and Daniel, A few fixes for the merge window. One dealing with runtime PM handling on the PXP unbind path and a few regarding the newly added TTM backend support. Regards, Tvrtko --- drm-intel-next-fixes-2022-01-13: - Hold runtime PM wakelock during PXP unbind (Juston Li) - Three

[PATCH 3/4] dim: Move timestamp file to XDG_CACHE_HOME

2022-01-13 Thread Maxime Ripard
XDG_CACHE_HOME is meant to hold "user-specific, non-essential data" which seems like a good fit and avoids bloating ~. Signed-off-by: Maxime Ripard --- dim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dim b/dim index f098b14b4da1..a5aa182b2e24 100755 --- a/dim +++ b/dim

[PATCH 4/4] dim: Introduce a new configuration file in .config/dim

2022-01-13 Thread Maxime Ripard
The dim configuration has been stored in ~/.dimrc so far, but using XDG_CONFIG_HOME allows for a tidier home directory. Introduce a new XDG_CONFIG_HOME/dim/dimrc path. Signed-off-by: Maxime Ripard --- dim | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/dim b/dim

[PATCH 2/4] dim: Move last-path file to XDG_CACHE_HOME

2022-01-13 Thread Maxime Ripard
XDG_CACHE_HOME is meant to hold "user-specific, non-essential data" which seems like a good fit and avoids bloating ~. Signed-off-by: Maxime Ripard --- bash_completion | 4 +++- dim | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/bash_completion

[PATCH 1/4] dim: Move dim-last-path path definition to a variable

2022-01-13 Thread Maxime Ripard
The code has multiple places where the .dim-last-path file is referenced, so let's move it to a variable. Signed-off-by: Maxime Ripard --- bash_completion | 4 +++- dim | 6 -- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/bash_completion b/bash_completion index

[PULL] drm-misc-next-fixes

2022-01-13 Thread Thomas Zimmermann
Hi Dave and Daniel, here's this week's PR for drm-misc-next-fixes. Best regards Thomas drm-misc-next-fixes-2022-01-13: * Fix use of CRTC state's active vs enable in atomic helper The following changes since commit 5da8b49de472c1da8658466d4f63ef8d9251a819: dt-bindings: display: bridge: