mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-27 11:58:32 -04:00
drm/i915: move dbuf under display sub-struct
Move display dbuf related members under drm_i915_private display sub-struct. Signed-off-by: Jani Nikula <jani.nikula@intel.com> Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/3363a516c12bd8bfb240131e9eb9fc3a0f3057a3.1661779055.git.jani.nikula@intel.com
This commit is contained in:
@@ -281,13 +281,6 @@ struct drm_i915_private {
|
||||
unsigned int hpll_freq;
|
||||
unsigned int czclk_freq;
|
||||
|
||||
struct {
|
||||
/* The current hardware dbuf configuration */
|
||||
u8 enabled_slices;
|
||||
|
||||
struct intel_global_obj obj;
|
||||
} dbuf;
|
||||
|
||||
/**
|
||||
* wq - Driver workqueue for GEM.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user