diff options
author | Nagesh Penumarty <vpenumarty@nvidia.com> | 2010-04-08 18:33:48 +0530 |
---|---|---|
committer | Gary King <gking@nvidia.com> | 2010-04-09 10:54:19 -0700 |
commit | e95fb51bc9488d618218b75d127628ba0ab14b86 (patch) | |
tree | e78bc71d2e306f7ebe8d8bcfad4cfd23926ada7f /arch/arm/mach-tegra | |
parent | e0ee2771e4d011f3845f53b20718c2c95fbf50d7 (diff) |
Adding the DSI display read response error codes.
Adding the following DSI read response error codes.
DispDsiReadAckError, Acknowledge & Error read response.
DispDsiReadInvalidResp, invalid read response.
Bug 644992
Change-Id: Id629c05a0ce851a698d5028da138de942cedcc5c
Reviewed-on: http://git-master/r/1059
Reviewed-by: Gary King <gking@nvidia.com>
Tested-by: Gary King <gking@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra')
-rwxr-xr-x | arch/arm/mach-tegra/include/nverrval.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/include/nverrval.h b/arch/arm/mach-tegra/include/nverrval.h index 8be2cbf92093..3c93e34e580f 100755 --- a/arch/arm/mach-tegra/include/nverrval.h +++ b/arch/arm/mach-tegra/include/nverrval.h @@ -90,6 +90,8 @@ NVERROR(DispAuthenticationFailed, 0x00020008, "display authenication f NVERROR(DispNotAttached, 0x00020009, "display not attached") NVERROR(DispSamePwrState, 0x0002000A, "display already in requested power state") NVERROR(DispEdidFailure, 0x0002000B, "edid read/parsing failure") +NVERROR(DispDsiReadAckError, 0x0002000C, "DSI display read ack error report") +NVERROR(DispDsiReadInvalidResp, 0x0002000D, "DSI display invalid read response") /* NvOs error codes */ NVERROR(FileWriteFailed, 0x00030000, "the file write operation failed") |