20093908+0m5+flat+Lindent
authorNokia <nokia>
Sat, 19 May 2012 12:52:35 +0000 (15:52 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Sat, 19 May 2012 13:34:00 +0000 (16:34 +0300)
commita8cf00338a81422d2c31c40b980a0b116ef949d1
treebf92f1ed8b2a6c2f687ab470ed1e9e2cc02e7452
parentba7179ec3604c4352cc901e8423d3650f7b05a68
20093908+0m5+flat+Lindent

  * Fixes: NB#129392 - fix object reference counting in the PVR video
    driver
  * Fixes: NB#132086 - Framebuffer resets are ignored by the PVR driver
  * Preparation for a change in the SGX library
  * Fixes: NB#129389 - fix random PVR driver breakage
  * Fixes: NB#128247 - fix size checking for PVR memory mapping requests
  * Fixes: NB#126777 - PVR module can cause dead-lock at reboot time
  * Fixes: NB#125756 - PVR triggers a lockdep warning
  * Fixes: NB#111084 - SGX compilation warnings
  * Fixes: NB#122294 - Performance regression in SGX operations caused
    by DVFS
  * Fixes: NB#121668 - PVR: error returned by drm_ttm_create is ignored
  * Fixes: NB#121947 - PVR: memory should not be released twice
  * Fixes: NB#119655 - PVR: random allocation failure for sizes > 4k
  * Introduce a patch related to NB#108042 -
    PVR: wrapped memory space runs out (not a complete fix)
  * Fixes: NB#112118 - Fix PVR breakage when using DVFS
  * Fix crashes due to power/clock state transitions in PVR
  * Fixes: NB#110835 - PVR: lock dependency bug
  * Enable dynamic power management for SGX
  * upgrade to SGX 1.3 (fingers crossed)
42 files changed:
pvr/Kbuild [deleted file]
pvr/Kconfig [new file with mode: 0644]
pvr/Makefile
pvr/README.keep [new file with mode: 0644]
pvr/bridged_pvr_bridge.c
pvr/buffer_manager.c
pvr/buffer_manager.h
pvr/deviceclass.c
pvr/devicemem.c
pvr/env_data.h
pvr/event.c
pvr/hash.c
pvr/mmap.c
pvr/mmu.c
pvr/module.c
pvr/modules.order [deleted file]
pvr/omaplfb.h
pvr/omaplfb_displayclass.c
pvr/omaplfb_linux.c
pvr/osfunc.c
pvr/osfunc.h
pvr/power.c
pvr/power.h
pvr/pvr_bridge.h
pvr/pvr_bridge_k.c
pvr/pvrsrv.c
pvr/queue.c
pvr/queue.h
pvr/ra.c
pvr/resman.c
pvr/services.h
pvr/servicesext.h
pvr/servicesint.h
pvr/sgx2dcore.c [new file with mode: 0644]
pvr/sgxapi_km.h
pvr/sgxconfig.h
pvr/sgxinfokm.h
pvr/sgxinit.c
pvr/sysconfig.c
pvr/sysconfig.h
pvr/syslocal.h
pvr/sysutils_linux.c