All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Add "activ bpc" and "active color format" drm property
@ 2021-06-08 17:43 ` Werner Sembach
  0 siblings, 0 replies; 45+ messages in thread
From: Werner Sembach @ 2021-06-08 17:43 UTC (permalink / raw)
  To: harry.wentland, sunpeng.li, alexander.deucher, christian.koenig,
	airlied, daniel, maarten.lankhorst, mripard, tzimmermann,
	jani.nikula, joonas.lahtinen, rodrigo.vivi, amd-gfx, dri-devel,
	linux-kernel, intel-gfx

I started work on my proposal for better color handling in Linux display
drivers: https://lkml.org/lkml/2021/5/12/764

In this 2nd revision the first two read-only properties are now implemented for
amdgpu and i915. I post it here to collect collect some additional feedback, if
someone sees an improvement opportunity.

I have already commited the first patch in this series independently as it fixes
a function already in use.

Some of the feedback from the first post is already implemented.

The actual update of the values is implemented in patch three and four and six
and seven in the atomic_commit_tail() function of amdgpu and atomic_commit()
function of i915 respectively. They do get updated more often than needed with
the current approach, but without harm since just the same value is written
again. A check if the update is required would be the same amount of
computation.



^ permalink raw reply	[flat|nested] 45+ messages in thread

end of thread, other threads:[~2021-06-14 16:00 UTC | newest]

Thread overview: 45+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-08 17:43 [PATCH 0/7] Add "activ bpc" and "active color format" drm property Werner Sembach
2021-06-08 17:43 ` Werner Sembach
2021-06-08 17:43 ` [Intel-gfx] " Werner Sembach
2021-06-08 17:43 ` [PATCH v2 1/7] drm/amd/display: Add missing cases convert_dc_color_depth_into_bpc Werner Sembach
2021-06-08 17:43   ` Werner Sembach
2021-06-08 17:43   ` [Intel-gfx] " Werner Sembach
2021-06-08 17:43 ` [PATCH v2 2/7] drm/uAPI: Add "active bpc" as feedback channel for "max bpc" drm property Werner Sembach
2021-06-08 17:43   ` Werner Sembach
2021-06-08 17:43   ` [Intel-gfx] " Werner Sembach
2021-06-10  7:55   ` Pekka Paalanen
2021-06-10  7:55     ` Pekka Paalanen
2021-06-10  7:55     ` [Intel-gfx] " Pekka Paalanen
2021-06-10  7:55     ` Pekka Paalanen
2021-06-14 15:59     ` Mario Kleiner
2021-06-14 15:59       ` Mario Kleiner
2021-06-14 15:59       ` [Intel-gfx] " Mario Kleiner
2021-06-14 15:59       ` Mario Kleiner
2021-06-08 17:43 ` [PATCH v2 3/7] drm/amd/display: Add handling for new "active bpc" property Werner Sembach
2021-06-08 17:43   ` Werner Sembach
2021-06-08 17:43   ` [Intel-gfx] " Werner Sembach
2021-06-08 17:43 ` [PATCH v2 4/7] drm/i915/display: " Werner Sembach
2021-06-08 17:43   ` Werner Sembach
2021-06-08 17:43   ` [Intel-gfx] " Werner Sembach
2021-06-10 12:50   ` Maxime Ripard
2021-06-10 12:50     ` Maxime Ripard
2021-06-10 12:50     ` [Intel-gfx] " Maxime Ripard
2021-06-10 12:50     ` Maxime Ripard
2021-06-10 13:59     ` Ville Syrjälä
2021-06-10 13:59       ` Ville Syrjälä
2021-06-10 13:59       ` [Intel-gfx] " Ville Syrjälä
2021-06-10 13:59       ` Ville Syrjälä
2021-06-08 17:43 ` [PATCH v2 5/7] drm/uAPI: Add "active color format" drm property as feedback for userspace Werner Sembach
2021-06-08 17:43   ` Werner Sembach
2021-06-08 17:43   ` [Intel-gfx] " Werner Sembach
2021-06-10  8:11   ` Pekka Paalanen
2021-06-10  8:11     ` Pekka Paalanen
2021-06-10  8:11     ` [Intel-gfx] " Pekka Paalanen
2021-06-10  8:11     ` Pekka Paalanen
2021-06-08 17:43 ` [PATCH v2 6/7] drm/amd/display: Add handling for new "active color format" property Werner Sembach
2021-06-08 17:43   ` Werner Sembach
2021-06-08 17:43   ` [Intel-gfx] " Werner Sembach
2021-06-08 17:43 ` [PATCH v2 7/7] drm/i915/display: " Werner Sembach
2021-06-08 17:43   ` Werner Sembach
2021-06-08 17:43   ` [Intel-gfx] " Werner Sembach
2021-06-08 19:01 ` [Intel-gfx] ✗ Fi.CI.BUILD: failure for Add "activ bpc" and "active color format" drm property Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.