]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg: Removed valid text mode check in SetAttribute interface in GraphicsConsole.
authorElvin Li <elvin.li@intel.com>
Thu, 31 Jul 2014 03:21:39 +0000 (03:21 +0000)
committerli-elvin <li-elvin@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 31 Jul 2014 03:21:39 +0000 (03:21 +0000)
commitd81c462d612d05ffdbafd5f6678f83b0f5fcfed2
tree88ffd25309170097ae436f175d325a6d0851db73
parent784952b1898a5a8b65143a88b56b2b231ca21522
MdeModulePkg: Removed valid text mode check in SetAttribute interface in GraphicsConsole.
UEFI spec mentioned that the color mask can be set even when the device is in an invalid text mode. But the current code add text mode check. Removed the check now.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Elvin Li <elvin.li@intel.com>
Reviewed-by: Jaben Carsey <Jaben.Carsey@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15721 6f19259b-4bc3-4df7-8a09-765794883524
MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsole.c