Enabling Hardware Accelerated Playback for Fedora* 16
Intel
®
Atom™ D2000/N2000
Enabling Hardware Accelerated Video Decode on Intel
®
Atom™ Processor D2000 and N2000 Series under Fedora 16
AN October 2012
12 Order Number: 509577-003US
6. Apply the kernel patches by using the patch utility:
cd linux-3.1
patch -p1 < ../cdv-gfx-drivers-1.0.3_bee/src/kernel-ttm-clear-
high.patch
patch -p1 < ../cdv-gfx-drivers-1.0.3_bee/cedarview-kernel-
v1.0.3_bee.patch
7. Edit
drivers/staging/Kconfig and add the following line:
source "drivers/staging/cdv/Kconfig"
8. Edit drivers/staging/Makefile and add the following line:
obj-$(CONFIG_DRM_INTEL_CDV) += cdv/
9. We are now ready to build the kernel. Note that the next step will use the config file
from the current installations
/boot directory which is a PAE image. We will want
to make sure that we reset that option with
menuconfig.
10.Configure and compile the kernel:
make menuconfig
The kernel configuration window pops-up and looks like the following:
a. Using the arrow key and Enter, select Processor type and features --- >
b. Using the arrow key and Enter, select High Memory Support (64GB) --->
c. Move the cursor to 4 GB and press the spacebar to select.
d. Exit one level.
e. Using the arrow key and Enter, select Device driver --- >
f. Using the arrow key and Enter, select Staging drivers --- >
g. Select Intel CDV (load along with IMG driver) and then press the spacebar.
This will load the release driver.
Figure 4. Menu Config Utility Screen