Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(314)

Unified Diff: content/common/gpu/media/dxva_video_decode_accelerator_win.cc

Issue 1859043005: Attempt to fix a crash in the GPU process while determining the max H.264 resolution which can be s… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix comment Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/gpu/media/dxva_video_decode_accelerator_win.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gpu/media/dxva_video_decode_accelerator_win.cc
diff --git a/content/common/gpu/media/dxva_video_decode_accelerator_win.cc b/content/common/gpu/media/dxva_video_decode_accelerator_win.cc
index fb6e38132279481da687c98c18e0538e85819872..dc67d89f5e8d7830f1d522d3958de7ff39808b39 100644
--- a/content/common/gpu/media/dxva_video_decode_accelerator_win.cc
+++ b/content/common/gpu/media/dxva_video_decode_accelerator_win.cc
@@ -116,6 +116,51 @@ static const GUID DXVA2_Intel_ModeH264_E = {
0x604F8E68, 0x4951, 0x4c54,{ 0x88, 0xFE, 0xAB, 0xD2, 0x5C, 0x15, 0xB3, 0xD6}
};
+// R600, R700, Evergreen and Cayman AMD cards. These support DXVA via UVD3
+// or earlier, and don't handle resolutions higher than 1920 x 1088 well.
+static const DWORD g_AMDUVD3GPUList[] = {
+ 0x9400, 0x9401, 0x9402, 0x9403, 0x9405, 0x940a, 0x940b, 0x940f, 0x94c0,
+ 0x94c1, 0x94c3, 0x94c4, 0x94c5, 0x94c6, 0x94c7, 0x94c8, 0x94c9, 0x94cb,
+ 0x94cc, 0x94cd, 0x9580, 0x9581, 0x9583, 0x9586, 0x9587, 0x9588, 0x9589,
+ 0x958a, 0x958b, 0x958c, 0x958d, 0x958e, 0x958f, 0x9500, 0x9501, 0x9504,
+ 0x9505, 0x9506, 0x9507, 0x9508, 0x9509, 0x950f, 0x9511, 0x9515, 0x9517,
+ 0x9519, 0x95c0, 0x95c2, 0x95c4, 0x95c5, 0x95c6, 0x95c7, 0x95c9, 0x95cc,
+ 0x95cd, 0x95ce, 0x95cf, 0x9590, 0x9591, 0x9593, 0x9595, 0x9596, 0x9597,
+ 0x9598, 0x9599, 0x959b, 0x9610, 0x9611, 0x9612, 0x9613, 0x9614, 0x9615,
+ 0x9616, 0x9710, 0x9711, 0x9712, 0x9713, 0x9714, 0x9715, 0x9440, 0x9441,
+ 0x9442, 0x9443, 0x9444, 0x9446, 0x944a, 0x944b, 0x944c, 0x944e, 0x9450,
+ 0x9452, 0x9456, 0x945a, 0x945b, 0x945e, 0x9460, 0x9462, 0x946a, 0x946b,
+ 0x947a, 0x947b, 0x9480, 0x9487, 0x9488, 0x9489, 0x948a, 0x948f, 0x9490,
+ 0x9491, 0x9495, 0x9498, 0x949c, 0x949e, 0x949f, 0x9540, 0x9541, 0x9542,
+ 0x954e, 0x954f, 0x9552, 0x9553, 0x9555, 0x9557, 0x955f, 0x94a0, 0x94a1,
+ 0x94a3, 0x94b1, 0x94b3, 0x94b4, 0x94b5, 0x94b9, 0x68e0, 0x68e1, 0x68e4,
+ 0x68e5, 0x68e8, 0x68e9, 0x68f1, 0x68f2, 0x68f8, 0x68f9, 0x68fa, 0x68fe,
+ 0x68c0, 0x68c1, 0x68c7, 0x68c8, 0x68c9, 0x68d8, 0x68d9, 0x68da, 0x68de,
+ 0x68a0, 0x68a1, 0x68a8, 0x68a9, 0x68b0, 0x68b8, 0x68b9, 0x68ba, 0x68be,
+ 0x68bf, 0x6880, 0x6888, 0x6889, 0x688a, 0x688c, 0x688d, 0x6898, 0x6899,
+ 0x689b, 0x689e, 0x689c, 0x689d, 0x9802, 0x9803, 0x9804, 0x9805, 0x9806,
+ 0x9807, 0x9808, 0x9809, 0x980a, 0x9640, 0x9641, 0x9647, 0x9648, 0x964a,
+ 0x964b, 0x964c, 0x964e, 0x964f, 0x9642, 0x9643, 0x9644, 0x9645, 0x9649,
+ 0x6720, 0x6721, 0x6722, 0x6723, 0x6724, 0x6725, 0x6726, 0x6727, 0x6728,
+ 0x6729, 0x6738, 0x6739, 0x673e, 0x6740, 0x6741, 0x6742, 0x6743, 0x6744,
+ 0x6745, 0x6746, 0x6747, 0x6748, 0x6749, 0x674a, 0x6750, 0x6751, 0x6758,
+ 0x6759, 0x675b, 0x675d, 0x675f, 0x6840, 0x6841, 0x6842, 0x6843, 0x6849,
+ 0x6850, 0x6858, 0x6859, 0x6760, 0x6761, 0x6762, 0x6763, 0x6764, 0x6765,
+ 0x6766, 0x6767, 0x6768, 0x6770, 0x6771, 0x6772, 0x6778, 0x6779, 0x677b,
+ 0x6700, 0x6701, 0x6702, 0x6703, 0x6704, 0x6705, 0x6706, 0x6707, 0x6708,
+ 0x6709, 0x6718, 0x6719, 0x671c, 0x671d, 0x671f, 0x683D, 0x9900, 0x9901,
+ 0x9903, 0x9904, 0x9905, 0x9906, 0x9907, 0x9908, 0x9909, 0x990a, 0x990b,
+ 0x990c, 0x990d, 0x990e, 0x990f, 0x9910, 0x9913, 0x9917, 0x9918, 0x9919,
+ 0x9990, 0x9991, 0x9992, 0x9993, 0x9994, 0x9995, 0x9996, 0x9997, 0x9998,
+ 0x9999, 0x999a, 0x999b, 0x999c, 0x999d, 0x99a0, 0x99a2, 0x99a4,
+};
+
+// Legacy Intel GPUs (Second generation) which have trouble with resolutions
+// higher than 1920 x 1088
+static const DWORD g_IntelLegacyGPUList[] = {
+ 0x102, 0x106, 0x116, 0x126,
+};
+
// Provides scoped access to the underlying buffer in an IMFMediaBuffer
// instance.
class MediaBufferScopedPointer {
@@ -1508,6 +1553,11 @@ std::pair<int, int> DXVAVideoDecodeAccelerator::GetMaxH264Resolution() {
return max_resolution;
}
+ // Legacy AMD drivers with UVD3 or earlier and some Intel GPU's crash while
+ // creating surfaces larger than 1920 x 1088.
+ if (IsLegacyGPU(device.get()))
+ return max_resolution;
+
// We look for the following resolutions in the driver.
// TODO(ananta)
// Look into whether this list needs to be expanded.
@@ -1553,6 +1603,63 @@ std::pair<int, int> DXVAVideoDecodeAccelerator::GetMaxH264Resolution() {
return max_resolution;
}
+// static
+bool DXVAVideoDecodeAccelerator::IsLegacyGPU(ID3D11Device* device) {
+ static const int kAMDGPUId1 = 0x1002;
+ static const int kAMDGPUId2 = 0x1022;
+ static const int kIntelGPU = 0x8086;
+
+ static bool legacy_gpu = true;
+ // This flag ensures that we determine the GPU type once.
+ static bool legacy_gpu_determined = false;
+
+ if (legacy_gpu_determined)
+ return legacy_gpu;
+
+ legacy_gpu_determined = true;
+
+ base::win::ScopedComPtr<IDXGIDevice> dxgi_device;
+ HRESULT hr = dxgi_device.QueryFrom(device);
+ if (FAILED(hr))
+ return legacy_gpu;
+
+ base::win::ScopedComPtr<IDXGIAdapter> adapter;
+ hr = dxgi_device->GetAdapter(adapter.Receive());
+ if (FAILED(hr))
+ return legacy_gpu;
+
+ DXGI_ADAPTER_DESC adapter_desc = {};
+ hr = adapter->GetDesc(&adapter_desc);
+ if (FAILED(hr))
+ return legacy_gpu;
+
+ // We check if the device is an Intel or an AMD device and whether it is in
+ // the global list defined by the g_AMDUVD3GPUList and g_IntelLegacyGPUList
+ // arrays above. If yes then the device is treated as a legacy device.
+ if ((adapter_desc.VendorId == kAMDGPUId1) ||
+ adapter_desc.VendorId == kAMDGPUId2) {
+ {
+ TRACE_EVENT0("gpu,startup",
+ "DXVAVideoDecodeAccelerator::IsLegacyGPU. AMD check");
+ for (size_t i = 0; i < arraysize(g_AMDUVD3GPUList); i++) {
+ if (adapter_desc.DeviceId == g_AMDUVD3GPUList[i])
+ return legacy_gpu;
+ }
+ }
+ } else if (adapter_desc.VendorId == kIntelGPU) {
+ {
+ TRACE_EVENT0("gpu,startup",
+ "DXVAVideoDecodeAccelerator::IsLegacyGPU. Intel check");
+ for (size_t i = 0; i < arraysize(g_IntelLegacyGPUList); i++) {
+ if (adapter_desc.DeviceId == g_IntelLegacyGPUList[i])
+ return legacy_gpu;
+ }
+ }
+ }
+ legacy_gpu = false;
+ return legacy_gpu;
+}
+
bool DXVAVideoDecodeAccelerator::InitDecoder(media::VideoCodecProfile profile) {
HMODULE decoder_dll = NULL;
« no previous file with comments | « content/common/gpu/media/dxva_video_decode_accelerator_win.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698