From e7bdfd32b6254fd69b5cee05a5eada381cd4cff5 Mon Sep 17 00:00:00 2001 From: lxoliva Date: Sat, 26 Sep 2009 02:12:35 +0000 Subject: [PATCH] Add common_modes for drm-next-8ef8678c8.patch. git-svn-id: http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts@5562 559672b5-ba27-0410-b829-e8f1faed8b1b --- deblob-check | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deblob-check b/deblob-check index 91b0c52cee2..87991e1c0dd 100755 --- a/deblob-check +++ b/deblob-check @@ -1,6 +1,6 @@ #! /bin/sh -# deblob-check version 2009-09-22 +# deblob-check version 2009-09-25 # Inspired in gNewSense's find-firmware script. # Written by Alexandre Oliva @@ -2310,6 +2310,7 @@ set_except () { initnc 'static[ ]const[ ]u32[ ]filter_table\[\][ ]=' drivers/char/drm/intel_tv.c defsnc '\(static[ ]uint32_t\|[}]\)[ ]nv04_graph_ctx_regs[ ]\?\[\][ ]=' drivers/char/drm/nv04_graph.c defsnc 'static[ ]int[ ]nv1[07]_graph_ctx_regs[ ]\?\[\][ ]=' drivers/char/drm/nv10_graph.c + defsnc '[ ][}][ ]common_modes\[17\][ ]=' drivers/gpu/drm/radeon/radeon_connectors.c # Although the developers of the drivers are not trying to stop # anyone from modifying it or understanding it, they acknowledge -- 2.31.1