drm/xe/display: Create a dummy version for vga decode
authorUma Shankar <uma.shankar@intel.com>
Fri, 6 Oct 2023 11:56:45 +0000 (17:26 +0530)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 21 Dec 2023 16:44:32 +0000 (11:44 -0500)
commitc79802d100d1dd8b1748ea7dc232f5e059bdc7c5
treebf566e7d319b875c8c360c6396ad97f7ad90e68a
parent08ea5ea2e890e8fbc9875294e6087179574a3057
drm/xe/display: Create a dummy version for vga decode

This introduces an exclusive version of vga decode for xe.
Rest of the display changes will be re-used from i915.

Currently it adds just a dummy implementation. VGA decode
needs to be handled correctly in i915, proper implementation
will be adopted once the i915 changes are finalized and merged
in upstream.

v2: Addressed Arun's review comments

Signed-off-by: Uma Shankar <uma.shankar@intel.com>
Reviewed-by: Arun R Murthy <arun.r.mruthy@intel.com>
Acked-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/Makefile
drivers/gpu/drm/xe/display/xe_display_misc.c [new file with mode: 0644]