| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The pvr driver requires that the memory bus speed is kept fast while the
GPU is active. Since the memory bus speed is tied to the CPU frequency,
pvr (previously) used a cpufreq notifier called on policy updates to ensure
the CPU is running at a minimum 200 MHz while active. The problem with
this approach is that any changes to scaling_min_freq while the GPU is
active (e.g., while interacting with the Processor settings menu) get
clamped to 200 MHz, which persists even when the GPU is inactive.
By switching to DVFS locks, changes to scaling_min_freq persist, and so
allows the use of 100 MHz when the GPU is inactive. Fixes epiccm #14.
Change-Id: I12bf5a6f3cba2da853d5528f4c62a659a1489806
|
|
|
|
|
|
|
|
|
| |
This reverts commit 463e99c53ae3b7c18ad3bee3825d4d75c603adae
See Andrew Dodd's comments on http://review.cyanogenmod.com/#/c/19820/.
Also been getting rare homescreen corruption after moving PVR to DVFS lock.
Change-Id: I628ca36ea63d87b6e74ef346f4acb04d5bfadeae
|
|
|
|
| |
Change-Id: Iaf1e26ad7e19ea0205b7f2905f28fccc19f712f8
|
|
|
|
|
|
|
|
|
|
| |
On s5pv210 the cpufreq lower frequencies affect the memory bus
which in turn affects the GPU when it is actually busy.
To avoid cpufreq impacting the GPU when it is busy, the GPU
now tweaks the policy's min freq based on its activity.
Change-Id: I2a48726d7f1d783be47b39fc904ad5411cc390b0
Signed-off-by: JP Abgrall <jpa@google.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Change-Id: If38412971f275715a47bf200aeebe1139d2620f8
gpu: pvr: Update DDK version number to 1.6.16.4061
This is a version number change only, which is required for
compatibility with the user-mode driver.
Change-Id: I4e0f59a8f98ea28f9c0862aff76c0bfa2710efe0
gpu: pvr: Update to DDK 1.6.16.4124
Change-Id: Ifbc47f2552f031e92e02b31a9715e3e42cf14b3c
gpu: pvr: Update DDK version number to 1.6.16.4131
This is a version number change only, which is required for
compatibility with the user-mode driver.
Change-Id: I8c4df3ae638ad2d358aa3977ffb7f6e9bdb1de4a
gpu: pvr: Update to DDK 1.7.17.4142
Signed-off-by: Simon Wilson <simonwilson@google.com>
gpu: pvr: Update to DDK 1.7.17.4474
Signed-off-by: Simon Wilson <simonwilson@google.com>
gpu: pvr: Update to DDK 1.8.18.380
gpu: pvr: Update to DDK 1.8.18.468
gpu: pvr: Update to DDK 1.8.18.684
Change-Id: I7a4e92add9f1c61862a06e51b68169d93b67a001
Signed-off-by: JP Abgrall <jpa@google.com>
gpu: pvr: Update to DDK 1.8.18.726
gpu: pvr: Update to DDK 1.8.18.749
gpu: pvr: Fix to compile on 2.6.39
Change-Id: I79c07b3a0ca219f7e6d8dec97f41adc3fc5a01ff
Signed-off-by: Arve Hjønnevåg <arve@android.com>
gpu: pvr: Update to DDK 1.8.18.834
Fix a couple of double frees in PVRSRVSwapToDCBuffer2KM. Fixes for
various ION client refcounting issues.
gpu: pvr: Update to DDK 1.8.18.844
Various fixes to prevent arbitrary memory corruption with ION:
* Remove the per-process ION client - there is now just one "kernel"
ION client
* Ensure that the mmap mutex is taken before walking the offset
struct list
* Implement ION cache flush code
gpu: pvr: Update to DDK 1.8.18.853
Change-Id: I5e2e1619aae0634ca5036c5ab60e1e4339a35b0d
gpu: pvr: Update to DDK 1.8.18.866
Change-Id: I91548bf62aa30ff41814118a3a6d49303fc16bfc
gpu: pvr: Update to DDK 1.8.18.877
Change-Id: Id87c6318a7705ad51e5bfd487a9b216f373c0caf
gpu: pvr: Update to DDK 1.8.18.891
This is a version number change only, which is required for
compatibility with the user-mode driver.
Change-Id: I30b11a79973179d7dcb0923d2106a1f072b88a77
gpu: pvr: Update to DDK 1.8.18.919
- Bump CONFIG_FB_S3C_NR_BUFFERS to 6, to increase the display carveout
size by 3MB. This is to make space for video-decode buffers.
- drivers/gpu/pvr Makefile cleanups. Remove dead build options.
- Groundwork for "multiple readers" capability required by HWC.
- Merge s3c_lcd and s5pc110 display and system code with latest
versions. Add video-decode carveout capability.
Change-Id: I8836204451eebf12b030404177cfd6bc4b294489
gpu: pvr: Update to DDK 1.8.18.927
- More work on "multiple reader" capability for HWC.
Change-Id: I0fd372b03de5bb86591d4b2be208be3749670248
gpu: pvr: Update to DDK 1.8.18.943
Change-Id: Iae3d13fc82dfa0cffc6bce98a056f1b0d4b1f62a
gpu: pvr: Update to DDK 1.8.18.945
- Add ProcessFlip V2 capability to s3c_displayclass.c.
- Enables FIMC integration.
Change-Id: Ibc1dec9c24f5f55ce1436674b36571f3718b4e96
gpu: pvr: Update to DDK 1.8.18.964
- Add SUPPORT_GET_DC_BUFFERS_SYS_PHYADDRS to enable returning
of display buffer physical addresses to user-space.
Required for C110 HWC. Not enabled on Prime.
Change-Id: I5f19c7b1cea193aaca24cceca518d0100171c823
gpu: pvr: Update to DDK 1.8@273945
This is a version number change only, which is required for
compatibility with the user-mode driver.
gpu: pvr: Update to DDK 1.8@274226
gpu: pvr: Update to DDK 1.8@274836
gpu: pvr: Update to DDK 1.8@275425
This is a version number change only, which is required for
compatibility with the user-mode driver.
gpu: pvr: Update to DDK 1.8@275540
- Allow userspace to obtain a copy of the current kernel reference
count of a MemInfo. Fixes a bug on crespo that allowed a Y/UV
swapchain buffer to be incorrectly re-used in another allocation.
Change-Id: I6a10d75ad9efb4109b6bfa34b3478dc7b36caac2
gpu: pvr: Update to DDK 1.8@275916
gpu: pvr: Update to DDK 1.8@276629
Merged with upstream s3c_lcd.
gpu: pvr: Update to DDK 1.8@278427
- Fix a possible livelock scenario in s3c_lcd, by scheduling the MISR
in the vsync handler.
Change-Id: If5c57b8a8658159d2912d89074015bb03b3f5ed3
gpu: pvr: Update to DDK 1.8@279068
Also make it possible to build the debug (pdump) driver.
Change-Id: I90f9a5c566a9d6205e801302bfb4f881f53e3247
gpu: pvr: Update to DDK 1.8@288777
This is a version number change only, which is required for
compatibility with the user-mode driver.
Change-Id: Ia22454fd91e280cf35cf798806dfa2b9505d0018
gpu: pvr: Update to DDK 1.8@289037
- Merge with upstream TILER allocation wrap support in preparation for
video encoder integration.
- Suppress some overly verbose kernel messages.
- Remove incorrect/unnecssary VM_PFNMAP sanity check.
Change-Id: Ia30a3316e1c9d2dc421afa5068a977b25618c85d
gpu: pvr: Update to DDK 1.8@289270
This is a version number change only, which is required for
compatibility with the user-mode driver.
Change-Id: Ic827cd7f22792c900708e77b0af48d5824790581
gpu: pvr: Update to DDK 1.8@289794
This is a version number change only, which is required for
compatibility with the user-mode driver.
Change-Id: Iba07b4cb193d87000aacb0408993841b99c8cb3e
gpu: pvr: Update to DDK 1.8@291121
- Merged TI heap configuration change
- Pass ROC2 devvaddr through to userspace (better debug)
Change-Id: Ie43b9af490190adbe0d1e34119af392f1ea420f5
gpu: pvr: Update to DDK 1.8@292125
Change-Id: I2b6e31f950a7ea98ff4db4feb160886c3d6eab7c
gpu: pvr: Update to DDK 1.8@292423
Change-Id: I4086ba1f3f3a6e5f7e605b156d1e01151da17223
gpu: pvr: Update to DDK 1.8@293295
Change-Id: Iec7d62292583d6b8e0fa157aa32e3156090a529d
gpu: pvr: Update to DDK 1.8@295945
- Make sure buffer IDs propagate to other process mappings.
Debug feature only.
Change-Id: Id4b360b9e6b76951129791200d1df7e8d42708e9
gpu: pvr: Update to DDK 1.8@297401
- Security fixes.
Remove ability to map primary surface in any process.
Hide user-accessible path to OSPanic().
Change-Id: Iff7d56b04400625cac6f1f6e123749bdaeb3908c
gpu: pvr: Update to DDK 1.8@298138
This is a version number change only, which is required for
compatibility with the user-mode driver.
Change-Id: I9edf13aaedf0b56c9922c63d84a2d99ec7b6aae3
gpu: pvr: Update to DDK 1.8@300406
This is a version number change only, which is required for
compatibility with the user-mode driver.
Change-Id: I6cde977c5cfdf13f7ef43e01f2c0dba1bc0659b6
|
|
|
|
|
| |
Change-Id: I89ff99d18181b0d85c33443f9dba4f34a9741dbc
Signed-off-by: huisung.kang <hs1218.kang@samsung.com>
|
|
|
|
|
|
|
| |
This change should resolve issues seen when running
test-opengl-gl2_perf.
Change-Id: Iff09d8c8f0d0cff3c93a536dcbf6496fd00d7f1b
|
|
Change-Id: Ib43459f5bd765d3841bd1ffb9c63b6355c2db2dd
Signed-off-by: hoony.yu <hoony.yu@samsung.com>
Signed-off-by: Brian Swetland <swetland@google.com>
|